This website requires JavaScript.
Explore
Register
Sign In
x
/
ffmpeg
Watch
1
Star
0
Fork
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2026-07-31 00:34:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a94de50ba02f5c260ca7c571b43fb595c8f951b6
ffmpeg
/
libswscale
/
libswscale.v
T
5 lines
75 B
Verilog
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries
2010-01-16 04:48:55 +00:00
LIBSWSCALE_$MAJOR
{
swscale: Do not make ff_ symbols globally visible.
2012-10-04 19:22:27 +02:00
global:
swscale_
*
;
sws_
*
;
Add symbol versioning for shared libraries
2010-01-16 04:48:55 +00:00
local:
*
;
};
Reference in New Issue
Copy Permalink