summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-16 16:58:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-16 16:58:29 +0000
commitc079cc492bd49cdb0a222209cd6076a242859b5f (patch)
treea5ea6b9707c1c546ebfb8d6518f863245fad3c2a
parent5f3ceac5311a4c285f81af93101aeae0287ad541 (diff)
downloadgstreamer-plugins-base-c079cc492bd49cdb0a222209cd6076a242859b5f.tar.gz
patch ffmpeg
Original commit message from CVS: patch ffmpeg
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 3a9af8dd0..102065da4 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -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 \