mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Move some #defines into configure/config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
436ca3d888
commit
139d5f7fca
12
configure
vendored
12
configure
vendored
@ -7680,6 +7680,18 @@ cat > config.h << EOF
|
||||
/* int_fastXY_t emulation */
|
||||
$_def_fast_inttypes
|
||||
|
||||
/* libdvdcss */
|
||||
#define HAVE_ERRNO_H 1
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* libdvdcss + libfaad2 */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* libfaad2 */
|
||||
#define STDC_HEADERS 1
|
||||
#define HAVE_MEMCPY 1
|
||||
#define HAVE_STRCHR 1
|
||||
|
||||
/* use GNU internationalization */
|
||||
$_def_i18n
|
||||
|
||||
|
@ -9,7 +9,6 @@ SRCS_COMMON = css.c \
|
||||
libdvdcss.c \
|
||||
#bsdi_ioctl \
|
||||
|
||||
CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \
|
||||
-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_UNISTD_H
|
||||
CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\"
|
||||
|
||||
include ../mpcommon.mak
|
||||
|
@ -178,15 +178,6 @@ typedef float float32_t;
|
||||
|
||||
#else
|
||||
|
||||
/* Define if you have the `memcpy' function. */
|
||||
#define HAVE_MEMCPY 1
|
||||
|
||||
/* Define if you have the `strchr' function. */
|
||||
#define HAVE_STRCHR 1
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
#include <stdio.h>
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
|
@ -76,7 +76,7 @@
|
||||
typedef unsigned __int64 uint64_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
@@ -159,11 +169,24 @@
|
||||
@@ -159,5 +169,9 @@
|
||||
typedef __int32 int32_t;
|
||||
typedef __int16 int16_t;
|
||||
typedef __int8 int8_t;
|
||||
@ -86,21 +86,6 @@
|
||||
+
|
||||
typedef float float32_t;
|
||||
|
||||
|
||||
#else
|
||||
|
||||
+/* Define if you have the `memcpy' function. */
|
||||
+#define HAVE_MEMCPY 1
|
||||
+
|
||||
+/* Define if you have the `strchr' function. */
|
||||
+#define HAVE_STRCHR 1
|
||||
+
|
||||
+/* Define if you have the ANSI C header files. */
|
||||
+#define STDC_HEADERS 1
|
||||
+
|
||||
#include <stdio.h>
|
||||
#if HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
@@ -289,7 +319,7 @@
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user