On 09/28/2010 06:26 PM, luxInteg wrote: > dvdnav/dvdnav.c:922: error: 'DVDNAV_FORMAT_LPCM' undeclared (first use in > this
Best guess is that you have libdvdnav installed on the host, myth is trying to use an internal version but using system headers in /usr/include/dvdnav/dvdnav.h. Build with one or the other. See if there is a --with-system-libdvdnav or something similar in configure. Failing that, if you must keep the local copy, then try and see if you can prepend extra-ldflags with -L$SOURCES/mythtv/libs/libmythdvdnav. That will probably get it to build, you won't see the problem with this (if any) until you go to use libdvdnav. If that is the case then you might also need to use LD_PRELOAD or other hacks at runtime for mythtv, depends on what they call it/do with it after it is built. HTH -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
