On Tue, June 3, 2014 5:16 am, Bruce Dubbs wrote: > Christopher Gregory wrote: > > >> Not sure if you passed the --enable-vp8 to the configure line for >> libvpx, but that *may* be the issue. I don't have a camera, but quick >> search of google lead that you needed the libvxp installed, which you do >> have, so just a stab in the dark on my part. :) > > It does not seem to be necessary. I just used the instructions in the > book and I do have > > $ ldd `which vpxdec` > linux-vdso.so.1 (0x00007fff9c155000) libvpx.so.1 => /usr/lib/libvpx.so.1 > (0x00007f3d23bc6000) > libm.so.6 => /lib/libm.so.6 (0x00007f3d238c2000) libpthread.so.0 => > /lib/libpthread.so.0 (0x00007f3d236a4000) > libc.so.6 => /lib/libc.so.6 (0x00007f3d232f6000) > /lib64/ld-linux-x86-64.so.2 (0x00007f3d23fce000) > > > $ vpxdec > Usage: vpxdec <options> filename > ... > Included decoders: > > > vp8 - WebM Project VP8 Decoder v1.3.0 vp9 - WebM Project VP9 Decoder > v1.3.0 > > > -- Bruce > > >
Hello Bruce, That is interesting that the enable switch is not needed, as the ./configure --help shows to pass that to enable it, and does not say that it is enabled by default. Oh well, from reading the thread it looks like things are working for you now, which is great. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
