Andrew Benton wrote: > On Wed, 28 Dec 2011 20:35:30 -0700 (MST) > [email protected] wrote: > > >> -<screen><userinput>./configure --prefix=/usr >> --docdir=/usr/share/doc/xine-lib-&xine-lib-version; && >> +<screen><userinput>./configure --prefix=/usr \ >> + --with-external-ffmpeg \ >> + --docdir=/usr/share/doc/xine-lib-&xine-lib-version; && >> + > >> + <para><option>--with-external-ffmpeg</option>: >> + The internal version of <application>ffmpeg</application> fails. >> + This switch forces the use of the external version. >> + </para> > > xine-lib-1.1.20 works fine for me with: > ./configure --prefix=/usr --with-external-a52dec --with-external-libmad > > Why is ffmpeg a required dependency?
It was consistently failing for me with the internal ffmpeg. Something about -Werror=implicit-function-declaration. It wasn't in the configure, but in the make. Now it builds for me without the --with-external-ffmpeg switch, but the includes from ffmpeg are still installed. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
