From a482e61bd624c71e39c1a06367e303364b3ba153 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jan 2010 04:49:02 +0000 Subject: Add symbol versioning for shared libraries Based on patch by Reinhard Tartler Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libavcodec.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libavcodec/libavcodec.v (limited to 'libavcodec/libavcodec.v') 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: *; +}; -- cgit v1.2.3