Add relative plugin dest obsconfig.h define

This commit is contained in:
BtbN
2014-07-21 17:43:48 +02:00
parent cac6ad1822
commit 0b7ef499c5
3 changed files with 5 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
# define OBS_VERSION "unknown"
# define OBS_DATA_PATH "../../data"
# define OBS_INSTALL_PREFIX ""
# define OBS_RELATIVE_PLUGIN_DEST "../../obs-plugins"
#endif
#define OBS_INSTALL_DATA_PATH OBS_INSTALL_PREFIX OBS_DATA_PATH