obs-scripting-config.h.in 343 B

12345678910111213141516171819202122232425
  1. #pragma once
  2. #ifndef TRUE
  3. #define TRUE 1
  4. #endif
  5. #ifndef ON
  6. #define ON 1
  7. #endif
  8. #ifndef FALSE
  9. #define FALSE 0
  10. #endif
  11. #ifndef OFF
  12. #define OFF 0
  13. #endif
  14. #cmakedefine LUAJIT_FOUND
  15. #cmakedefine Python_FOUND
  16. #define SCRIPT_DIR "@OBS_SCRIPT_PLUGIN_PATH@"
  17. #define PYTHON_LIB "@OBS_SCRIPT_PYTHON_PATH@"
  18. #define UI_ENABLED @ENABLE_UI@