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

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

Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Makefile.in,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Makefile.in 24 Sep 2006 18:12:21 -0000      1.113
+++ Makefile.in 20 Oct 2006 10:32:05 -0000      1.114
@@ -130,6 +130,7 @@
        effects/Wahwah.o \
        export/Export.o \
        export/ExportMultiple.o \
+       export/ExportMP2.o \
        export/ExportMP3.o \
        export/ExportOGG.o \
        export/ExportFLAC.o \

Index: configtemplate.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/configtemplate.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configtemplate.h    23 Sep 2006 09:32:50 -0000      1.23
+++ configtemplate.h    20 Oct 2006 10:32:05 -0000      1.24
@@ -47,19 +47,19 @@
 #undef INSTALL_PREFIX
 
 /* Define to the address where bug reports for this package should be sent. */
-//#undef PACKAGE_BUGREPORT
+#undef PACKAGE_BUGREPORT
 
 /* Define to the full name of this package. */
-//#undef PACKAGE_NAME
+#undef PACKAGE_NAME
 
 /* Define to the full name and version of this package. */
-//#undef PACKAGE_STRING
+#undef PACKAGE_STRING
 
 /* Define to the one symbol short name of this package. */
-//#undef PACKAGE_TARNAME
+#undef PACKAGE_TARNAME
 
 /* Define to the version of this package. */
-//#undef PACKAGE_VERSION
+#undef PACKAGE_VERSION
 
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
@@ -85,6 +85,9 @@
 /* Define if libsamplerate support should be enabled */
 #undef USE_LIBSAMPLERATE
 
+/* Define if libtwolame (MP2 export) support should be enabled */
+#undef USE_LIBTWOLAME
+
 /* Define if the ogg vorbis decoding library is present */
 #undef USE_LIBVORBIS
 


-------------------------------------------------------------------------
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