diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-16 16:58:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-16 16:58:29 +0000 |
commit | c74ac58b85f49a3c6c4af43689629ba2e4cde20e (patch) | |
tree | 40ae3d3b2acf89641e52cfc0bc1030a386b3c600 /gst-libs/ext | |
parent | abcba143a935136b68465f8194109530e31799a8 (diff) | |
download | gst-plugins-bad-c74ac58b85f49a3c6c4af43689629ba2e4cde20e.tar.gz gst-plugins-bad-c74ac58b85f49a3c6c4af43689629ba2e4cde20e.tar.bz2 gst-plugins-bad-c74ac58b85f49a3c6c4af43689629ba2e4cde20e.zip |
patch ffmpeg
Original commit message from CVS:
patch ffmpeg
Diffstat (limited to 'gst-libs/ext')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ |