ffmpeg_resources.hpp
Go to the documentation of this file.
00001 
00004 #ifndef _THERMALVIS_FFMPEG_RESOURCES_H_
00005 #define _THERMALVIS_FFMPEG_RESOURCES_H_
00006 
00007 #include <asm/types.h>          /* for videodev2.h */
00008 
00009 /***** Add FFMPEG AVI Stuff *****/
00010 #ifndef INT64_C
00011 #       define INT64_C(c) (c ## LL)
00012 #       define UINT64_C(c) (c ## ULL)
00013 #endif
00014 
00015 extern "C" {
00016 #include <linux/videodev2.h>
00017 #include <libavcodec/avcodec.h>
00018 #include <libavformat/avformat.h>
00019 #include <libavdevice/avdevice.h>
00020 #include <libswscale/swscale.h>
00021 }
00022 
00023 #endif


thermalvis
Author(s): Stephen Vidas
autogenerated on Sun Jan 5 2014 11:38:44