FFmpeg/libavdevice/libavdevice.v
Diego Biurrun 535a742c26 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-29 16:43:11 +02:00

7 lines
77 B
V

LIBAVDEVICE_MAJOR {
global:
avdevice_*;
local:
*;
};