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

Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories

so that internal dvdread headers do not conflict with system headers.
Fixes Bugzilla #1465.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-05-12 19:25:35 +00:00
parent e2a6bb7b41
commit eafe5b7517

2
configure vendored
View File

@ -5802,7 +5802,7 @@ if test "$_dvdread_internal" = auto ; then
|| darwin || win32 || os2; then
_dvdread_internal=yes
_dvdread=yes
extra_cflags="$extra_cflags -Ilibdvdread4"
extra_cflags="-Ilibdvdread4 $extra_cflags"
fi
elif test "$_dvdread" = auto ; then
_dvdread=no