diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-30 12:41:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-30 12:41:03 +0000 |
commit | 22d39d692fdfaa98e2956abc7cf2063e893d7c39 (patch) | |
tree | 71aefa1a01ee9fe34fb99b11dcef7cef6c04855c /gst-libs | |
parent | 23fc4db6728ac7da9e2b788917121b67c95796d7 (diff) | |
download | gst-plugins-bad-22d39d692fdfaa98e2956abc7cf2063e893d7c39.tar.gz gst-plugins-bad-22d39d692fdfaa98e2956abc7cf2063e893d7c39.tar.bz2 gst-plugins-bad-22d39d692fdfaa98e2956abc7cf2063e893d7c39.zip |
ffmpeg fix
Original commit message from CVS:
ffmpeg fix
Diffstat (limited to 'gst-libs')
-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 c7a47038..e264d24e 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -6,4 +6,4 @@ checkout: cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg install: - true + cd ffmpeg && make |