ericmckean / webm

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

configure with un-optimized code does not work #727

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?

What version are you using? On what operating system?

Can you reproduce using the vpxdec or vpxenc tools? What command line are
you using?

Please provide any additional information below.
Hi,  webM developers:

I want to do some modification on the un-optimized transform code.  
so I configure with

./configure --disable-sse --disable-sse2 --disable-sse3 --disable-ssse3


Looks like the configure will lead to errors in the make process.

What should I do if I want to use transform code in 
" vp9/common/vp9_idct.c "
and 
"vp9/encoder/vp9_dct.c"

Thanks!!

Original issue reported on code.google.com by ya...@google.com on 11 Mar 2014 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 11 Mar 2014 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by renganat...@google.com on 3 Apr 2014 at 10:29

GoogleCodeExporter commented 9 years ago
I tested on latest head on a linux/gcc/yasm setup, the configure worked fine. 
Can you provide more details your setup and the error you saw? Thanks.

Original comment by ya...@google.com on 3 Apr 2014 at 10:48

GoogleCodeExporter commented 9 years ago
Please update the issue if you find there is still a problem. 

Original comment by ya...@google.com on 4 Apr 2014 at 4:19