Я пытаюсь сделать программу. Когда я запускаю ./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, но я все еще получаю это сообщение. Какие пакеты мне нужно установить?