diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 16:51:41 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 16:51:41 +0000 |
commit | 6ca2db8f5fc44aac0fe0fa5b0fd87ae1a61aa031 (patch) | |
tree | 94335b52d0d98ba9bdbd3b426b50782d6370ccd2 /gst-libs/ext/ffmpeg/Makefile.am | |
parent | 3cec98c729b0d1f23e7c2a903ddb7d0b51a54946 (diff) | |
download | gst-plugins-bad-6ca2db8f5fc44aac0fe0fa5b0fd87ae1a61aa031.tar.gz gst-plugins-bad-6ca2db8f5fc44aac0fe0fa5b0fd87ae1a61aa031.tar.bz2 gst-plugins-bad-6ca2db8f5fc44aac0fe0fa5b0fd87ae1a61aa031.zip |
Fixes #104752 and #106776
Original commit message from CVS:
Fixes #104752 and #106776
Diffstat (limited to 'gst-libs/ext/ffmpeg/Makefile.am')
-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: |