[Ffmpeg-cvslog] r6238 - in trunk: Makefile libpostproc/Makefile
diego
subversion
Tue Sep 12 12:33:27 CEST 2006
Author: diego
Date: Tue Sep 12 12:33:27 2006
New Revision: 6238
Modified:
trunk/Makefile
trunk/libpostproc/Makefile
Log:
Fix 'make depend' for libpostproc.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Sep 12 12:33:27 2006
@@ -204,6 +204,9 @@
$(MAKE) -C libavutil depend
$(MAKE) -C libavcodec depend
$(MAKE) -C libavformat depend
+ifeq ($(CONFIG_PP),yes)
+ $(MAKE) -C libpostproc depend
+endif
ifeq ($(BUILD_VHOOK),yes)
$(MAKE) -C vhook depend
endif
Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile (original)
+++ trunk/libpostproc/Makefile Tue Sep 12 12:33:27 2006
@@ -20,6 +20,8 @@
include $(SRC_PATH)/common.mak
+depend: postprocess.c
+
ifeq ($(BUILD_SHARED),yes)
postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
More information about the ffmpeg-cvslog
mailing list