diff options
Diffstat (limited to 'src/img_encoder.h')
-rw-r--r-- | src/img_encoder.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/img_encoder.h b/src/img_encoder.h index 9df1e21..7237f48 100644 --- a/src/img_encoder.h +++ b/src/img_encoder.h @@ -31,26 +31,22 @@ * 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" #ifndef __RTVIDEOREC_IMGENCODER_H #define __RTVIDEOREC_IMGENCODER_H +#include <stdio.h> + #include "frame.h" #include "util.h" -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -//#include <avformat.h> extern "C" { -#ifdef HAVE_STDLIB_H -#undef HAVE_STDLIB_H -#endif #include <jpeglib.h> -#ifdef HAVE_STDLIB_H -#undef HAVE_STDLIB_H -#endif } +//#include <stdlib.h> +//#include <string.h> + #include "info.h" #include "file.h" |