X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffile.inc;h=b14162e3d84dec70ba43b5358408c3c0e321e641;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=ecc7a2b9c9ae4244a7614daa2998c2f70cfeeed2;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/file.inc b/cinelerra-5.1/cinelerra/file.inc index ecc7a2b9..b14162e3 100644 --- a/cinelerra-5.1/cinelerra/file.inc +++ b/cinelerra-5.1/cinelerra/file.inc @@ -22,6 +22,30 @@ #ifndef FILE_INC #define FILE_INC +// Normally, these are sourced from the compiler command line +// as: c++ -Dvar=value defines +#ifndef CIN_CONFIG +#define CIN_CONFIG "~/.bcast5" +#endif +#ifndef LOCALE_DIR +#define LOCALE_DIR "$CIN_LIB/locale" +#endif +#ifndef CINDAT_DIR +#define CINDAT_DIR "$CIN_PATH" +#endif +#ifndef CINLIB_DIR +#define CINLIB_DIR "$CIN_PATH" +#endif +#ifndef PLUGIN_DIR +#define PLUGIN_DIR "$CIN_LIB/plugins" +#endif +#ifndef LADSPA_DIR +#define LADSPA_DIR "$CIN_LIB/ladspa" +#endif +#ifndef CIN_BROWSER +#define CIN_BROWSER "firefox" +#endif + #include "language.h" // Return values for open_file