Hi,
I am trying to generate vp8 projects/sln for Visual Studio 10 without any assembly files in the projects. I have tried following configure command and it is still looking for yasm or nasm.
../configure --target=x86-win32-vs9 --disable-mmx --disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse4_1 --disable-runtime_cpu_detect
Do we have any simple command line option for configure to disable assembly codes and have only C files in the projects?
I also downloaded the “vpx-vp8-debug-src-x86-win32mt-vs9-v1.1.0” src code with pre-build Visual Studio sln, and tried fiddle around the Vpx_config.h and Vpx_config.asm files, but it still includes the assembly files and uses yasm.
My aim is to have C only VP8 decoder which compiles, builds and Run in Visual Studio. Any help would be more than welcome.
Regards,
Jey