summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.