mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
make install target depend on vhooks
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec04d244b5
commit
a11a334d18
@ -26,7 +26,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
|
||||
depend: $(SRCS)
|
||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||
|
||||
install:
|
||||
install: $(HOOKS)
|
||||
install -d "$(libdir)/vhook"
|
||||
install -m 755 $(HOOKS) "$(libdir)/vhook"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user