[Bug 733602] Add lame encoder to cerbero

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 11 02:53:46 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733602
  GStreamer | packages | unspecified

--- Comment #10 from Lubosz Sarnecki <lubosz at gmail.com> 2014-09-11 09:53:43 UTC ---
This pops up in the configure step of lame with --enable-nasm on Windows, when
only yasm is installed.

checking for nasm... no

I guess the optimizations are not used, but it builds fine.
here is the build log https://gist.github.com/lubosz/a7a3cc834b5f729d63a4

So I guess if you don't want to ship nasm and have no optimizations on Windows,
then take the first patch. Otherwise the second one.

When cerbero would be ported to msys2 then shipping nasm will not be required,
since its packaged there in all flavors.


bmonkey at bcarbon:~$ pacman -Ss nasm
mingw32/mingw-w64-i686-nasm 2.11.02-1
    An 80x86 assembler designed for portability and modularity (mingw-w64)
mingw32/mingw-w64-i686-yasm 1.2.0-2
    A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS,
etc.) (mingw-w64)
mingw64/mingw-w64-x86_64-nasm 2.11.02-1
    An 80x86 assembler designed for portability and modularity (mingw-w64)
mingw64/mingw-w64-x86_64-yasm 1.2.0-2
    A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS,
etc.) (mingw-w64)
msys/nasm 2.11.02-1 (base-devel) [installed]
    An 80x86 assembler designed for portability and modularity
msys/yasm 1.3.0-1 (base-devel) [installed]
    A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS,
etc.)
msys/yasm-devel 1.3.0-1 (base-devel) [installed]
    A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS,
etc.)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list