From c74ac58b85f49a3c6c4af43689629ba2e4cde20e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 16 Jan 2003 16:58:29 +0000 Subject: patch ffmpeg Original commit message from CVS: patch ffmpeg --- gst-libs/ext/ffmpeg/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gst-libs/ext/ffmpeg') diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 3a9af8dd..102065da 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 \ -- cgit v1.2.1