From ec5791c569a67754b9844c9b487f2026c6b9824b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 23 May 2011 02:25:54 +0200 Subject: [PATCH] xbmc: sync buildscript with openelec-eden branch Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc-pvr/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mediacenter/xbmc-pvr/build b/packages/mediacenter/xbmc-pvr/build index cfe8d68734..9e05a32f46 100755 --- a/packages/mediacenter/xbmc-pvr/build +++ b/packages/mediacenter/xbmc-pvr/build @@ -115,14 +115,14 @@ cd $PKG_BUILD # autoreconf do_autoreconf + do_autoreconf lib/libid3tag/libid3tag + do_autoreconf xbmc/screensavers/rsxs-0.9 + do_autoreconf lib/libapetag do_autoreconf lib/cpluff # order matters with libdvd and friends [ -d lib/libdvd/libdvdcss ] && do_autoreconf lib/libdvd/libdvdcss do_autoreconf lib/libdvd/libdvdread do_autoreconf lib/libdvd/libdvdnav - do_autoreconf lib/libid3tag/libid3tag - do_autoreconf xbmc/screensavers/rsxs-0.9 - do_autoreconf lib/libapetag # Clean the generated files find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;