diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 40951be6..651664c8 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -118,11 +118,11 @@ MPEG2ENC_DIR= MPLEX_DIR= # endif -# if USE_MUSEPACK -# MUSEPACK_DIR=musepack -# else +if USE_MUSEPACK +MUSEPACK_DIR=musepack +else MUSEPACK_DIR= -# endif +endif # if USE_MUSICBRAINZ # MUSICBRAINZ_DIR=musicbrainz @@ -228,6 +228,7 @@ DIST_SUBDIRS= \ faac \ faad \ gsm \ + musepack \ sdl \ directfb \ ivorbis |