this is a better way
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 16 Jan 2003 17:13:00 +0000 (17:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 16 Jan 2003 17:13:00 +0000 (17:13 +0000)
Original commit message from CVS:
this is a better way

gst-libs/ext/ffmpeg/Makefile.am

index 102065d..4377471 100644 (file)
@@ -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)