ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sat Jul 12 18:39:46 2014 +0200| [52fafaf4740b78174e9da0d2aaaf3dd93ab33d63] | committer: Michael Niedermayer
swresample/libswresample.v: hide ff_* Found-by: Hendrik Leppkes <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52fafaf4740b78174e9da0d2aaaf3dd93ab33d63 --- libswresample/libswresample.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v index 9b797bd..0d5efe4 100644 --- a/libswresample/libswresample.v +++ b/libswresample/libswresample.v @@ -1,4 +1,4 @@ LIBSWRESAMPLE_$MAJOR { - global: swr_*; ff_*; swresample_*; + global: swr_*; swresample_*; local: *; }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
