Mercurial > mplayer.hg
changeset 25539:47f2a9304623
include dvdnav.h from its installation directory rather than appending
-Idvdnav to the compilation of the whole mplayer (dvdnav-config was just
cleaned)
author | nicodvb |
---|---|
date | Tue, 01 Jan 2008 17:34:57 +0000 |
parents | 02ec992230b1 |
children | dfca45ad9326 |
files | configure stream/stream_dvdnav.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jan 01 17:18:46 2008 +0000 +++ b/configure Tue Jan 01 17:34:57 2008 +0000 @@ -7563,7 +7563,7 @@ if test "$_dvdnav" = auto ; then cat > $TMPC <<EOF #include <inttypes.h> -#include <dvdnav.h> +#include <dvdnav/dvdnav.h> int main(void) { dvdnav_t *dvd=0; return 0; } EOF _dvdnav=no
--- a/stream/stream_dvdnav.c Tue Jan 01 17:18:46 2008 +0000 +++ b/stream/stream_dvdnav.c Tue Jan 01 17:34:57 2008 +0000 @@ -10,7 +10,7 @@ #include "input/input.h" #include "stream.h" #include "libmpdemux/demuxer.h" -#include <dvdnav.h> +#include <dvdnav/dvdnav.h> #include "stream_dvdnav.h" #include "libvo/video_out.h" #include "libavutil/common.h"