summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-08 17:54:40 +0000
committerKevin E Martin <kem@kem.org>2005-12-08 17:54:40 +0000
commite38e2df15c9a4b08dee6386a225e98827bb35aad (patch)
treea9882e626a14dc323a3a84248addca77fe6abfce /src
parentb8203604bf9bd3813668313a1c8c17040b9d93ce (diff)
Allow hard-coded paths to be configurable.
Diffstat (limited to 'src')
-rw-r--r--src/theatre200.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theatre200.h b/src/theatre200.h
index b2a1656..9af1808 100644
--- a/src/theatre200.h
+++ b/src/theatre200.h
@@ -23,6 +23,9 @@
* authorization from the author.
*
* $Log$
+ * Revision 1.5 2005/12/08 17:54:40 kem
+ * Allow hard-coded paths to be configurable.
+ *
* Revision 1.4 2005/11/07 19:28:40 bogdand
* Replaced the variadic macros(gcc) by macros according to C99 standard
*
@@ -40,7 +43,11 @@
#include "theatre.h"
+#ifdef MICROC_DIR
+#define DEFAULT_MICROC_PATH MICROC_DIR"/rt2_pmem.bin"
+#else
#define DEFAULT_MICROC_PATH "/usr/X11R6/lib/modules/multimedia/rt2_pmem.bin"
+#endif
#define DEFAULT_MICROC_TYPE "BINARY"
/* #define ENABLE_DEBUG 1 */