[pulseaudio-commits] r2281 - in /branches/glitch-free/src/tests: channelmap-test.c cpulimit-test.c mainloop-test.c mcalign-test.c pacat-simple.c parec-simple.c strlist-test.c thread-mainloop-test.c voltest.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Apr 20 12:52:06 PDT 2008


Author: lennart
Date: Sun Apr 20 21:52:05 2008
New Revision: 2281

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2281&root=pulseaudio&view=rev
Log:
fix for new location of gccmacro.h

Modified:
    branches/glitch-free/src/tests/channelmap-test.c
    branches/glitch-free/src/tests/cpulimit-test.c
    branches/glitch-free/src/tests/mainloop-test.c
    branches/glitch-free/src/tests/mcalign-test.c
    branches/glitch-free/src/tests/pacat-simple.c
    branches/glitch-free/src/tests/parec-simple.c
    branches/glitch-free/src/tests/strlist-test.c
    branches/glitch-free/src/tests/thread-mainloop-test.c
    branches/glitch-free/src/tests/voltest.c

Modified: branches/glitch-free/src/tests/channelmap-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/channelmap-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/channelmap-test.c (original)
+++ branches/glitch-free/src/tests/channelmap-test.c Sun Apr 20 21:52:05 2008
@@ -4,7 +4,7 @@
 #include <assert.h>
 
 #include <pulse/channelmap.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
     char cm[PA_CHANNEL_MAP_SNPRINT_MAX];

Modified: branches/glitch-free/src/tests/cpulimit-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/cpulimit-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/cpulimit-test.c (original)
+++ branches/glitch-free/src/tests/cpulimit-test.c Sun Apr 20 21:52:05 2008
@@ -30,7 +30,7 @@
 #include <signal.h>
 
 #include <pulse/mainloop.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 #ifdef TEST2
 #include <pulse/mainloop-signal.h>

Modified: branches/glitch-free/src/tests/mainloop-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/mainloop-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/mainloop-test.c (original)
+++ branches/glitch-free/src/tests/mainloop-test.c Sun Apr 20 21:52:05 2008
@@ -29,9 +29,9 @@
 #include <assert.h>
 
 #include <pulse/timeval.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/core-util.h>
-#include <pulsecore/gccmacro.h>
 
 #ifdef GLIB_MAIN_LOOP
 

Modified: branches/glitch-free/src/tests/mcalign-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/mcalign-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/mcalign-test.c (original)
+++ branches/glitch-free/src/tests/mcalign-test.c Sun Apr 20 21:52:05 2008
@@ -31,9 +31,10 @@
 #include <stdlib.h>
 #include <time.h>
 
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/core-util.h>
 #include <pulsecore/mcalign.h>
-#include <pulsecore/gccmacro.h>
 
 /* A simple program for testing pa_mcalign */
 

Modified: branches/glitch-free/src/tests/pacat-simple.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/pacat-simple.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/pacat-simple.c (original)
+++ branches/glitch-free/src/tests/pacat-simple.c Sun Apr 20 21:52:05 2008
@@ -31,7 +31,7 @@
 
 #include <pulse/simple.h>
 #include <pulse/error.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 #define BUFSIZE 1024
 

Modified: branches/glitch-free/src/tests/parec-simple.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/parec-simple.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/parec-simple.c (original)
+++ branches/glitch-free/src/tests/parec-simple.c Sun Apr 20 21:52:05 2008
@@ -30,7 +30,7 @@
 
 #include <pulse/simple.h>
 #include <pulse/error.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 #define BUFSIZE 1024
 

Modified: branches/glitch-free/src/tests/strlist-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/strlist-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/strlist-test.c (original)
+++ branches/glitch-free/src/tests/strlist-test.c Sun Apr 20 21:52:05 2008
@@ -1,8 +1,9 @@
 #include <stdio.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/strlist.h>
-#include <pulsecore/gccmacro.h>
 
 int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char* argv[]) {
     char *t, *u;

Modified: branches/glitch-free/src/tests/thread-mainloop-test.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/thread-mainloop-test.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/thread-mainloop-test.c (original)
+++ branches/glitch-free/src/tests/thread-mainloop-test.c Sun Apr 20 21:52:05 2008
@@ -30,8 +30,8 @@
 #include <pulse/timeval.h>
 #include <pulse/util.h>
 #include <pulse/thread-mainloop.h>
+#include <pulse/gccmacro.h>
 
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) {

Modified: branches/glitch-free/src/tests/voltest.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/tests/voltest.c?rev=2281&root=pulseaudio&r1=2280&r2=2281&view=diff
==============================================================================
--- branches/glitch-free/src/tests/voltest.c (original)
+++ branches/glitch-free/src/tests/voltest.c Sun Apr 20 21:52:05 2008
@@ -3,7 +3,7 @@
 #include <stdio.h>
 
 #include <pulse/volume.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
     pa_volume_t v;




More information about the pulseaudio-commits mailing list