summaryrefslogtreecommitdiff
path: root/src/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoder.h')
-rw-r--r--src/encoder.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/encoder.h b/src/encoder.h
index 0fada07..cf87987 100644
--- a/src/encoder.h
+++ b/src/encoder.h
@@ -31,26 +31,21 @@
* 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
-
#ifndef __RTVIDEOREC_ENCODER_H
#define __RTVIDEOREC_ENCODER_H
-#include "thread.h"
-
-#include "info.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-//#include <avformat.h>
-#include "miav.h"
#include "util.h"
#include "package.h"
#include "frame.h"
#include "queue.h"
+#include "thread.h"
+#include "info.h"
+#include "socket.h"
+#include "network.h"
// FIXME: One size fits all...
#define VIDEO_BUFFER_SIZE (1024*1024)
@@ -113,6 +108,4 @@ private:
Network *n;
};
-#endif
-
-#endif /*USE_GUI*/
+#endif/*__RTVIDEOREC_ENCODER_H*/