From e8393e1cb82ef1c81363862d32202d28ff20cf29 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jan 2010 04:48:55 +0000 Subject: Add symbol versioning for shared libraries Based on patch by Reinhard Tartler Originally committed as revision 30315 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/libswscale.v | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libswscale/libswscale.v (limited to 'libswscale/libswscale.v') diff --git a/libswscale/libswscale.v b/libswscale/libswscale.v new file mode 100644 index 0000000000..c68f153cbc --- /dev/null +++ b/libswscale/libswscale.v @@ -0,0 +1,4 @@ +LIBSWSCALE_$MAJOR { + global: swscale_*; sws_*; ff_*; + local: *; +}; -- cgit v1.2.3