This website requires JavaScript.
Explore
Help
Register
Sign In
xenia-project
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/xenia-project/FFmpeg.git
synced
2024-11-25 04:30:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e823e73677
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
:
*
;
}
;
Reference in New Issue
Copy Permalink