From c079cc492bd49cdb0a222209cd6076a242859b5f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 16 Jan 2003 16:58:29 +0000 Subject: [PATCH] patch ffmpeg Original commit message from CVS: patch ffmpeg --- gst-libs/ext/ffmpeg/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 3a9af8dd0a..102065da43 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 \