diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-03 11:34:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-03 11:34:31 +0000 |
commit | 94f577308e16b69ebfbff08e5a68c223bd547307 (patch) | |
tree | 8dd940d066319dfe9bd21e0338ba3d8edccbe6b9 | |
parent | 9107cd5b6fc4ebac2587ca16ba7a695fcd641194 (diff) | |
download | gst-plugins-bad-94f577308e16b69ebfbff08e5a68c223bd547307.tar.gz gst-plugins-bad-94f577308e16b69ebfbff08e5a68c223bd547307.tar.bz2 gst-plugins-bad-94f577308e16b69ebfbff08e5a68c223bd547307.zip |
ext/Makefile.am: Forgot to commit this one.
Original commit message from CVS:
* ext/Makefile.am:
Forgot to commit this one.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2006-05-03 Tim-Philipp Müller <tim at centricular dot net> + * ext/Makefile.am: + Forgot to commit this one. + +2006-05-03 Tim-Philipp Müller <tim at centricular dot net> + Patch by: James "Doc" Livingston <doclivingston gmail com> * configure.ac: diff --git a/ext/Makefile.am b/ext/Makefile.am index c28a13aa..ee9afb3e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -142,11 +142,11 @@ else MUSEPACK_DIR= endif -# if USE_MUSICBRAINZ -# MUSICBRAINZ_DIR=musicbrainz -# else +if USE_MUSICBRAINZ +MUSICBRAINZ_DIR=musicbrainz +else MUSICBRAINZ_DIR= -# endif +endif # if USE_NAS # NAS_DIR=nas |