Skip to content

Instantly share code, notes, and snippets.

@hansent
Created March 6, 2010 21:37
Show Gist options
  • Save hansent/323959 to your computer and use it in GitHub Desktop.
Save hansent/323959 to your computer and use it in GitHub Desktop.
#ifdef WIN32
#include <winsock2.h>
#include <windows.h>
#else
#include <sys/queue.h>
#endif
#include <signal.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <iterator>
#include <string>
#include <map>
// jpeg !
#include <jpeglib.h>
// opencv (for cvWaitKey)
#include "cv.h"
#include "highgui.h"
// JSON
#include "cJSON.h"
// Movid
#include "moPipeline.h"
#include "moModule.h"
#include "moFactory.h"
#include "moProperty.h"
#include "moDataStream.h"
// libevent
#include "event.h"
#include "evhttp.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment