You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
fixed dependencies
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user