From c6a4e91afe03b2ff402e27f3edb5bf9b44de75b0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 26 Aug 2003 20:19:44 +0000 Subject: closes bug #119105 Original commit message from CVS: closes bug #119105 --- gst-libs/ext/ffmpeg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/ext') diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 58bbda69..bb346f25 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. -- cgit v1.2.1