mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7db9ec792f
Submitted by: torstenb
20 lines
704 B
Plaintext
20 lines
704 B
Plaintext
*** 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 */
|