0
我在ubuntu上構建ffmpeg。我可以構建yasm-1.2.0,然後我嘗試構建x264。 x264需要最小的yasm-1.2.0,因此我嘗試了下面的命令來構建x264。爲ubuntu構建ffmpeg沒有工作C編譯器發現
./configure --prefix=<myprefix> --bindir=<mybindir> --extracflgs=<Include directory of yasm-1.2.0> --extra-ldflags=<libdirectory of yasm-1.2.0>
我得到了下面的錯誤:
No working C compiler found.
不知道我什麼COMMITED錯誤。有人可以告訴我我該做什麼?
謝謝兄弟。 :) – Whoami