You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
Replace ifeq to declare install-progs dependencies by a variable.
Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
7
Makefile
7
Makefile
@ -143,10 +143,9 @@ doc/%.1: doc/%.pod
|
|||||||
|
|
||||||
install: $(INSTALL_TARGETS-yes)
|
install: $(INSTALL_TARGETS-yes)
|
||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
|
||||||
install-progs: install-libs
|
|
||||||
endif
|
install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
|
||||||
install-progs: $(PROGS)
|
|
||||||
install -d "$(BINDIR)"
|
install -d "$(BINDIR)"
|
||||||
install -c -m 755 $(PROGS) "$(BINDIR)"
|
install -c -m 755 $(PROGS) "$(BINDIR)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user