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/
105037
Commits
37
Branches
400
Tags
492 MiB
Tree:
7dfc3cc713
FFmpeg
/
libavdevice
/
libavdevice.v
8 lines
91 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
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>
9 years ago
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.
9 years ago
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
15 years ago
}
;