Commit ea82a404 authored by Clément Stenac's avatar Clément Stenac

Nicer commits, faster breaking time and better-looking headers

That's not just the vlc service, thats *your* vlc service !
So remember the new number ! 0118 999 881 999 119 725...3
parent a29a4e2e
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_input.h>> #include <vlc_input.h>
#include <vlc_access.h>
#include "vcd.h" #include "vcd.h"
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include "vlc_keys.h" #include <vlc_keys.h>
#include "info.h" #include "info.h"
#include <cdio/cdio.h> #include <cdio/cdio.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <<vlc_input.h>> #include <vlc_access.h>
#include "vlc_keys.h" #include "vlc_keys.h"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h> #include <vlc_input.h>
#include "vcdplayer.h"
/***************************************************************************** /*****************************************************************************
* intf_sys_t: description and status of interface * intf_sys_t: description and status of interface
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_input.h>> #include <vlc_input.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include "vcd.h" #include "vcd.h"
......
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
#define _VCDPLAYER_H_ #define _VCDPLAYER_H_
#include <libvcd/info.h> #include <libvcd/info.h>
#include "vlc_meta.h" #include <vlc_meta.h>
#include <vlc_input.h>
#include <vlc_access.h>
#define INPUT_DBG_META 1 /* Meta information */ #define INPUT_DBG_META 1 /* Meta information */
#define INPUT_DBG_EVENT 2 /* input (keyboard/mouse) events */ #define INPUT_DBG_EVENT 2 /* input (keyboard/mouse) events */
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include <vlc_codec.h> #include <vlc_codec.h>
#include "mpeg2.h" #include "mpeg2.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include <vlc_codec.h> #include <vlc_codec.h>
#include <mcheck.h> #include <mcheck.h>
......
...@@ -38,9 +38,11 @@ ...@@ -38,9 +38,11 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include <<vlc_aout.h>> #include <vlc_aout.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include <vlc_input.h>
#include <vlc_playlist.h>
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <<vlc_vout.h>> #include <vlc_playlist.h>
#include <vlc_vout.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
......
...@@ -35,8 +35,7 @@ ...@@ -35,8 +35,7 @@
# include <alloca.h> # include <alloca.h>
#endif #endif
#include <<vlc_aout.h>> #include <vlc_aout.h>
#include "aout_internal.h"
#include <sys/asoundlib.h> #include <sys/asoundlib.h>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
/***************************************************************************** /*****************************************************************************
* vout_sys_t: video output QNX method descriptor * vout_sys_t: video output QNX method descriptor
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <xosd.h> #include <xosd.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_item.h> #include <vlc_input.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include "vlc_osd.h" #include <vlc_osd.h>
#include "vlc_block.h" #include <vlc_block.h>
#include "vlc_filter.h" #include <vlc_filter.h>
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include "vlc_osd.h" #include <vlc_osd.h>
#include "vlc_block.h" #include <vlc_block.h>
#include "vlc_filter.h" #include <vlc_filter.h>
#include <math.h> #include <math.h>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include <<vlc_input.h>> #include <vlc_codec.h>
#include "transrate.h" #include "transrate.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include <<vlc_input.h>> #include <vlc_codec.h>
#include "transrate.h" #include "transrate.h"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include <<vlc_input.h>> #include <vlc_input.h>
#include "transrate.h" #include "transrate.h"
......
...@@ -29,10 +29,9 @@ ...@@ -29,10 +29,9 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/sout.h> #include <vlc_sout.h>
#include <vlc/decoder.h> #include <vlc_vout.h>
#include <vlc_filter.h>
#include "vlc_filter.h"
/***************************************************************************** /*****************************************************************************
* Local protypes * Local protypes
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <<vlc_aout.h>> #include <vlc_aout.h>
#include <sys/types.h> #include <sys/types.h>
#ifndef WIN32 #ifndef WIN32
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <<vlc_vout.h>> #include <vlc_vout.h>
#include <vlc_keys.h> #include <vlc_keys.h>
#ifdef HAVE_MACHINE_PARAM_H #ifdef HAVE_MACHINE_PARAM_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment