You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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)
|
||||
install-progs: $(PROGS) install-libs
|
||||
else
|
||||
install-progs: $(PROGS)
|
||||
endif
|
||||
install-progs: $(PROGS)
|
||||
install -d "$(BINDIR)"
|
||||
install -c -m 755 $(PROGS) "$(BINDIR)"
|
||||
|
||||
|
Reference in New Issue
Block a user