This website requires JavaScript.
Explore
Help
Sign in
starred
/
ffmpeg-rockchip
Watch
1
Star
0
Fork
You've already forked ffmpeg-rockchip
0
mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced
2026-01-23 23:21:06 +01:00
Code
Issues
5
Projects
Packages
Wiki
Activity
Actions
2eb0b5dc03
ffmpeg-rockchip
/
libswscale
/
libswscale.v
8 lines
90 B
Coq
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.
2016-05-24 02:18:40 +02:00
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
2010-01-16 04:48:55 +00:00
}
;
Reference in a new issue
Copy permalink