obs-studio/plugins/obs-ffmpeg/obs-ffmpeg-config.h.in

18 lines
194 B
C

#ifndef ON
#define ON 1
#endif
#ifndef TRUE
#define TRUE 1
#endif
#ifndef OFF
#define OFF 0
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define ENABLE_FFMPEG_LOGGING @ENABLE_FFMPEG_LOGGING@