diff options
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 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 |