This website requires JavaScript.
Explore
Help
Register
Sign in
Traneptora
/
FFmpeg
Watch
1
Fork
You've already forked FFmpeg
0
forked from
FFmpeg/FFmpeg
Code
Pull requests
Activity
f632ab53d9
FFmpeg
/
libavdevice
/
libavdevice.v
8 lines
91 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
LIBAVDEVICE_MAJOR
{
global
:
avdevice_
*
;
Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24' * commit '535a742c2695a9e0c586b50d7fa76e318232ff24': build: Change structure of the linker version script templates Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
2016-06-27 17:51:57 +02:00
av_
*
;
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
local
:
*
;
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 04:49:02 +00:00
}
;
Copy permalink