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
commit2dec43728554273e46e36342faa4f5c4bec02749 (patch)
tree448d340b4076ab4db24d4bf8bb8ad98db5840564
parentfdbc0da75531efdc8b10d49866dedb1b78b9c5c3 (diff)
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 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