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 16d56191..716b687e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -106,11 +106,11 @@ LCS_DIR= LIBFAME_DIR= # endif -# if USE_LIBMMS -# LIBMMS_DIR=libmms -# else +if USE_LIBMMS +LIBMMS_DIR=libmms +else LIBMMS_DIR= -# endif +endif # if USE_MPEG2ENC # MPEG2ENC_DIR=mpeg2enc @@ -236,6 +236,7 @@ DIST_SUBDIRS= \ faad \ gsm \ ivorbis \ + libmms \ musepack \ sdl \ wavpack |