[FFmpeg-devel] [PATCH 4/4] lavu: stop exporting internal functions
James Almer
jamrial at gmail.com
Mon Aug 11 21:17:05 CEST 2014
On 11/08/14 3:39 PM, Andreas Cadhalpun wrote:
> On 10.08.2014 02:04, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavutil/libavutil.v | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
>> index eb16ae1..e9f04cb 100644
>> --- a/libavutil/libavutil.v
>> +++ b/libavutil/libavutil.v
>> @@ -1,4 +1,4 @@
>> LIBAVUTIL_$MAJOR {
>> - global: av*; ff_*;
>> + global: av*;
>> local: *;
>> };
>>
>
> I'd also like to see this happen, but this change requires to first convert ff_opencl_set_parameter into avpriv*, because it is used by libavfilter.
>
> Best regards,
> Andreas
Right, i didn't enable opencl when i tested this.
Will send a patch later, thanks.
More information about the ffmpeg-devel
mailing list