[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] gnu: Add nasm.
From: |
Andreas Enge |
Subject: |
Re: [PATCH 1/2] gnu: Add nasm. |
Date: |
Mon, 20 Jun 2016 11:40:10 +0200 |
User-agent: |
Mutt/1.6.1 (2016-04-27) |
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