문제

I have been trying to open x264 code base in Visual Studio, by creating a separate project for it, but without any success.

I thought it should have been straight forward. I could build X264 code using MinGW, but I need to edit the code and extract motion estimation code.

Has anyone compiled/run the x264 from Visual Studio?

Thanks!

도움이 되었습니까?

해결책 2

At the time this answer was written, there were no support for building x264 with Visual Studio. Instead you should build it with MinGW/gcc or Intel Compiler. For instance, there are some howtos around - take a look here and here.

For me, the second method has worked out.

다른 팁

Someone has done the job. They maintain a fork with a proper visual studio project

http://siliconandlithium.blogspot.ca/2014/03/building-x264-on-windows-with-visual.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top