From 92271a07d6c76524dc9e4bf2a71cb892f24d5fed Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 16 Jan 2003 17:13:00 +0000 Subject: this is a better way Original commit message from CVS: this is a better way --- gst-libs/ext/ffmpeg/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gst-libs/ext') diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 102065da..43774714 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -7,16 +7,18 @@ else FFMPEG_DIR= endif -# patch it up -all-am: Makefile patches +# patch it up before descending into dirs +all-recursive: patches # ignore failures on patching # ignore failures on rm PATCHES = patch/function.patch patches: + @echo -n Patching ffmpeg if necessary ... @patch -p0 -N -r rejects < patch/function.patch > /dev/null || true @rm -f rejects || true + @echo done. SUBDIRS = $(FFMPEG_DIR) -- cgit v1.2.1