summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-30 12:41:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-30 12:41:03 +0000
commit22d39d692fdfaa98e2956abc7cf2063e893d7c39 (patch)
tree71aefa1a01ee9fe34fb99b11dcef7cef6c04855c
parent23fc4db6728ac7da9e2b788917121b67c95796d7 (diff)
downloadgstreamer-plugins-bad-22d39d692fdfaa98e2956abc7cf2063e893d7c39.tar.gz
ffmpeg fix
Original commit message from CVS: ffmpeg fix
-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 c7a470385..e264d24ea 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