Ticket #2112: alsa-utils-1.0.12-nls.patch

File alsa-utils-1.0.12-nls.patch, 405 bytes (added by Christoph Berg, 18 years ago)
Line 
1*** alsa-utils-1.0.12/speaker-test/speaker-test.c.orig 2006-08-29 12:55:11.993457320 +0200
2--- alsa-utils-1.0.12/speaker-test/speaker-test.c 2006-08-29 12:58:46.338871864 +0200
3***************
4*** 44,52 ****
5 #include <getopt.h>
6 #include <inttypes.h>
7 #include <ctype.h>
8- #ifdef ENABLE_NLS
9 #include <locale.h>
10- #endif
11 #include <byteswap.h>
12
13 #define ALSA_PCM_NEW_HW_PARAMS_API
14--- 44,50 ----