Changeset f66626b34809a4881a52582ae755586e885270c6
- Timestamp:
- 24/06/08 09:43:12
(4 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214293392 +0200
- git-parent:
[3af6cdb2886dbae6203dce54e8a292dd112af921]
- git-author:
- Yohann Martineau <yohann.martineau@gmail.com> 1214259547 +0200
- Message:
fixed compilation on debian etch.
config.h is now included first, before any other header.
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce5d663 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | |
|---|
| | 29 | #ifdef HAVE_CONFIG_H |
|---|
| | 30 | # include "config.h" |
|---|
| | 31 | #endif |
|---|
| | 32 | |
|---|
| 28 | 33 | #include <sys/types.h> |
|---|
| 29 | 34 | #include <sys/stat.h> |
|---|
| … | … | |
| 31 | 36 | #include <fcntl.h> |
|---|
| 32 | 37 | #include <errno.h> |
|---|
| 33 | | |
|---|
| 34 | | #ifdef HAVE_CONFIG_H |
|---|
| 35 | | # include "config.h" |
|---|
| 36 | | #endif |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | #include <vlc_common.h> |
|---|
| rb674dab |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <math.h> /* sqrt */ |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* sqrt */ |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| rb674dab |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #ifdef HAVE_CONFIG_H |
|---|
| | 28 | # include "config.h" |
|---|
| | 29 | #endif |
|---|
| | 30 | |
|---|
| 27 | 31 | #include <math.h> /* sqrt */ |
|---|
| 28 | 32 | |
|---|
| … | … | |
| 35 | 39 | #ifdef HAVE_UNISTD_H |
|---|
| 36 | 40 | # include <unistd.h> |
|---|
| 37 | | #endif |
|---|
| 38 | | |
|---|
| 39 | | #ifdef HAVE_CONFIG_H |
|---|
| 40 | | # include "config.h" |
|---|
| 41 | 41 | #endif |
|---|
| 42 | 42 | |
|---|
| r3561b9b |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | | #include <math.h> |
|---|
| 28 | 27 | |
|---|
| 29 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 30 | 29 | # include "config.h" |
|---|
| 31 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <math.h> |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 33 | 33 | *****************************************************************************/ |
|---|
| 34 | 34 | |
|---|
| | 35 | #ifdef HAVE_CONFIG_H |
|---|
| | 36 | # include "config.h" |
|---|
| | 37 | #endif |
|---|
| | 38 | |
|---|
| 35 | 39 | #include <errno.h> /* ENOMEM */ |
|---|
| 36 | 40 | #include <ctype.h> |
|---|
| … | … | |
| 39 | 43 | #include <math.h> |
|---|
| 40 | 44 | |
|---|
| 41 | | |
|---|
| 42 | | #ifdef HAVE_CONFIG_H |
|---|
| 43 | | # include "config.h" |
|---|
| 44 | | #endif |
|---|
| 45 | 45 | |
|---|
| 46 | 46 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <math.h> |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r37a2578 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <errno.h> |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <errno.h> |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r37a2578 |
rf66626b |
|
| 27 | 27 | * Preamble |
|---|
| 28 | 28 | *****************************************************************************/ |
|---|
| | 29 | |
|---|
| | 30 | #ifdef HAVE_CONFIG_H |
|---|
| | 31 | # include "config.h" |
|---|
| | 32 | #endif |
|---|
| | 33 | |
|---|
| 29 | 34 | #include <errno.h> /* ENOMEM */ |
|---|
| 30 | 35 | #include <fcntl.h> /* open(), O_WRONLY */ |
|---|
| 31 | 36 | #include <sys/ioctl.h> /* ioctl() */ |
|---|
| 32 | 37 | #include <unistd.h> /* write(), close() */ |
|---|
| 33 | | |
|---|
| 34 | | #ifdef HAVE_CONFIG_H |
|---|
| 35 | | # include "config.h" |
|---|
| 36 | | #endif |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <math.h> |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | | #include <errno.h> |
|---|
| 28 | 27 | |
|---|
| 29 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 30 | 29 | # include "config.h" |
|---|
| 31 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <errno.h> |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | |
|---|
| 26 | | #ifdef WIN32 |
|---|
| 27 | | # include <io.h> |
|---|
| 28 | | #else |
|---|
| 29 | | # include <stdio.h> |
|---|
| 30 | | #endif |
|---|
| 31 | | |
|---|
| 32 | 25 | #ifdef __LIBVLC__ |
|---|
| 33 | 26 | #ifdef HAVE_CONFIG_H |
|---|
| … | … | |
| 41 | 34 | #else |
|---|
| 42 | 35 | # include "drmsvl.h" |
|---|
| | 36 | #endif |
|---|
| | 37 | |
|---|
| | 38 | #ifdef WIN32 |
|---|
| | 39 | # include <io.h> |
|---|
| | 40 | #else |
|---|
| | 41 | # include <stdio.h> |
|---|
| 43 | 42 | #endif |
|---|
| 44 | 43 | |
|---|
| r3561b9b |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | |
|---|
| | 29 | #ifdef HAVE_CONFIG_H |
|---|
| | 30 | # include "config.h" |
|---|
| | 31 | #endif |
|---|
| | 32 | |
|---|
| 28 | 33 | #include <sys/types.h> |
|---|
| 29 | 34 | #include <sys/stat.h> |
|---|
| 30 | 35 | #include <errno.h> |
|---|
| 31 | 36 | #include <fcntl.h> |
|---|
| 32 | | |
|---|
| 33 | | #ifdef HAVE_CONFIG_H |
|---|
| 34 | | # include "config.h" |
|---|
| 35 | | #endif |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | #include <vlc_common.h> |
|---|
| rc0b61e8 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <errno.h> /* ENOMEM */ |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <errno.h> /* ENOMEM */ |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r218efb9 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <math.h> /* exp(), pow() */ |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* exp(), pow() */ |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r218efb9 |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | | #include <errno.h> /* ENOMEM */ |
|---|
| 28 | 27 | |
|---|
| 29 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 30 | 29 | # include "config.h" |
|---|
| 31 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <errno.h> /* ENOMEM */ |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <errno.h> |
|---|
| 29 | | #include <math.h> |
|---|
| 30 | 28 | |
|---|
| 31 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 32 | 30 | # include "config.h" |
|---|
| 33 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <errno.h> |
|---|
| | 34 | #include <math.h> |
|---|
| 34 | 35 | |
|---|
| 35 | 36 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | | #include <errno.h> |
|---|
| 28 | | #include <math.h> |
|---|
| 29 | 27 | |
|---|
| 30 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 29 | # include "config.h" |
|---|
| 32 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <errno.h> |
|---|
| | 33 | #include <math.h> |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | | #include <errno.h> |
|---|
| 28 | 27 | |
|---|
| 29 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 30 | 29 | # include "config.h" |
|---|
| 31 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <errno.h> |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #ifdef HAVE_ALTIVEC_H |
|---|
| r42bb236 |
rf66626b |
|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | 28 | |
|---|
| 29 | | #include <math.h> /* sin(), cos() */ |
|---|
| 30 | | |
|---|
| 31 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 32 | 30 | # include "config.h" |
|---|
| 33 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* sin(), cos() */ |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | 28 | |
|---|
| 29 | | #include <math.h> /* sin(), cos() */ |
|---|
| 30 | | |
|---|
| 31 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 32 | 30 | # include "config.h" |
|---|
| 33 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* sin(), cos() */ |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | 28 | |
|---|
| 29 | | #include <math.h> /* sin(), cos() */ |
|---|
| 30 | | |
|---|
| 31 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 32 | 30 | # include "config.h" |
|---|
| 33 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* sin(), cos() */ |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 26 | 26 | *****************************************************************************/ |
|---|
| 27 | 27 | |
|---|
| 28 | | #include <math.h> /* sin(), cos() */ |
|---|
| 29 | | |
|---|
| 30 | 28 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 29 | # include "config.h" |
|---|
| 32 | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | #include <math.h> /* sin(), cos() */ |
|---|
| 33 | 33 | |
|---|
| 34 | 34 | #include <vlc_common.h> |
|---|
| r42bb236 |
rf66626b |
|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | 28 | |
|---|
| 29 | | #include <math.h> /* sin(), cos() */ |
|---|
| 30 | | |
|---|
| 31 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 32 | 30 | # include "config.h" |
|---|
| 33 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <math.h> /* sin(), cos() */ |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | #include <vlc_common.h> |
|---|
| r5da255d |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | |
|---|
| | 29 | #ifdef HAVE_CONFIG_H |
|---|
| | 30 | # include "config.h" |
|---|
| | 31 | #endif |
|---|
| | 32 | |
|---|
| 28 | 33 | #include <errno.h> /* ENOMEM */ |
|---|
| 29 | 34 | #include <signal.h> /* SIGUSR1, SIGUSR2 */ |
|---|
| … | … | |
| 38 | 43 | #include <linux/vt.h> /* VT_* */ |
|---|
| 39 | 44 | #include <linux/kd.h> /* KD* */ |
|---|
| 40 | | |
|---|
| 41 | | #ifdef HAVE_CONFIG_H |
|---|
| 42 | | # include "config.h" |
|---|
| 43 | | #endif |
|---|
| 44 | 45 | |
|---|
| 45 | 46 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 28 | 28 | * Preamble |
|---|
| 29 | 29 | *****************************************************************************/ |
|---|
| 30 | | #include <errno.h> /* ENOMEM */ |
|---|
| 31 | 30 | |
|---|
| 32 | 31 | #ifdef HAVE_CONFIG_H |
|---|
| 33 | 32 | # include "config.h" |
|---|
| 34 | 33 | #endif |
|---|
| | 34 | |
|---|
| | 35 | #include <errno.h> /* ENOMEM */ |
|---|
| 35 | 36 | |
|---|
| 36 | 37 | #include <vlc_common.h> |
|---|
| r3561b9b |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <errno.h> /* ENOMEM */ |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <errno.h> /* ENOMEM */ |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|
| rf7b2327 |
rf66626b |
|
| 21 | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| 22 | 22 | *****************************************************************************/ |
|---|
| | 23 | |
|---|
| | 24 | #ifdef HAVE_CONFIG_H |
|---|
| | 25 | # include "config.h" |
|---|
| | 26 | #endif |
|---|
| 23 | 27 | |
|---|
| 24 | 28 | #include <vlc_filter.h> |
|---|
| r57c3ecd |
rf66626b |
|
| 30 | 30 | * Preamble |
|---|
| 31 | 31 | *****************************************************************************/ |
|---|
| 32 | | #include <ctype.h> |
|---|
| 33 | | #include <errno.h> |
|---|
| | 32 | |
|---|
| 34 | 33 | #ifdef HAVE_CONFIG_H |
|---|
| 35 | 34 | # include "config.h" |
|---|
| 36 | 35 | #endif |
|---|
| | 36 | |
|---|
| | 37 | #include <ctype.h> |
|---|
| | 38 | #include <errno.h> |
|---|
| 37 | 39 | |
|---|
| 38 | 40 | #include <vlc_common.h> |
|---|
| rd666030 |
rf66626b |
|
| 23 | 23 | *****************************************************************************/ |
|---|
| 24 | 24 | |
|---|
| 25 | | #include <string.h> |
|---|
| 26 | 25 | #ifdef HAVE_CONFIG_H |
|---|
| 27 | 26 | # include "config.h" |
|---|
| 28 | 27 | #endif |
|---|
| | 28 | |
|---|
| | 29 | #include <string.h> |
|---|
| 29 | 30 | |
|---|
| 30 | 31 | #include <vlc_common.h> |
|---|
| rd666030 |
rf66626b |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <stdio.h> |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | #ifdef HAVE_CONFIG_H |
|---|
| 31 | 30 | # include "config.h" |
|---|
| 32 | 31 | #endif |
|---|
| | 32 | |
|---|
| | 33 | #include <stdio.h> |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | #include <vlc_common.h> |
|---|