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 --- libavformat/libavformat.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libavformat/libavformat.v (limited to 'libavformat/libavformat.v') diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v new file mode 100644 index 0000000000..da2311eb36 --- /dev/null +++ b/libavformat/libavformat.v @@ -0,0 +1,3 @@ +LIBAVFORMAT_$MAJOR { + global: *; +}; -- cgit v1.2.3