]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- removed redefinition of sys_errlist
authorfastviper <fastviper@poczta.onet.pl>
Fri, 16 Nov 2001 16:28:47 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
18d88d248bbb62aa2b1fd86928bb87f2  OpenAL-stdio.patch

Changed files:
    OpenAL-stdio.patch -> 1.1

OpenAL-stdio.patch [new file with mode: 0644]

diff --git a/OpenAL-stdio.patch b/OpenAL-stdio.patch
new file mode 100644 (file)
index 0000000..d9cbc96
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Nru OpenAL/src/arch/linux/lin_dsp.c OpenAL-new/src/arch/linux/lin_dsp.c
+--- OpenAL/src/arch/linux/lin_dsp.c    Fri Apr 13 00:35:48 2001
++++ OpenAL-new/src/arch/linux/lin_dsp.c        Fri Nov 16 15:05:29 2001
+@@ -54,7 +54,9 @@
+                    ALuint *channels);
++/* somebody was brainless! This is defined in stdio.h
+ extern const char *sys_errlist[];
++*/
+ /* convert the format channel from /dev/dsp to openal format */
+ static int LIN2ALFMT(int fmt, int channels) {
This page took 0.362372 seconds and 4 git commands to generate.