Skip to content

Commit

Permalink
Add symbol versioning for shared libraries
Browse files Browse the repository at this point in the history
Based on patch by Reinhard Tartler <siretart tauware de>

Originally committed as revision 30315 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
  • Loading branch information
mansr committed Jan 16, 2010
1 parent d140b02 commit e8393e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libswscale/libswscale.v
@@ -0,0 +1,4 @@
LIBSWSCALE_$MAJOR {
global: swscale_*; sws_*; ff_*;
local: *;
};

0 comments on commit e8393e1

Please sign in to comment.