1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Fix compilation with live555 after libavutil r22965.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31098 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-04-27 08:19:42 +00:00
parent 4e853e19ef
commit 727f4b2b8a

2
configure vendored
View File

@ -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