[MPlayer-cvslog] r24031 - in trunk: configure libdvdcss/Makefile libfaad2/common.h libfaad2/local_changes.diff
diego
subversion at mplayerhq.hu
Wed Aug 8 11:12:34 CEST 2007
Author: diego
Date: Wed Aug 8 11:12:33 2007
New Revision: 24031
Log:
Move some #defines into configure/config.h.
Modified:
trunk/configure
trunk/libdvdcss/Makefile
trunk/libfaad2/common.h
trunk/libfaad2/local_changes.diff
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Aug 8 11:12:33 2007
@@ -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
Modified: trunk/libdvdcss/Makefile
==============================================================================
--- trunk/libdvdcss/Makefile (original)
+++ trunk/libdvdcss/Makefile Wed Aug 8 11:12:33 2007
@@ -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
Modified: trunk/libfaad2/common.h
==============================================================================
--- trunk/libfaad2/common.h (original)
+++ trunk/libfaad2/common.h Wed Aug 8 11:12:33 2007
@@ -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>
Modified: trunk/libfaad2/local_changes.diff
==============================================================================
--- trunk/libfaad2/local_changes.diff (original)
+++ trunk/libfaad2/local_changes.diff Wed Aug 8 11:12:33 2007
@@ -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 @@
}
More information about the MPlayer-cvslog
mailing list