[pulseaudio-commits] r2261 - in /branches/glitch-free/src: pulse/ pulsecore/ utils/

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Fri Apr 11 10:06:42 PDT 2008


Author: lennart
Date: Fri Apr 11 19:06:41 2008
New Revision: 2261

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2261&root=pulseaudio&view=rev
Log:
s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/

Modified:
    branches/glitch-free/src/pulse/channelmap.h
    branches/glitch-free/src/pulse/introspect.c
    branches/glitch-free/src/pulse/mainloop-api.c
    branches/glitch-free/src/pulse/mainloop-signal.c
    branches/glitch-free/src/pulse/subscribe.c
    branches/glitch-free/src/pulse/utf8.h
    branches/glitch-free/src/pulse/util.h
    branches/glitch-free/src/pulse/xmalloc.c
    branches/glitch-free/src/pulsecore/client.c
    branches/glitch-free/src/pulsecore/flist.h
    branches/glitch-free/src/pulsecore/hook-list.h
    branches/glitch-free/src/pulsecore/log.h
    branches/glitch-free/src/pulsecore/play-memblockq.c
    branches/glitch-free/src/pulsecore/play-memchunk.c
    branches/glitch-free/src/pulsecore/sink-input.c
    branches/glitch-free/src/pulsecore/source-output.c
    branches/glitch-free/src/pulsecore/strbuf.h
    branches/glitch-free/src/pulsecore/tokenizer.c
    branches/glitch-free/src/utils/padsp.c

Modified: branches/glitch-free/src/pulse/channelmap.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/channelmap.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/channelmap.h (original)
+++ branches/glitch-free/src/pulse/channelmap.h Fri Apr 11 19:06:41 2008
@@ -27,6 +27,7 @@
 
 #include <pulse/sample.h>
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \page channelmap Channel Maps
  *

Modified: branches/glitch-free/src/pulse/introspect.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/introspect.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/introspect.c (original)
+++ branches/glitch-free/src/pulse/introspect.c Fri Apr 11 19:06:41 2008
@@ -27,8 +27,8 @@
 #endif
 
 #include <pulse/context.h>
-
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/macro.h>
 #include <pulsecore/pstream-util.h>
 

Modified: branches/glitch-free/src/pulse/mainloop-api.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/mainloop-api.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/mainloop-api.c (original)
+++ branches/glitch-free/src/pulse/mainloop-api.c Fri Apr 11 19:06:41 2008
@@ -28,8 +28,8 @@
 #include <stdlib.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 #include "mainloop-api.h"
@@ -75,4 +75,3 @@
     pa_assert_se(e = m->defer_new(m, once_callback, i));
     m->defer_set_destroy(e, free_callback);
 }
-

Modified: branches/glitch-free/src/pulse/mainloop-signal.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/mainloop-signal.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/mainloop-signal.c (original)
+++ branches/glitch-free/src/pulse/mainloop-signal.c Fri Apr 11 19:06:41 2008
@@ -39,11 +39,11 @@
 #endif
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
 #include <pulsecore/log.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 #include "mainloop-signal.h"

Modified: branches/glitch-free/src/pulse/subscribe.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/subscribe.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/subscribe.c (original)
+++ branches/glitch-free/src/pulse/subscribe.c Fri Apr 11 19:06:41 2008
@@ -27,7 +27,8 @@
 
 #include <stdio.h>
 
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/macro.h>
 #include <pulsecore/pstream-util.h>
 

Modified: branches/glitch-free/src/pulse/utf8.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/utf8.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/utf8.h (original)
+++ branches/glitch-free/src/pulse/utf8.h Fri Apr 11 19:06:41 2008
@@ -26,6 +26,7 @@
 ***/
 
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \file
  * UTF8 Validation functions

Modified: branches/glitch-free/src/pulse/util.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/util.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/util.h (original)
+++ branches/glitch-free/src/pulse/util.h Fri Apr 11 19:06:41 2008
@@ -28,6 +28,7 @@
 #include <stddef.h>
 
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \file
  * Assorted utility functions */

Modified: branches/glitch-free/src/pulse/xmalloc.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/xmalloc.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/xmalloc.c (original)
+++ branches/glitch-free/src/pulse/xmalloc.c Fri Apr 11 19:06:41 2008
@@ -30,8 +30,8 @@
 #include <unistd.h>
 #include <string.h>
 
+#include <pulse/gccmacro.h>
 #include <pulsecore/core-util.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 #include "xmalloc.h"

