summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-27 08:19:42 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-27 08:19:42 +0000
commit727f4b2b8a5c4b5af0503255333ee00ce3dd4c43 (patch)
tree4a486e5a2bb550c005cdaaf9adcbdfd4938c8202 /configure
parent4e853e19ef349a453ef069d76b830a3dbfa444c3 (diff)
downloadmpv-727f4b2b8a5c4b5af0503255333ee00ce3dd4c43.tar.bz2
mpv-727f4b2b8a5c4b5af0503255333ee00ce3dd4c43.tar.xz
Fix compilation with live555 after libavutil r22965.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31098 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3730565db2..ad81bdfe21 100755
--- a/configure
+++ b/configure
@@ -8353,7 +8353,7 @@ if test "$_largefiles" = yes || freebsd ; then
fi
fi
-CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS"
+CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS"
# This must be the last test to be performed. Any other tests following it
# could fail due to linker errors. libdvdnavmini is intentionally not linked