mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
fixed dependencies
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e04e4e9e1
commit
91d742b746
@ -15,9 +15,9 @@ endif
|
|||||||
|
|
||||||
all: $(HOOKS)
|
all: $(HOOKS)
|
||||||
|
|
||||||
SRCS := $(OBJS:.o=.c)
|
SRCS := $(HOOKS:.so=.c)
|
||||||
|
|
||||||
.depend: $(SRCS)
|
depend: $(SRCS)
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user