]> git.sesse.net Git - vlc/commitdiff
Use Brackets for global headers.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 23 Jul 2009 16:30:34 +0000 (18:30 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 23 Jul 2009 16:30:34 +0000 (18:30 +0200)
47 files changed:
modules/access/dvdnav.c
modules/access/gnomevfs.c
modules/access/mms/mmsh.c
modules/access/mms/mmstu.c
modules/access/rtsp/real_sdpplin.c
modules/access_filter/dump.c
modules/audio_filter/converter/dtstofloat32.c
modules/audio_filter/converter/mpgatofixed32.c
modules/audio_filter/equalizer.c
modules/audio_filter/format.c
modules/codec/cvdsub.c
modules/codec/dvbsub.c
modules/codec/svcdsub.c
modules/codec/telx.c
modules/control/hotkeys.c
modules/control/http/http.h
modules/control/http/macro.c
modules/control/http/rpn.c
modules/control/http/util.c
modules/control/rc.c
modules/demux/dirac.c
modules/demux/mkv/mkv.hpp
modules/demux/mpeg/h264.c
modules/demux/mpeg/m4v.c
modules/demux/playlist/asx.c
modules/demux/ty.c
modules/demux/vc1.c
modules/gui/macosx/prefs_widgets.m
modules/gui/skins2/controls/ctrl_list.cpp
modules/gui/skins2/controls/ctrl_tree.cpp
modules/gui/skins2/events/evt_key.cpp
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/src/file_bitmap.cpp
modules/gui/skins2/src/skin_common.hpp
modules/gui/skins2/vars/playtree.cpp
modules/gui/skins2/win32/win32_loop.cpp
modules/gui/skins2/x11/x11_loop.cpp
modules/gui/wince/wince.h
modules/misc/rtsp.c
modules/mux/mp4.c
modules/packetizer/dirac.c
modules/packetizer/h264.c
modules/packetizer/mpeg4audio.c
modules/packetizer/mpeg4video.c
modules/packetizer/vc1.c
modules/stream_out/standard.c
modules/video_output/msw/events.c

index fab4716fbe4405b941e30a33c8ec6a900fce4488..647708fc7eac6f5fa3f9b8b81e87233ec92caed1 100644 (file)
@@ -52,8 +52,8 @@
 #   include <fcntl.h>
 #endif
 
-#include "vlc_keys.h"
-#include "vlc_iso_lang.h"
+#include <vlc_keys.h>
+#include <vlc_iso_lang.h>
 
 /* FIXME we should find a better way than including that */
 #include "../../src/text/iso-639_def.h"
index b0ce8ecf020550be4be8e29e12f2a0c1e7d59030..bb140f5257d99f70a2a22e60fefc09dac71ad81f 100644 (file)
@@ -24,6 +24,7 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
@@ -36,7 +37,7 @@
 
 
 #include <vlc_charset.h>
-#include "vlc_url.h"
+#include <vlc_url.h>
 
 /*****************************************************************************
  * Module descriptor
index 48a15f754c293b6f0c5cfd0ac9808751a8cb5a21..8d8c55ba2de2a81517cf10380c541c79020c5184 100644 (file)
 
 #include <vlc_common.h>
 #include <vlc_access.h>
-#include "vlc_strings.h"
-#include "vlc_input.h"
+#include <vlc_strings.h>
+#include <vlc_input.h>
 
 #include <vlc_network.h>
-#include "vlc_url.h"
+#include <vlc_url.h>
 #include "asf.h"
 #include "buffer.h"
 
index 4a860fd889ddba5b01b2f0da5176c7e783c3518f..da27ef4f0d6349adda9b6a73889c741c015b4775 100644 (file)
@@ -55,7 +55,7 @@
 #endif
 
 #include <vlc_network.h>
-#include "vlc_url.h"
+#include <vlc_url.h>
 #include "asf.h"
 #include "buffer.h"
 
index 53542f90d8c7ebbb143fceb734a3a8242b8cf3ef..ba982c93c9b0ab39c533e50ef8ec8517021f9a2c 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "real.h"
-#include "vlc_strings.h"
+#include <vlc_strings.h>
 #define BUFLEN 32000
 
 static inline char *nl(char *data) {
index 37bb33d70b823eff02874c1cdccf57710a2383ae..33a30422ad573cbd1ea8530d90e9035be15d94e5 100644 (file)
@@ -35,7 +35,7 @@
 #include <vlc_access.h>
 
 #include <vlc_charset.h>
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 #define DEFAULT_MARGIN 32 // megabytes
 
index 0d48406bd749e39d31445512e9f15ccbff7e4cb6..750b32e06faff97343b1e61363f435759d9befb1 100644 (file)
@@ -38,7 +38,7 @@
 
 #include <vlc_aout.h>
 #include <vlc_block.h>
-#include "vlc_filter.h"
+#include <vlc_filter.h>
 
 /*****************************************************************************
  * Local prototypes
index 1bee61dc33eff45508f3f22b3601c8047947a6eb..e7201a8cdf925e46cad30d2fce614f6f1ab3113b 100644 (file)
@@ -37,7 +37,7 @@
 #include <vlc_plugin.h>
 #include <vlc_aout.h>
 #include <vlc_block.h>
-#include "vlc_filter.h"
+#include <vlc_filter.h>
 
 /*****************************************************************************
  * Local prototypes
index e5e46281cb4d732a4bddb56205764590550ded5c..80127ccfe954abc707085583bdedde35aa2910f0 100644 (file)
@@ -35,7 +35,7 @@
 #include <vlc_plugin.h>
 #include <vlc_charset.h>
 
-#include "vlc_aout.h"
+#include <vlc_aout.h>
 
 #include "equalizer_presets.h"
 /* TODO:
index 6f8a6046557d723b6ee6ee15e8845b48d91e2dae..7b124d1d1ec79837a050d0cb66819083e5d594ec 100644 (file)
@@ -34,7 +34,7 @@
 #include <vlc_plugin.h>
 #include <vlc_aout.h>
 #include <vlc_block.h>
-#include "vlc_filter.h"
+#include <vlc_filter.h>
 
 /*****************************************************************************
  * Local prototypes
index adec5547f40d23e8209690f66304e505fbc9f845..d91dbc63a1d7507ff32cc6cdce025f9ee9a8bda8 100644 (file)
@@ -35,7 +35,7 @@
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 
-#include "vlc_bits.h"
+#include <vlc_bits.h>
 
 #define DEBUG_CVDSUB 1
 
index 3345eeb2e7e159dccfae9642face022177ad7e82..8e90df80fce0cd4097491f6a2a134a44755bbe0e 100644 (file)
@@ -48,7 +48,7 @@
 #include <vlc_codec.h>
 #include <vlc_sout.h>
 
-#include "vlc_bits.h"
+#include <vlc_bits.h>
 
 /* #define DEBUG_DVBSUB 1 */
 
index 6afddccc582b0fef7743b98eaf2e8c66259f6e2c..86293c7fe7a01b1ceea57fdbb982758428286c16 100644 (file)
@@ -35,7 +35,7 @@
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 #include <vlc_osd.h>
-#include "vlc_bits.h"
+#include <vlc_bits.h>
 
 /*****************************************************************************
  * Module descriptor.
index 59bd7f0d468f252f05d8846575665544e083ad01..f3ee534e485f61699f3f78850553aa54682b034c 100644 (file)
@@ -34,8 +34,8 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 
-#include "vlc_bits.h"
-#include "vlc_codec.h"
+#include <vlc_bits.h>
+#include <vlc_codec.h>
 
 /* #define TELX_DEBUG */
 #ifdef TELX_DEBUG
index ce0c34c71f13fc1e9dfba8402031be16021255bb..dbf440aa3e7d34f1d000e27b5719049e99be0d60 100644 (file)
@@ -38,7 +38,7 @@
 #include <vlc_aout.h>
 #include <vlc_osd.h>
 #include <vlc_playlist.h>
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 #include "math.h"
 
 #define CHANNELS_NUMBER 4
index 038b36baf8faec8a81fa29ed2bbbc9782c68b2b0..e8dd68c73556146f5f1c242010d77748a8cbc3fc 100644 (file)
 #include <vlc_aout.h>
 #include <vlc_vout.h> /* for fullscreen */
 
-#include "vlc_httpd.h"
-#include "vlc_vlm.h"
-#include "vlc_network.h"
-#include "vlc_acl.h"
-#include "vlc_charset.h"
+#include <vlc_httpd.h>
+#include <vlc_vlm.h>
+#include <vlc_network.h>
+#include <vlc_acl.h>
+#include <vlc_charset.h>
 
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
index c05e5ec8aa5ad4d775aaf94c856c45368cae965d..457f8082c712bf150b746fe30d4bc0cf5051c091 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "http.h"
 #include "macros.h"
-#include "vlc_url.h"
+#include <vlc_url.h>
 
 static int MacroParse( macro_t *m, char *psz_src )
 {
index ce89c7ec263a5b67d17572f6a317703ff8266ab1..7d316229f72d89295aee619410da2f3ceb440484 100644 (file)
@@ -27,9 +27,9 @@
 #endif
 
 #include "http.h"
-#include "vlc_url.h"
-#include "vlc_meta.h"
-#include "vlc_strings.h"
+#include <vlc_url.h>
+#include <vlc_meta.h>
+#include <vlc_strings.h>
 
 static vlc_object_t *GetVLCObject( intf_thread_t *p_intf,
                                    const char *psz_object,
index acfa65a0c6966002e92ffe9b399e60357bfdcfd8..bb78bb7f4a5c04c4f0d2c0838b73f04a0570a2f1 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <vlc_common.h>
 #include "http.h"
-#include "vlc_strings.h"
+#include <vlc_strings.h>
 
 /****************************************************************************
  * File and directory functions
index 27cb5136cdaaf3823cb2573bf1a29215204979bf..1aadf3eefc28fd178d2ce496c9b874435b5ca1ed 100644 (file)
@@ -55,7 +55,7 @@
 #include <sys/types.h>
 
 #include <vlc_network.h>
-#include "vlc_url.h"
+#include <vlc_url.h>
 
 #include <vlc_charset.h>
 
index b00a2113d23c418dd9af88740b1dba139e9adcb2..82f8969c207215dc165f954eb4ac193c715ddfc1 100644 (file)
@@ -33,7 +33,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
-#include "vlc_codec.h"
+#include <vlc_codec.h>
 
 #define DEMUX_CFG_PREFIX "dirac-"
 
index 49119ad6c94de13c51f6521248937889cfea1e35..7a8e0bcf0bdcd326051daf9f14a9c788ff0e4ce4 100644 (file)
@@ -51,7 +51,7 @@
 
 #include <vlc_codecs.h>               /* BITMAPINFOHEADER, WAVEFORMATEX */
 #include <vlc_iso_lang.h>
-#include "vlc_meta.h"
+#include <vlc_meta.h>
 #include <vlc_charset.h>
 #include <vlc_input.h>
 #include <vlc_demux.h>
 
 #include "ebml/StdIOCallback.h"
 
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 extern "C" {
    #include "../mp4/libmp4.h"
index 1bcf6f06c8a38c555d296c2fa32e9c934f297d9a..bb681cfaee98ce662908d121bf63bc10c9acb3fe 100644 (file)
@@ -32,7 +32,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
-#include "vlc_codec.h"
+#include <vlc_codec.h>
 
 /*****************************************************************************
  * Module descriptor
index ebdfb3548127436aff7d914cbb151027c1ad7dd1..501b75642d751062f07e0a593ce6cef34281d99b 100644 (file)
@@ -32,7 +32,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
-#include "vlc_codec.h"
+#include <vlc_codec.h>
 
 /*****************************************************************************
  * Module descriptor
index 030c3410cd6d40b848021df56d32bd323b5b1d7f..12cd294e23696c7421f14bbcb129b9ddbf943d1e 100644 (file)
@@ -37,7 +37,7 @@
 #include <ctype.h>
 #include <vlc_charset.h>
 #include "playlist.h"
-#include "vlc_meta.h"
+#include <vlc_meta.h>
 
 struct demux_sys_t
 {
index 1ebf174b605e852f74d859ce22a2ba947d53a7ae..9cd712af506f2bff056f3d76f09128471ea9f0cb 100644 (file)
@@ -42,9 +42,9 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
-#include "vlc_codec.h"
-#include "vlc_meta.h"
-#include "vlc_input.h"
+#include <vlc_codec.h>
+#include <vlc_meta.h>
+#include <vlc_input.h>
 #include "../codec/cc.h"
 
 #include <assert.h>
index 968b9e8dc7c17e1345aafeb4097eba1b3f9f9859..032eca4fe4064680168cd4b800dbe6fced810bd1 100644 (file)
@@ -32,7 +32,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_demux.h>
-#include "vlc_codec.h"
+#include <vlc_codec.h>
 
 /*****************************************************************************
  * Module descriptor
index e3b83d4283670eb7d31c4c7c40eb4933ae2baefc..68f2c40b3affa232d4357f9ef19a9dce5ec27038 100644 (file)
@@ -33,7 +33,7 @@
 #endif
 
 #include <vlc_common.h>
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 #include "intf.h"
 #include "prefs_widgets.h"
index c0dc427ef23df4080a1b56fcf5d4a9e54f68a19a..ffb70e6d07e0887c464d7596556cd26ca78d0589 100644 (file)
@@ -34,7 +34,7 @@
 #include "../events/evt_key.hpp"
 #include "../events/evt_mouse.hpp"
 #include "../events/evt_scroll.hpp"
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 #ifdef sun
 #   include "solaris_specific.h" // for lrint
 #endif
index c2c5cdb06788a495c12c4300e900e399b0b6dfdc..a3a70ece9483e196a6996cd22113138baf3f60a4 100644 (file)
@@ -35,7 +35,7 @@
 #include "../events/evt_key.hpp"
 #include "../events/evt_mouse.hpp"
 #include "../events/evt_scroll.hpp"
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 #ifdef sun
 #   include "solaris_specific.h" // for lrint
 #endif
index 086a0f617482894d70c32a0a6ebc30f2cec53fd7..ad10f7b02b2cc3768ce695c138646d4192377932 100644 (file)
@@ -23,7 +23,7 @@
  *****************************************************************************/
 
 #include "evt_key.hpp"
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 
 const string EvtKey::getAsString() const
index 7423822f4af4b8cdfe1fa56c8e6f4e1466f98618..3606f2a86d495c1168850c3dc7a05a38a8c8987a 100644 (file)
@@ -55,7 +55,7 @@
 #include "../utils/var_bool.hpp"
 #include "../utils/var_text.hpp"
 
-#include "vlc_image.h"
+#include <vlc_image.h>
 
 
 Builder::Builder( intf_thread_t *pIntf, const BuilderData &rData,
index de23e8d035a3de4793b9dbcd997f9de34350a326..925ad2a6e0a357002488e293baf6af283cab0925 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 #include <vlc_common.h>
-#include "vlc_image.h"
+#include <vlc_image.h>
 #include "file_bitmap.hpp"
 
 FileBitmap::FileBitmap( intf_thread_t *pIntf, image_handler_t *pImageHandler,
index 1540cf69a98729237591311f145cdd2ac8aab049..314bff9e26b1850a414a35fc4ba6e5a6a2d198e5 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <vlc_common.h>
 #include <vlc_interface.h>
-#include "vlc_charset.h"
+#include <vlc_charset.h>
 
 #include <string>
 using namespace std;
index 3dc32ab8af3d3b8eead399dd4cffcdbebdccd584..eaf1db8128d6a5ac2afc422df19084a443cb8c24 100644 (file)
@@ -32,7 +32,7 @@
 #include <vlc_playlist.h>
 #include "../utils/ustring.hpp"
 
-#include "vlc_charset.h"
+#include <vlc_charset.h>
 
 
 Playtree::Playtree( intf_thread_t *pIntf ): VarTree( pIntf )
index bd7fda5d70ee87d42118e5711d952dd144033abb..e349a81ecb96897be698666aa2a9234e0557afd8 100644 (file)
@@ -34,7 +34,7 @@
 #include "../events/evt_mouse.hpp"
 #include "../events/evt_refresh.hpp"
 #include "../events/evt_scroll.hpp"
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 
 // XXX: Cygwin (at least) doesn't define these macros. Too bad...
index b7af5995b7d53b041767281fd2c5342ab688f8d4..82bd52eaf3779ef891cb055fe75a9a77ae3c6830 100644 (file)
@@ -42,7 +42,7 @@
 #include "../events/evt_scroll.hpp"
 #include "../commands/async_queue.hpp"
 #include "../utils/var_bool.hpp"
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 
 
 // Maximum interval between clicks for a double-click (in microsec)
index e7ccf3b8f8014a2e7cebbe9b99ff2d041408baee..19657978b3e978950dbd5e836c3d7227a04f205c 100644 (file)
@@ -39,7 +39,7 @@
 #   define _off_t long
 #endif
 
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 #include <vlc_messages.h>
 
 #include <stdio.h>
index 80e27a0bbc779c1fbc48b50aab6abddf45dadecb..53ba65e1fbb30421f685fbf1d5c7effa210e7f23 100644 (file)
@@ -36,9 +36,9 @@
 #include <vlc_sout.h>
 #include <vlc_block.h>
 
-#include "vlc_httpd.h"
-#include "vlc_vod.h"
-#include "vlc_url.h"
+#include <vlc_httpd.h>
+#include <vlc_vod.h>
+#include <vlc_url.h>
 #include <vlc_network.h>
 #include <vlc_charset.h>
 #include <vlc_strings.h>
index ade26a3edbf07a035267ba264087e7ca216faaaa..f599971cdab0ef3e9b89a32e82e452d4677b8820 100644 (file)
@@ -38,7 +38,7 @@
 #include <time.h>
 
 #include <vlc_iso_lang.h>
-#include "vlc_meta.h"
+#include <vlc_meta.h>
 
 /*****************************************************************************
  * Module descriptor
index de4812b5d959a63e98b24cdee51b8e37f4a25d6e..e23d9aab333c780732df8abc983faeb59793c569 100644 (file)
@@ -70,8 +70,8 @@
 #include <vlc_codec.h>
 #include <vlc_block.h>
 
-#include "vlc_bits.h"
-#include "vlc_block_helper.h"
+#include <vlc_bits.h>
+#include <vlc_block_helper.h>
 
 #define SANITIZE_PREV_PARSE_OFFSET 1
 
index 3baac0cbf150cba3117b0b8367d5101c67b5a821..68351cc3f71dff64db5b8bbed65322a561abda29 100644 (file)
@@ -38,8 +38,8 @@
 #include <vlc_codec.h>
 #include <vlc_block.h>
 
-#include "vlc_block_helper.h"
-#include "vlc_bits.h"
+#include <vlc_block_helper.h>
+#include <vlc_bits.h>
 #include "../codec/cc.h"
 #include "packetizer_helper.h"
 
index 222678f140924250fefe058220919b79e45dfff9..ee6ccf65ed9142f10e0aeb5601daa0e9a2126aae 100644 (file)
@@ -37,7 +37,7 @@
 #include <vlc_block.h>
 #include <vlc_bits.h>
 
-#include "vlc_block_helper.h"
+#include <vlc_block_helper.h>
 
 #include <assert.h>
 
index 32daa37dfb26fd1c718e531d0b212f4600f022b6..7497c7cf6379135ae35bb10ec32dbb164223333b 100644 (file)
@@ -37,8 +37,8 @@
 #include <vlc_codec.h>
 #include <vlc_block.h>
 
-#include "vlc_bits.h"
-#include "vlc_block_helper.h"
+#include <vlc_bits.h>
+#include <vlc_block_helper.h>
 #include "packetizer_helper.h"
 
 /*****************************************************************************
index 83c7f500822ecb072d0f41aa5aa7efe52cc9da28..3dc274e89952cc8993bf224f3d4fd1e181c08b30 100644 (file)
@@ -35,8 +35,8 @@
 #include <vlc_codec.h>
 #include <vlc_block.h>
 
-#include "vlc_bits.h"
-#include "vlc_block_helper.h"
+#include <vlc_bits.h>
+#include <vlc_block_helper.h>
 #include "packetizer_helper.h"
 
 /*****************************************************************************
index 6f43cc673b7a53bc5dc0b4039223adc0bf996321..203c82b578f98eba2f24d928c49afae116d7fa8e 100644 (file)
@@ -37,7 +37,7 @@
 #include <vlc_sout.h>
 
 #include <vlc_network.h>
-#include "vlc_url.h"
+#include <vlc_url.h>
 
 /*****************************************************************************
  * Module descriptor
index 174f71c992d30c682623b2eaee0cfdef6d871a57..db9b27ef106996f509e32b0bf57af0de8f4ac876 100644 (file)
@@ -58,7 +58,7 @@
 #include <GL/gl.h>
 #endif
 
-#include "vlc_keys.h"
+#include <vlc_keys.h>
 #include "vout.h"
 
 #ifdef UNDER_CE