This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
FFmpeg
Watch
8
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Mirror of
https://git.ffmpeg.org/ffmpeg.git
https://ffmpeg.org/
117447
Commits
37
Branches
400
Tags
492 MiB
Tree:
c4122406f6
FFmpeg
/
libswscale
/
libswscale.v
8 lines
90 B
Raw
Normal View
History
Unescape
Escape
build: Change structure of the linker version script templates Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
9 years ago
LIBSWSCALE_MAJOR
{
global
:
swscale_
*
;
sws_
*
;
local
:
*
;
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
15 years ago
}
;