오픈소스 연구/WebM
Visual Studio 2012에서 WebM(libvpx) build error
ryujt
2013. 7. 12. 11:01
FATAL: unable to open include file `vpx_ports/x86_abi_support.asm'
위의 에러 때문에 장시간 고생한 끝에 알아낸 것이 바로 아래의 링크입니다.
https://github.com/hendrikp/Plugin_Videoplayer/tree/master/libvpx
yasm.xml 에서 Separator=";" 를 제거해주면 됩니다. 아놔 ㅡ.ㅡ;;