Modified: branches/glitch-free/src/pulsecore/client.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/client.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/client.c (original)
+++ branches/glitch-free/src/pulsecore/client.c Fri Apr 11 19:06:41 2008
@@ -35,6 +35,7 @@
 #include <pulsecore/core-subscribe.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
+#include <pulsecore/core-util.h>
 
 #include "client.h"
 

Modified: branches/glitch-free/src/pulsecore/flist.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/flist.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/flist.h (original)
+++ branches/glitch-free/src/pulsecore/flist.h Fri Apr 11 19:06:41 2008
@@ -25,9 +25,9 @@
 ***/
 
 #include <pulse/def.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/once.h>
-#include <pulsecore/gccmacro.h>
 
 /* A multiple-reader multipler-write lock-free free list implementation */
 

Modified: branches/glitch-free/src/pulsecore/hook-list.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/hook-list.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/hook-list.h (original)
+++ branches/glitch-free/src/pulsecore/hook-list.h Fri Apr 11 19:06:41 2008
@@ -24,9 +24,10 @@
   USA.
 ***/
 
+#include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/llist.h>
-#include <pulse/xmalloc.h>
-#include <pulsecore/gccmacro.h>
 
 typedef struct pa_hook_slot pa_hook_slot;
 typedef struct pa_hook pa_hook;

Modified: branches/glitch-free/src/pulsecore/log.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/log.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/log.h (original)
+++ branches/glitch-free/src/pulsecore/log.h Fri Apr 11 19:06:41 2008
@@ -27,7 +27,7 @@
 
 #include <stdarg.h>
 #include <stdlib.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 /* A simple logging subsystem */
 

Modified: branches/glitch-free/src/pulsecore/play-memblockq.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/play-memblockq.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/play-memblockq.c (original)
+++ branches/glitch-free/src/pulsecore/play-memblockq.c Fri Apr 11 19:06:41 2008
@@ -30,9 +30,9 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/sink-input.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/sample-util.h>
 

Modified: branches/glitch-free/src/pulsecore/play-memchunk.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/play-memchunk.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/play-memchunk.c (original)
+++ branches/glitch-free/src/pulsecore/play-memchunk.c Fri Apr 11 19:06:41 2008
@@ -30,9 +30,9 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/sink-input.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/play-memblockq.h>
 

Modified: branches/glitch-free/src/pulsecore/sink-input.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/sink-input.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/sink-input.c (original)
+++ branches/glitch-free/src/pulsecore/sink-input.c Fri Apr 11 19:06:41 2008
@@ -38,6 +38,7 @@
 #include <pulsecore/log.h>
 #include <pulsecore/play-memblockq.h>
 #include <pulsecore/namereg.h>
+#include <pulsecore/core-util.h>
 
 #include "sink-input.h"
 

Modified: branches/glitch-free/src/pulsecore/source-output.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/source-output.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/source-output.c (original)
+++ branches/glitch-free/src/pulsecore/source-output.c Fri Apr 11 19:06:41 2008
@@ -36,6 +36,7 @@
 #include <pulsecore/core-subscribe.h>
 #include <pulsecore/log.h>
 #include <pulsecore/namereg.h>
+#include <pulsecore/core-util.h>
 
 #include "source-output.h"
 

Modified: branches/glitch-free/src/pulsecore/strbuf.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/strbuf.h?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/strbuf.h (original)
+++ branches/glitch-free/src/pulsecore/strbuf.h Fri Apr 11 19:06:41 2008
@@ -24,7 +24,7 @@
   USA.
 ***/
 
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 typedef struct pa_strbuf pa_strbuf;
 

Modified: branches/glitch-free/src/pulsecore/tokenizer.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/tokenizer.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/tokenizer.c (original)
+++ branches/glitch-free/src/pulsecore/tokenizer.c Fri Apr 11 19:06:41 2008
@@ -29,9 +29,9 @@
 #include <stdlib.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/dynarray.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 #include "tokenizer.h"

Modified: branches/glitch-free/src/utils/padsp.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/utils/padsp.c?rev=2261&root=pulseaudio&r1=2260&r2=2261&view=diff
==============================================================================
--- branches/glitch-free/src/utils/padsp.c (original)
+++ branches/glitch-free/src/utils/padsp.c Fri Apr 11 19:06:41 2008
@@ -53,8 +53,8 @@
 #endif
 
 #include <pulse/pulseaudio.h>
+#include <pulse/gccmacro.h>
 #include <pulsecore/llist.h>
-#include <pulsecore/gccmacro.h>
 
 /* On some systems SIOCINQ isn't defined, but FIONREAD is just an alias */
 #if !defined(SIOCINQ) && defined(FIONREAD)




More information about the pulseaudio-commits mailing list