]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-x11-1.0/restore-esd.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-x11-1.0 / restore-esd.patch
1 diff -urNd ../libxine-1.0-r1/xine-lib-1.0/configure.ac xine-lib-1.0/configure.ac
2 --- ../libxine-1.0-r1/xine-lib-1.0/configure.ac 2005-04-09 04:38:41 +01:00
3 +++ xine-lib-1.0/configure.ac   2005-04-09 04:39:54 +01:00
4 @@ -1080,8 +1080,9 @@
5  dnl ESD support
6  dnl ---------------------------------------------
7  
8 -AM_CONDITIONAL(HAVE_ESD, 0)
9 -
10 +AM_PATH_ESD(0.2.8,
11 +        AC_DEFINE(HAVE_ESD,1,[Define this if you have ESD (libesd) installed]),-        AC_MSG_RESULT(*** All of ESD dependent parts will be disabled ***))
12 +AM_CONDITIONAL(HAVE_ESD, test x"$no_esd" != "xyes")
13  
14  dnl ---------------------------------------------
15  dnl ARTS support