04ae015a60
Uses the libcaption library to allow insertion of caption data directly in to H.264 frame data.
20 lines
435 B
C
20 lines
435 B
C
|
|
#pragma once
|
|
|
|
#ifndef ON
|
|
#define ON 1
|
|
#endif
|
|
|
|
#ifndef OFF
|
|
#define OFF 0
|
|
#endif
|
|
|
|
#define OBS_VERSION "@OBS_VERSION@"
|
|
#define OBS_DATA_PATH "@OBS_DATA_PATH@"
|
|
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
|
|
#define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
|
|
#define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
|
|
#define OBS_UNIX_STRUCTURE @OBS_UNIX_STRUCTURE@
|
|
#define BUILD_CAPTIONS @BUILD_CAPTIONS@
|
|
#define HAVE_DBUS @HAVE_DBUS@
|