From e1388bddd04119bad81130b81f400d6a434b8765 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 18 Jun 2003 11:01:28 +0000 Subject: Fix build breakage Original commit message from CVS: Fix build breakage --- gst-libs/ext/ffmpeg/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 383ff2aa0..58bbda699 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -16,7 +16,7 @@ PATCHES = patch/function.patch patches: @echo -n Patching ffmpeg if necessary ... - @patch -p0 -N -r rejects < $(srcdir)/patch/function.patch > /dev/null || true + @patch -p0 -N -r rejects < patch/function.patch > /dev/null || true @rm -f rejects || true @echo done. @@ -32,6 +32,7 @@ DISTFILES = \ ffmpeg/INSTALL \ ffmpeg/README \ ffmpeg/VERSION \ + ffmpeg/config.mak \ ffmpeg/configure \ ffmpeg/Makefile \ ffmpeg/cygwin_inttypes.h \ @@ -72,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: -- cgit v1.2.1