ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

./configure should fail if yasm not installed #772

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# without yasm, on OS X 10.9.2
$ ./configure
....[happy]
$ make
...
[AS] vpx_ports/emms.asm.o
(null):0: fatal: command line optimization level must be 'v', 0..3 or <nn>
make[1]: *** [vpx_ports/emms.asm.o] Error 1
make: *** [.DEFAULT] Error 2

# now install yasm
$ brew install yasm
...
$ ./configure
...[happy]
$ make
...[happy]

Original issue reported on code.google.com by dweekly on 27 Apr 2014 at 10:49

GoogleCodeExporter commented 9 years ago
We currently do have it as part of instructions - 
http://www.webmproject.org/code/build-prerequisites/ . 

However, we can call out that yasm isn't installed. 

Original comment by renganat...@google.com on 9 Oct 2014 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 16 Jan 2015 at 11:51

GoogleCodeExporter commented 9 years ago
Don't allow nasm on Darwin

Original comment by fgalli...@google.com on 30 Jan 2015 at 8:41

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/#/c/73632/

Original comment by johannko...@google.com on 30 Jan 2015 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 3 Feb 2015 at 7:19