mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-07 04:53:15 -04:00
Export plugin destination and relative prefix to obsconfig.h
This commit is contained in:
1 parent
3442654259
commit
8380d10805
3 files changed
+16
-10
No files matched your search
+2
-1
@@ -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
|
||||
@@ -4,4 +4,5 @@
|
||||
#define OBS_VERSION "@OBS_VERSION@"
|
||||
#define OBS_DATA_PATH "@OBS_DATA_PATH@"
|
||||
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
|
||||
#define OBS_RELATIVE_PLUGIN_DEST "@OBS_RELATIVE_PLUGIN_DEST@"
|
||||
#define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
|
||||
#define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
|
||||
Reference in new issue
Block a user