You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Simplify install-progs prerequisite declaration.
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
Makefile
3
Makefile
@@ -141,9 +141,8 @@ install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
|
|||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
install-progs: $(PROGS) install-libs
|
install-progs: $(PROGS) install-libs
|
||||||
else
|
|
||||||
install-progs: $(PROGS)
|
|
||||||
endif
|
endif
|
||||||
|
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