From 87cf678fcc43ebebd20e5f3b41a11fabb069f024 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 16 Jan 2003 17:13:00 +0000 Subject: [PATCH] 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(-) diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 102065d..4377471 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) -- 2.7.4