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-09-12 14:33:27 +0400
committerDiego Biurrun <diego@biurrun.de>2006-09-12 14:33:27 +0400
commit691c480e7faf26a201b6ba80cc4642df8aad083c (patch)
tree6f6c73ee9b880d2d99cfbc68be676c4d34768d49 /libpostproc
parente179fbc85037e49d91cb184810bd22078567fdce (diff)
Fix 'make depend' for libpostproc.
Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index c7bbdc1434..8f5c921eb5 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -20,6 +20,8 @@ CFLAGS = -I.. -I$(SRC_PATH)/libavcodec $(OPTFLAGS)
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 $@ $<