git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix 'make depend' for libpostproc.
[ffmpeg.git]
/
libpostproc
/
Makefile
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index
c7bbdc1
..
8f5c921
100644
(file)
--- 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 $@ $<