From 1573e8c9148f05c74682c7cab0e511bf0103aa8b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 31 May 2003 15:46:16 +0000 Subject: fix a bug Original commit message from CVS: fix a bug --- 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 3a2a039f..383ff2aa 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