diff options
author | huceke <ebsi4711@gmail.com> | 2012-08-12 11:40:54 +0200 |
---|---|---|
committer | huceke <ebsi4711@gmail.com> | 2012-08-12 11:40:54 +0200 |
commit | 552213acfd43192122a9f55b709169e808912c1b (patch) | |
tree | 2ae067484a1fb0bc142c2ef867b5d28e21a04446 /configure.in | |
parent | 5431ae1c475636ef133b6ec489a6447f550e72f3 (diff) |
fixed airtunes airplay functionality after android merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5e8b488ad7..2db2d70252 100644 --- a/configure.in +++ b/configure.in @@ -1275,6 +1275,7 @@ if test "$use_airplay" != "no"; then if test "$use_airplay" != "no"; then XB_FIND_SONAME([PLIST], [plist], [use_airplay]) USE_AIRPLAY=1 + AC_DEFINE([HAVE_LIBPLIST],[1],["Define to 1 if you have libplist."]) fi fi @@ -1295,6 +1296,7 @@ if test "x$use_airtunes" != "xno"; then USE_AIRTUNES=1 AC_CHECK_MEMBERS([struct AudioOutput.ao_set_metadata],,, [[#include <shairport/shairport.h>]]) + AC_DEFINE([HAVE_LIBSHAIRPORT],[1],["Define to 1 if you have libshairport."]) fi fi |