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 /ext | |
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.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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 |