[MPlayer-cvslog] r20039 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Wed Oct 4 16:00:14 CEST 2006
Author: diego
Date: Wed Oct 4 16:00:14 2006
New Revision: 20039
Modified:
trunk/libswscale/Makefile
Log:
Remove redundant EXTRALIBS declaration.
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Wed Oct 4 16:00:14 2006
@@ -5,7 +5,6 @@
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
-EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
endif
# NOTE: -I.. is needed to include config.h
More information about the MPlayer-cvslog
mailing list