# HG changeset patch # User sheepluva # Date 1475333159 -7200 # Node ID d7227dc3b3978d4f4cd7c052aa073a124b5b56fe # Parent 5edd66c2d4224ea0d1316fa486a1bbe4acb21806 fix build diff -r 5edd66c2d422 -r d7227dc3b397 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Mon Sep 26 23:36:00 2016 -0400 +++ b/QTfrontend/hwform.cpp Sat Oct 01 16:45:59 2016 +0200 @@ -1712,7 +1712,7 @@ void HWForm::closeEvent(QCloseEvent *event) { config->SaveOptions(); -if VIDEOREC +#ifdef VIDEOREC config->SaveVideosOptions(); #endif event->accept(); diff -r 5edd66c2d422 -r d7227dc3b397 QTfrontend/util/LibavInteraction.cpp --- a/QTfrontend/util/LibavInteraction.cpp Mon Sep 26 23:36:00 2016 -0400 +++ b/QTfrontend/util/LibavInteraction.cpp Sat Oct 01 16:45:59 2016 +0200 @@ -18,7 +18,7 @@ #include "LibavInteraction.h" -#if VIDEOREC +#ifdef VIDEOREC extern "C" { #include "libavcodec/avcodec.h"