diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-05-31 15:46:16 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-05-31 15:46:16 +0000 |
commit | 1573e8c9148f05c74682c7cab0e511bf0103aa8b (patch) | |
tree | e4e4955047e21c335c8834b9e7772a7b41bd321f /gst-libs/ext/ffmpeg | |
parent | 85dbaa06a5fd6904208d7b69299c32bddefae48e (diff) | |
download | gst-plugins-bad-1573e8c9148f05c74682c7cab0e511bf0103aa8b.tar.gz gst-plugins-bad-1573e8c9148f05c74682c7cab0e511bf0103aa8b.tar.bz2 gst-plugins-bad-1573e8c9148f05c74682c7cab0e511bf0103aa8b.zip |
fix a bug
Original commit message from CVS:
fix a bug
Diffstat (limited to 'gst-libs/ext/ffmpeg')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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. |