summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-05-31 15:46:16 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-05-31 15:46:16 +0000
commit1573e8c9148f05c74682c7cab0e511bf0103aa8b (patch)
treee4e4955047e21c335c8834b9e7772a7b41bd321f
parent85dbaa06a5fd6904208d7b69299c32bddefae48e (diff)
downloadgstreamer-plugins-bad-1573e8c9148f05c74682c7cab0e511bf0103aa8b.tar.gz
fix a bug
Original commit message from CVS: fix a bug
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 3a2a039fb..383ff2aa0 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -16,7 +16,7 @@ PATCHES = patch/function.patch
patches:
@echo -n Patching ffmpeg if necessary ...
- @patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
+ @patch -p0 -N -r rejects < $(srcdir)/patch/function.patch > /dev/null || true
@rm -f rejects || true
@echo done.