Update of /cvsroot/audacity/lib-src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12340/lib-src

Modified Files:
        Makefile.in 
Log Message:
Add autoconf support for libtwolame (adds MP2 export support to Linux and Mac 
builds)

Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/Makefile.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.in 2 Oct 2006 00:35:58 -0000       1.37
+++ Makefile.in 20 Oct 2006 10:32:01 -0000      1.38
@@ -45,6 +45,13 @@
 libnyquist.a: libnyquist-recursive
        ln -sf libnyquist/libnyquist.a libnyquist.a
 
+# libtwolame
+libtwolame-recursive:
+       chmod +x twolame/configure
+       $(MAKE) -C twolame
+libtwolame.a: libtwolame-recursive
+       ln -sf twolame/libtwolame/.libs/libtwolame.a libtwolame.a
+
 # libmad
 libmad-recursive:
        $(MAKE) -C libmad
@@ -135,6 +142,7 @@
        -$(MAKE) -C portmixer/px_mac_core clean
        -$(MAKE) -C rtaudio clean
        -$(MAKE) -C soundtouch clean
+       -$(MAKE) -C twolame clean
        -rm -rf @LOCAL_LIBS@
 
 distclean:
@@ -158,11 +166,12 @@
        -$(MAKE) -C portmixer/px_mac_core distclean
        -$(MAKE) -C rtaudio distclean
        -$(MAKE) -C soundtouch distclean
+       -$(MAKE) -C twolame distclean
        -rm -f @LOCAL_LIBS@
 
 .PHONY: allegro-recursive expat-recursive libogg-recursive \
        libvorbis-recursive libnyquist-recursive libmad-recursive \
        libid3tag-recursive soundtouch-recursive libsndfile-recursive \
        libresample-recursive libsamplerate-recursive librtaudio-recursive \
-       portaudio-v19-recursive portmixer-recursive
+       portaudio-v19-recursive portmixer-recursive libtwolame-recursive
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to