mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Fix dependencies for 'make dep'.
Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d5cd50ed73
commit
5423fe7391
@ -19,7 +19,7 @@ HEADERS = postprocess.h
|
||||
|
||||
include $(SRC_PATH)/common.mak
|
||||
|
||||
depend: postprocess.c
|
||||
depend dep: postprocess.c
|
||||
|
||||
postprocess_pic.o: postprocess.c
|
||||
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user