Export plugin destination and relative prefix to obsconfig.h

This commit is contained in:
BtbN
2014-07-26 14:27:39 +02:00
parent 3442654259
commit 8380d10805
3 changed files with 16 additions and 10 deletions

View File

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