Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-15 16:59:45 +0400
committerDiego Biurrun <diego@biurrun.de>2006-10-15 16:59:45 +0400
commit14f29f795d6b1a8a7d864ff97d6302bfe6fb0ba9 (patch)
treeb56f33bdd6218dbc1d7dea341b90e7bf303ec4f1 /libpostproc/Makefile
parent84471efd91a1599bf5c83bc2f7307017e27b4bd9 (diff)
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r--libpostproc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index 6f95049a3b..8b7f5f96aa 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -4,6 +4,8 @@ include ../config.mak
# Overload incdir, postproc include files go in a different directory.
incdir=$(prefix)/include/postproc
+EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+
NAME=postproc
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SPPVERSION)