Go to the documentation of this file.
18 #ifndef _GAZEBO_FFMPEG_INC_HH_
19 #define _GAZEBO_FFMPEG_INC_HH_
21 #pragma GCC system_header
25 #define INT64_C(c) (c ## LL)
26 #define UINT64_C(c) (c ## ULL)
30 #include <libavcodec/avcodec.h>
31 #include <libavformat/avformat.h>
32 #include <libavutil/opt.h>
33 #include <libswscale/swscale.h>
35 #endif // ifdef HAVE_FFMPEG
37 #endif // ifndef _GAZEBO_FFMPEG_INC_HH