mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
This commit is contained in:
parent
3a833dbb01
commit
9b647bc79b
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ checkout:
|
|||
cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg
|
||||
|
||||
# on running make install, make sure make has been run first
|
||||
install:
|
||||
cd ffmpeg && $(MAKE)
|
||||
install: all
|
||||
@true
|
||||
|
||||
# we don't install stuff so no need to uninstall
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue