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
7a930f310a
ffmpeg
/
libswscale
/
libswscale.v
5 lines
75 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 30315 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-16 04:48:55 +00:00
LIBSWSCALE_
$
MAJOR
{
swscale: Do not make ff_ symbols globally visible.
2012-10-04 17:22:27 +00:00
global
:
swscale_
*
;
sws_
*
;
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 30315 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-16 04:48:55 +00:00
local
:
*
;
}
;