Mercurial > mplayer.hg
changeset 29262:7d545a6b8aff
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.
author | diego |
---|---|
date | Tue, 12 May 2009 19:25:35 +0000 |
parents | 78e51575201b |
children | 0f1b5b68af32 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue May 12 18:09:53 2009 +0000 +++ b/configure Tue May 12 19:25:35 2009 +0000 @@ -5802,7 +5802,7 @@ || 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