summaryrefslogtreecommitdiff
path: root/src/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.cc')
-rw-r--r--src/decoder.cc13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/decoder.cc b/src/decoder.cc
index 0d56aca..ac039f9 100644
--- a/src/decoder.cc
+++ b/src/decoder.cc
@@ -32,12 +32,7 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
-#ifdef USE_GUI
-
-#include "frame_stream.h"
-
-#include "miav_config.h"
+#include "decoder.h"
#include <time.h>
@@ -47,11 +42,13 @@
#include <SDL/SDL.h>
+#include "frame_stream.h"
+#include "miav_config.h"
+
#include "dv.h"
#include "dvfile.h"
#include "dv1394.h"
-#include "decoder.h"
#include "debug.h"
Decoder::Decoder(Info *ginfo,
@@ -282,5 +279,3 @@ void Decoder::setMute(bool m)
{
mute = m;
}
-
-#endif /*USE_GUI*/