This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2024-11-21 10:55:51 +02:00
Code
Issues
Releases
Activity
8393b80b7d
FFmpeg
/
libavfilter
/
libavfilter.v
6 lines
114 B
Coq
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 06:49:02 +02:00
LIBAVFILTER_
$
MAJOR
{
global
:
avfilter_
*
;
av_
*
;
libavfilter: export ff_default_query_formats() Its needed for fate on shared versioned .so Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-25 19:54:01 +03:00
ff_default_query_formats
;
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 06:49:02 +02:00
local
:
*
;
}
;
Reference in New Issue
Copy Permalink