Move config values from the commandline to obsconfig.h

This commit is contained in:
BtbN
2014-07-21 16:26:57 +02:00
parent 94e2badb0e
commit cac6ad1822
7 changed files with 19 additions and 18 deletions

View File

@@ -76,13 +76,3 @@ typedef int64_t off64_t;
#define SIZE_T_FORMAT "%zu"
#endif /* _MSC_VER */
#ifndef OBS_DATA_PATH
#define OBS_DATA_PATH "../../data"
#endif
#ifndef OBS_INSTALL_PREFIX
#define OBS_INSTALL_PREFIX ""
#endif
#define OBS_INSTALL_DATA_PATH OBS_INSTALL_PREFIX OBS_DATA_PATH