summaryrefslogtreecommitdiff
path: root/libavdevice/libavdevice.v
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-05-24 02:18:40 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-29 16:43:11 +0200
commit535a742c2695a9e0c586b50d7fa76e318232ff24 (patch)
tree8358ee5075109fc8725e072dbf82e06774013b51 /libavdevice/libavdevice.v
parent5b1b495c8d21600eac694d50f428654a3125e217 (diff)
downloadffmpeg-535a742c2695a9e0c586b50d7fa76e318232ff24.tar.gz
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.
Diffstat (limited to 'libavdevice/libavdevice.v')
-rw-r--r--libavdevice/libavdevice.v8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavdevice/libavdevice.v b/libavdevice/libavdevice.v
index 663af85ba8..33042e5201 100644
--- a/libavdevice/libavdevice.v
+++ b/libavdevice/libavdevice.v
@@ -1,4 +1,6 @@
-LIBAVDEVICE_$MAJOR {
- global: avdevice_*;
- local: *;
+LIBAVDEVICE_MAJOR {
+ global:
+ avdevice_*;
+ local:
+ *;
};