From 85d3362e3426775100ac58890709f15bbabd49f3 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 29 Nov 2005 02:55:18 +0000 Subject: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=m... Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink. --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') 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 -- cgit v1.2.1