diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-29 02:55:18 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-29 02:55:18 +0000 |
commit | 85d3362e3426775100ac58890709f15bbabd49f3 (patch) | |
tree | 34653e7583b158734fbe4f8b7244185758b72197 /ext/Makefile.am | |
parent | 07e2ec5f9574095e71c2208779c719574bb135ab (diff) | |
download | gst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.tar.gz gst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.tar.bz2 gst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.zip |
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.
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 |