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
commit3ea267d343b9d8f3deb5f6a5c2974e940df29e3a (patch)
treee338a0f03fea306a6093fcf52f6addfc3a990789
parent9f3474f45df7b2492bd3d73c02551a9ca1b1fe75 (diff)
downloadgstreamer-plugins-base-3ea267d343b9d8f3deb5f6a5c2974e940df29e3a.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.