Commit 1dc16e31 authored by vitor's avatar vitor

Link to libraries in dependency order.

Commited in SoC by  on 2008-01-12 11:31:09


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11952 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2592fcac
...@@ -27,7 +27,7 @@ OBJS-yes = vf_crop.o \ ...@@ -27,7 +27,7 @@ OBJS-yes = vf_crop.o \
HEADERS = avfilter.h 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 NAME=avfilter
LIBVERSION=$(LAVFILTERVERSION) LIBVERSION=$(LAVFILTERVERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment