Build fix for case where libav is not installed on linux.
This commit is contained in:
parent
5d79033a21
commit
c0e923fd7d
|
@ -3999,8 +3999,6 @@ LibgwaviOptionsPage::LibgwaviOptionsPage(QWidget *parent)
|
||||||
|
|
||||||
g_config->getOption("SDL.AviRecordAudio", &recordAudio);
|
g_config->getOption("SDL.AviRecordAudio", &recordAudio);
|
||||||
|
|
||||||
LIBAV::setCodecFromConfig();
|
|
||||||
|
|
||||||
vbox1 = new QVBoxLayout();
|
vbox1 = new QVBoxLayout();
|
||||||
|
|
||||||
videoGbox = new QGroupBox( tr("Video:") );
|
videoGbox = new QGroupBox( tr("Video:") );
|
||||||
|
|
Loading…
Reference in New Issue