yolobs-studio/plugins/rtmp-services/lookup-config.h.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
264 B
C
Raw Normal View History

2016-02-23 23:16:51 +00:00
#pragma once
2018-02-19 19:54:37 +00:00
#ifndef TRUE
#define TRUE 1
#endif
#ifndef ON
#define ON 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef OFF
#define OFF 0
#endif
2016-02-23 23:16:51 +00:00
#define RTMP_SERVICES_URL "@RTMP_SERVICES_URL@"
2018-02-19 19:54:37 +00:00
#define CHECK_FOR_SERVICE_UPDATES @CHECK_FOR_SERVICE_UPDATES@