Re: [arch-general] Unable to build mplayer with dvdnav support

2008-10-06 Thread Dan McGee
On Mon, Oct 6, 2008 at 6:18 AM, Chris Bannister [EMAIL PROTECTED] wrote: HI, im trying to build mplayer with dvdnav support but havnt managed yet. Without --enable-dvdnav it will build but configure doesnt find dvdnav, with it it fails to build with this error

[arch-general] Unable to build mplayer with dvdnav support

2008-10-06 Thread Chris Bannister
HI, im trying to build mplayer with dvdnav support but havnt managed yet. Without --enable-dvdnav it will build but configure doesnt find dvdnav, with it it fails to build with this error http://paste.pocoo.org/show/87205/ Iibdvdnav is installed like this: /usr/bin/dvdnav-config

Re: [arch-general] Unable to build mplayer with dvdnav support

2008-10-06 Thread Lukáš Jirkovský
There are at least two ways. First is to add -I/usr/include/dvdnav to CPFLAGS and possibly to CPPFLAGS. The other one is to replace every ocurence of #include dvdnav.h with #inlude dvdnav/dvdnav.h, which can be easily done using simple script like this one (not tested, but it should work): find