Hello, On Sat, Jun 18, 2016 at 10:46:58PM +0200, Jan Nieuwenhuizen wrote: > Trying to play an h264 video, I found this comment in gst-plugins-bad: > ;; XXX: The following dependencies are missing: > ;; vo-amrwbenc, vo-aacenc, bs2b, chromaprint, directfb, daala, libdts, > ;; faac, flite, libgsm, libde265, libmms, libmimic, mjpegtools, > ;; mpeg2enc, libofa, opencv, openh264, openni2, libtimemmgr, wildmidi, > and packaged openh264 and its dependency nasm. Find attached.
is it a hard dependency? It looks as if nasm will only work on x86; then openh264 would not work on any other architecture, and if we add it to some gst-plugins, these would also not work there (well, they do not work anyway, but that is a different story...). Andreas