summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 00:19:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 00:19:01 +0000
commite3b192992593030bc0280dbf913b081fe7cd5b0f (patch)
tree224da52e765883512e8bc3ef572b34e2503feafe /libswscale/Makefile
parent3f7582cca2200c5552c98c2c0e548bab647d5508 (diff)
downloadmpv-e3b192992593030bc0280dbf913b081fe7cd5b0f.tar.bz2
mpv-e3b192992593030bc0280dbf913b081fe7cd5b0f.tar.xz
Remove useless conditional.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22355 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 771f9ac12c..a1c25a76a4 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -2,10 +2,8 @@
include ../config.mak
NAME=swscale
-ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
-endif
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)