summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 09:12:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 09:12:33 +0000
commit139d5f7fcafcbfefca87e6c7252fcac1c383eea7 (patch)
tree4574ba7d4c78c14625cf775a0c62968338a368d7 /configure
parent436ca3d8882be5d4e3dd689e326e88b748fb56d2 (diff)
downloadmpv-139d5f7fcafcbfefca87e6c7252fcac1c383eea7.tar.bz2
mpv-139d5f7fcafcbfefca87e6c7252fcac1c383eea7.tar.xz
Move some #defines into configure/config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 92520ff5c9..2bfde4fc4a 100755
--- a/configure
+++ b/configure
@@ -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