freebsd-ports/audio/mpegaudio/files/patch-ab
Gary Palmer 7db9ec792f MPEG/audio Layer 1 and Layer 2 encoder/decoder
Submitted by:	torstenb
1996-07-06 09:27:11 +00:00

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 */