You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
make install target depend on vhooks
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -26,7 +26,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
|
|||||||
depend: $(SRCS)
|
depend: $(SRCS)
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
install:
|
install: $(HOOKS)
|
||||||
install -d "$(libdir)/vhook"
|
install -d "$(libdir)/vhook"
|
||||||
install -m 755 $(HOOKS) "$(libdir)/vhook"
|
install -m 755 $(HOOKS) "$(libdir)/vhook"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user