diff options
author | mru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-07 19:27:08 +0000 |
---|---|---|
committer | mru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-07 19:27:08 +0000 |
commit | cc36be59cbbe1806e8c6568e9c8a84734e7e6481 (patch) | |
tree | 75e18ae56afabec25b53403d23e2dfd423d9eefc /libswscale | |
parent | 01b301602c3ad87257a352e3a10272e1228e4a07 (diff) |
simplify library version handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26193 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 1b86e52db6..3aa49a2bc1 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -2,8 +2,6 @@ include ../config.mak NAME=swscale -LIBVERSION=$(SWSVERSION) -LIBMAJOR=$(SWSMAJOR) FFLIBS = avutil |