On 06/02/2014 07:16 PM, 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 >
gstreamer-1.2.x vpx decored is part of gst-plugins-good. It was moved from gst-plugins-bad-1.0.x iirc. libvpx should be added as a recommended dep to gst-plugins-good-1.2.x instead of gst-plugins-bad-1.2.x. -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
