diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:19:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:19:01 +0000 |
commit | 2bfdde24350b40d6f3ad6979d49e19ffab8898c3 (patch) | |
tree | 53276af3bb0bae5e622663a07bb26e10b812c3c9 /libswscale/Makefile | |
parent | 3cee76e6c9d13e7e3205ba351b9dfde906885c79 (diff) | |
download | ffmpeg-2bfdde24350b40d6f3ad6979d49e19ffab8898c3.tar.gz |
Remove useless conditional.
Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
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) |