This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
0451ff295a
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 04:49:02 +00: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 16:54:01 +00: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 04:49:02 +00:00
local
:
*
;
}
;