OSDN Git Service

Fix Cygwin compilation.
authorVíctor Paesa <wzrlpy@arsystel.com>
Fri, 15 Feb 2008 19:31:19 +0000 (19:31 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:31:19 +0000 (19:31 +0000)
Patch by Víctor Paesa.

Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16

Originally committed as revision 11950 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/Makefile

index 012c4a0..0043c1c 100644 (file)
@@ -21,7 +21,7 @@ OBJS-yes = vf_crop.o \
 
 HEADERS = avfilter.h
 
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) -L$(BUILD_ROOT)/libswscale -lswscale$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)
 
 NAME=avfilter
 LIBVERSION=$(LAVFILTERVERSION)