summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am3
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: