diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-26 19:12:21 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-26 19:12:21 +0000 |
commit | ef274e552e7bc0cba8dc9879796d20a591969d19 (patch) | |
tree | cc56b803f30d9cbedbda5c236a0372b408a2c92f /acconfig.h | |
parent | 47c63bc46535f61eea6f036902fa1c37828e5bb8 (diff) | |
download | xine-lib-ef274e552e7bc0cba8dc9879796d20a591969d19.tar.gz xine-lib-ef274e552e7bc0cba8dc9879796d20a591969d19.tar.bz2 |
PPC patches by Bill Fink
CVS patchset: 355
CVS date: 2001/07/26 19:12:21
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 9b15a85b7..95a218b76 100644 --- a/acconfig.h +++ b/acconfig.h @@ -78,3 +78,6 @@ /* Define this if you have ip_mreqn in netinet/in.h */ #undef HAVE_IP_MREQN +/* Define this to cap audio sample rate at 44.1K, some drivers (dmasound) don't handle 48K request correctly */ +#undef FORCE_44K_MAX + |