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

@@ -2,4 +2,5 @@
#pragma once
#define OBS_VERSION "@OBS_VERSION@"
#define OBS_DATA_PATH "@OBS_DATA_PATH@"
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"