Quoting Seemant Kulleen ([EMAIL PROTECTED]): > Hi All, > > 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. > 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.
CPPFLAGS=-I/usr/include/libmpeg3 ./autogen.sh did work for me, I moved all libmpeg3 headers to /usr/include/libmpeg3. Which autoconf version do you use? Does config.log include the flags? Maybe you forgot to remove config.cache before? > By the way, XDirectFB-1.0-rc2 rocks! Thanks, I'm looking forward to adding more acceleration and Xv and Xrender support (via DirectFB API) once 1.0 final is out. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
