patch ffmpeg
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 16 Jan 2003 16:58:29 +0000 (16:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 16 Jan 2003 16:58:29 +0000 (16:58 +0000)
Original commit message from CVS:
patch ffmpeg

gst-libs/ext/ffmpeg/Makefile.am

index 3a9af8d..102065d 100644 (file)
@@ -7,9 +7,22 @@ else
 FFMPEG_DIR=
 endif
 
+# patch it up
+all-am: Makefile patches
+
+# ignore failures on patching
+# ignore failures on rm
+PATCHES = patch/function.patch
+
+patches:
+       @patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
+       @rm -f rejects || true
+
+
 SUBDIRS = $(FFMPEG_DIR)
 
 DISTFILES = \
+       $(PATCHES) \
        Tag \
        ffmpeg/CVS/Tag \
        ffmpeg/Changelog \