Hi, Seemant Kulleen <[EMAIL PROTECTED]> writes:
> I have a question about libmpeg3 support in DirectFB. In release 0.9.10 > and earlier, the ./configure flag was a nice > "--with-libmpeg3=/path/to/headers" > > The new one is the shorter "--enable-libmpeg3" if you want that support. that's because we used to link the library directly into the video provider and needed the location of the source tree. Newer versions of libmpeg3 allow dynamic linking, so we can go the usual way and use the installed header and library. > Thing is, on Gentoo, we install libmpeg3.h and the rest of those headers > into /usr/include/libmpeg3, and the ./configure script always fails to > find them. Is this a bug or am I missing some obvious way to inform > ../configure of the search path? Setting CPPFLAGS before ./configure > doesn't seem to do anything either. hmm, this should work: CPPFLAGS=-I/usr/include/libmpeg3 ./configure if it doesn't, please have a look at config.log and check what went wrong. Don't forget to remove config.cache before you try this. Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
