blob: 264c6329ac3977cd53887aee85d83a7346b5ab0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** common.h.orig Mon Jul 1 23:00:51 1996
--- common.h Mon Jul 1 23:04:47 1996
***************
*** 73,79 ****
#endif
#ifdef UNIX
! #define TABLES_PATH "tables" /* to find data files */
/* name of environment variable holding path of table files */
#define MPEGTABENV "MPEGTABLES"
#define PATH_SEPARATOR "/" /* how to build paths */
--- 73,79 ----
#endif
#ifdef UNIX
! #define TABLES_PATH PREFIX "/lib/mpegaudio/tables" /* to find data files */
/* name of environment variable holding path of table files */
#define MPEGTABENV "MPEGTABLES"
#define PATH_SEPARATOR "/" /* how to build paths */
|