[SCM] libav/experimental: Link to libraries in dependency order.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:14:11 UTC 2013
The following commit has been merged in the experimental branch:
commit b4aa24fdfab5c8d486b141957e5c4e668732aa4d
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Fri Feb 15 19:33:36 2008 +0000
Link to libraries in dependency order.
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
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 0f5f741..7865a8a 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list