diff options
Diffstat (limited to 'gst-libs/ext/ffmpeg')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index d09bd581..3a2a039f 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -26,7 +26,6 @@ SUBDIRS = $(FFMPEG_DIR) DISTFILES = \ $(PATCHES) \ Tag \ - ffmpeg/CVS/Tag \ ffmpeg/Changelog \ ffmpeg/COPYING \ ffmpeg/CREDITS \ @@ -74,7 +73,7 @@ checkout: # on running make install, make sure make has been run first install: - cd ffmpeg && make + cd ffmpeg && $(MAKE) # we don't install stuff so no need to uninstall uninstall: |