changeset 10892:e80dfe0c441b libavcodec

Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de>
author mru
date Sat, 16 Jan 2010 04:49:02 +0000
parents ff7c1c90b6f5
children 2aafcafbe1f0
files libavcodec.v
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libavcodec.v	Sat Jan 16 04:49:02 2010 +0000
@@ -0,0 +1,3 @@
+LIBAVCODEC_$MAJOR {
+        global: *;
+};