diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-02-23 19:58:50 +0000 |
commit | 6fdb0b803915e870a9354e12eb76a6e208371f2b (patch) | |
tree | 692130aaf56154b2b07915ffe9a70a9e421280f6 /gst-libs | |
parent | 56dd04644e24dcff9ce663d59bfe354433d66362 (diff) | |
download | gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.gz gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.bz2 gst-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.zip |
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
Diffstat (limited to 'gst-libs')
-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 079fa13d..a03d2795 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -75,7 +75,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: |