]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/esound/esound-gpe/audiofile-please.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / esound / esound-gpe / audiofile-please.patch
1 --- esound/esd.h~       2002-07-19 13:36:44.000000000 +0100
2 +++ esound/esd.h        2004-05-16 11:04:29.000000000 +0100
3 @@ -1,6 +1,8 @@
4  #ifndef ESD_H
5  #define ESD_H
6  
7 +#define SUPPORT_AUDIOFILE
8 +
9  #ifdef SUPPORT_AUDIOFILE
10  #include <audiofile.h>
11  #endif
12 --- esound/Makefile.am~ 2002-07-19 13:36:44.000000000 +0100
13 +++ esound/Makefile.am  2004-05-16 10:56:35.000000000 +0100
14 @@ -26,8 +26,8 @@
15  lib_LTLIBRARIES = libesd.la $(libesddsp_la)
16  
17  libesd_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
18 -#libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS)
19 -libesd_la_LIBADD = $(SOUND_LIBS)
20 +libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS)
21 +#libesd_la_LIBADD = $(SOUND_LIBS)
22  
23  libesd_la_SOURCES = \
24         esdlib.c        \
25 @@ -36,6 +36,7 @@
26         audio.c         \
27         genrand.c       \
28         genrand.h       \
29 +       esdfile.c       \
30         util.c
31  
32  # one of these gets included by audio.c
33 @@ -79,7 +80,6 @@
34         proto.c         \
35         samples.c       \
36         $(getopt_src)   \
37 -       util.c          \
38         esd-server.h
39  
40  esdcat_SOURCES = \