From 7c9c2966480d4c0be05009b92249997c65e7def8 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 23 Oct 2006 14:03:49 +0000 Subject: Properly set EXTRALIBS (fixes compilation of shared libswscale on cygwin and other platforms) Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 185a9ab779..29df055e5e 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -7,6 +7,8 @@ LIBVERSION=$(SWSVERSION) LIBMAJOR=$(SWSMAJOR) endif +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) + OBJS= swscale.o rgb2rgb.o yuv2rgb.o ifeq ($(TARGET_ALTIVEC),yes) OBJS+= yuv2rgb_altivec.o -- cgit v1.2.3