Commit f66626b3 authored by Yohann Martineau's avatar Yohann Martineau Committed by Antoine Cellerier

fixed compilation on debian etch.

config.h is now included first, before any other header.
Signed-off-by: default avatarAntoine Cellerier <dionoea@videolan.org>
parent 3af6cdb2
......@@ -25,16 +25,17 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <math.h> /* sqrt */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sqrt */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
......
......@@ -24,6 +24,10 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sqrt */
#ifdef HAVE_STDINT_H
......@@ -36,10 +40,6 @@
# include <unistd.h>
#endif
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_es.h>
......
......@@ -24,12 +24,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
......
......@@ -32,6 +32,10 @@
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <ctype.h>
#include <signal.h>
......@@ -39,10 +43,6 @@
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
......
......@@ -26,15 +26,16 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#include <fcntl.h> /* open(), O_WRONLY */
#include <sys/ioctl.h> /* ioctl() */
#include <unistd.h> /* write(), close() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <fcntl.h> /* open(), O_WRONLY */
#include <sys/ioctl.h> /* ioctl() */
#include <unistd.h> /* write(), close() */
#include <vlc_common.h>
#include <vlc_plugin.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
......
......@@ -24,12 +24,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_demux.h>
......
......@@ -22,13 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef WIN32
# include <io.h>
#else
# include <stdio.h>
#endif
#ifdef __LIBVLC__
#ifdef HAVE_CONFIG_H
# include "config.h"
......@@ -42,6 +35,12 @@
# include "drmsvl.h"
#endif
#ifdef WIN32
# include <io.h>
#else
# include <stdio.h>
#endif
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif
......
......@@ -25,15 +25,16 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <vlc_common.h>
#include <vlc_sout.h>
#include <vlc_block.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <math.h> /* exp(), pow() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* exp(), pow() */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
......
......@@ -24,12 +24,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
......
......@@ -25,13 +25,14 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
......@@ -24,13 +24,14 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
#include <math.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#include <math.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
......@@ -24,12 +24,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#ifdef HAVE_ALTIVEC_H
# include <altivec.h>
#endif
......
......@@ -26,12 +26,12 @@
* Preamble
*****************************************************************************/
#include <math.h> /* sin(), cos() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sin(), cos() */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
......@@ -26,12 +26,12 @@
* Preamble
*****************************************************************************/
#include <math.h> /* sin(), cos() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sin(), cos() */
#include <vlc_common.h>
#include <vlc_plugin.h>
......
......@@ -26,12 +26,12 @@
* Preamble
*****************************************************************************/
#include <math.h> /* sin(), cos() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sin(), cos() */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
......
......@@ -25,12 +25,12 @@
* Preamble
*****************************************************************************/
#include <math.h> /* sin(), cos() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sin(), cos() */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
......
......@@ -26,12 +26,12 @@
* Preamble
*****************************************************************************/
#include <math.h> /* sin(), cos() */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h> /* sin(), cos() */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
......
......@@ -25,6 +25,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <signal.h> /* SIGUSR1, SIGUSR2 */
#include <fcntl.h> /* open() */
......@@ -38,10 +43,6 @@
#include <linux/vt.h> /* VT_* */
#include <linux/kd.h> /* KD* */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
......
......@@ -27,12 +27,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h> /* ENOMEM */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h> /* ENOMEM */
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_interface.h>
......
......@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_filter.h>
#include <vlc_arrays.h>
......
......@@ -29,12 +29,14 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <ctype.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <ctype.h>
#include <errno.h>
#include <vlc_common.h>
#include <vlc_codec.h>
#include <vlc_filter.h>
......
......@@ -22,11 +22,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <string.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <vlc_common.h>
#include <vlc_md5.h>
......
......@@ -25,12 +25,13 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <stdio.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <vlc_common.h>
#include "vlc_iso_lang.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