我在试着做一个程序。当我运行./configure时,我得到的结果如下:
checking for X264... configure: WARNING:
Test application not built (x264 codec missing).
Either you have not installed x264, or you
have not installed it with the Gtk+ interface.
If you compile it from source, add these options
to configure:
--enable-shared
--enable-gtk我已经安装了各种与x264和gtk相关的包,但是我仍然收到这个消息。我需要安装哪些包?
发布于 2011-06-05 03:38:28
我使用this howto在我的机器上安装了ffmpeg和x264 ...
https://stackoverflow.com/questions/6238919
复制相似问题