yolobs-studio/plugins/obs-filters/obs-filters-config.h.in
2016-08-28 14:07:43 +02:00

11 lines
133 B
C

#pragma once
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define SPEEXDSP_ENABLED @LIBSPEEXDSP_FOUND@