diff options
author | deva <deva> | 2005-07-28 15:09:52 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-28 15:09:52 +0000 |
commit | c1e99b4951bd5e376cfab14cb6870869e60b91a2 (patch) | |
tree | 694e64f8f91149044e257e05df7f4de209a4720d /src/img_encoder.h | |
parent | 6be08a50e748fbccd05a0194a65b2721b78c1b76 (diff) |
*** empty log message ***
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" |