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

Modified Files:
        SConscript 
Log Message:

Update portaudio to 2007-jun-01 snapshot


Index: SConscript
===================================================================
RCS file: /cvsroot/audacity/lib-src/portaudio-v19/src/SConscript,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SConscript  23 Sep 2006 18:42:46 -0000      1.2
+++ SConscript  3 Jun 2007 08:30:24 -0000       1.3
@@ -135,6 +135,12 @@
     conf.env.Append(CPPDEFINES=["HAVE_CLOCK_GETTIME"])
 if checkSymbol(conf, "time.h", symbol="nanosleep"):
     conf.env.Append(CPPDEFINES=["HAVE_NANOSLEEP"])
+if conf.CheckCHeader("sys/soundcard.h"):
+    conf.env.Append(CPPDEFINES=["HAVE_SYS_SOUNDCARD_H"])
+if conf.CheckCHeader("linux/soundcard.h"):
+    conf.env.Append(CPPDEFINES=["HAVE_LINUX_SOUNDCARD_H"])
+if conf.CheckCHeader("machine/soundcard.h"):
+    conf.env.Append(CPPDEFINES=["HAVE_MACHINE_SOUNDCARD_H"])
 
 # Look for needed libraries and link with them
 for lib, hdr, sym in neededLibs:
@@ -152,7 +158,7 @@
 
 # PA infrastructure
 CommonSources = [os.path.join("common", f) for f in "pa_allocation.c 
pa_converters.c pa_cpuload.c pa_dither.c pa_front.c \
-        pa_process.c pa_skeleton.c pa_stream.c pa_trace.c".split()]
+        pa_process.c pa_skeleton.c pa_stream.c pa_trace.c pa_debugprint.c 
pa_ringbuffer.c".split()]
 
 # Host API implementations
 ImplSources = []
@@ -188,8 +194,9 @@
         "patest_dither", "patest_hang", "patest_in_overflow", 
"patest_latency", "patest_leftright", "patest_longsine", \
         "patest_many", "patest_maxsines", "patest_multi_sine", 
"patest_out_underflow", "patest_pink", "patest_prime", \
         "patest_read_record", "patest_record", "patest_ringmix", "patest_saw", 
"patest_sine8", "patest_sine", \
-        "patest_sine_time", "patest_start_stop", "patest_stop", "patest_sync", 
\
-        "patest_toomanysines", "patest_underflow", "patest_wire", 
"patest_write_sine", "pa_devs", "pa_fuzz", "pa_minlat"]
+        "patest_sine_time", "patest_start_stop", "patest_stop", "patest_sync", 
"patest_toomanysines", \
+        "patest_underflow", "patest_wire", "patest_write_sine", "pa_devs", 
"pa_fuzz", "pa_minlat", \
+        "patest_sine_channelmaps",]
 
 # The test directory ("bin") should be in the top-level PA directory
 tests = [env.Program(target=os.path.join("#", "bin", name), 
source=[os.path.join("#", "test", name + ".c"),


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to