summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-02-01 16:00:09 +0000
committerReinhard Tartler <siretart@tauware.de>2010-02-01 16:00:09 +0000
commita9785f58c670bf5bbd2d8700437f4f36c641fa88 (patch)
treed9dbe6fe41cd6c20363d30069f1a8b6b8a6a256c /libavcodec
parent7a5e131735f1139a622fe99ab486bf46d6e53c26 (diff)
backport symbol versioning patch
Originally committed as revision 21595 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/libavcodec.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
new file mode 100644
index 0000000000..561a42cd4f
--- /dev/null
+++ b/libavcodec/libavcodec.v
@@ -0,0 +1,3 @@
+LIBAVCODEC_$MAJOR {
+ global: *;
+};