OSDN Git Service

Link to libraries in dependency order.
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:33:36 +0000 (19:33 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 19:33:36 +0000 (19:33 +0000)
Commited in SoC by Víctor Paesa  on 2008-01-12 11:31:09

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

libavfilter/Makefile

index 0f5f741..7865a8a 100644 (file)
@@ -27,7 +27,7 @@ OBJS-yes = vf_crop.o \
 
 HEADERS = avfilter.h
 
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) -L$(BUILD_ROOT)/libswscale -lswscale$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libswscale -lswscale$(BUILDSUF) -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 NAME=avfilter
 LIBVERSION=$(LAVFILTERVERSION)