Fix 114948 - adds some autotools magic that makes sure that we only make install...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 11 Jun 2003 19:42:20 +0000 (19:42 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 11 Jun 2003 19:42:20 +0000 (19:42 +0000)
Original commit message from CVS:
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there

gst-libs/ext/ffmpeg/Makefile.am

index 6996020..58bbda6 100644 (file)
@@ -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: