[FFmpeg-soc] [soc]: r2167 - libavfilter/Makefile
vitor
subversion at mplayerhq.hu
Thu Apr 24 15:01:21 CEST 2008
Author: vitor
Date: Thu Apr 24 15:01:21 2008
New Revision: 2167
Log:
Sync with SVN
Patch by Vitaliy Ostrovskiy (vitost at gmail).
Modified:
libavfilter/Makefile
Modified: libavfilter/Makefile
==============================================================================
--- libavfilter/Makefile (original)
+++ libavfilter/Makefile Thu Apr 24 15:01:21 2008
@@ -1,4 +1,4 @@
-include ../config.mak
+include $(SUBDIR)../config.mak
NAME = avfilter
FFLIBS = avcodec avutil
@@ -33,4 +33,4 @@ OBJS-$(CONFIG_MOVIE_FILTER) += vsrc
HEADERS = avfilter.h
-include ../common.mak
+include $(SUBDIR)../subdir.mak
More information about the FFmpeg-soc
mailing list