From cfed709bc3fbe23a7290bbc81d44d658f6574387 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 19 Jun 2009 15:55:56 +0000 Subject: [PATCH] [package] update libao to 0.8.8 (#5382) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16517 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libao/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libao/Makefile b/libs/libao/Makefile index 226402f0d..27fdb33b6 100644 --- a/libs/libao/Makefile +++ b/libs/libao/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libao -PKG_VERSION:=0.8.6 +PKG_VERSION:=0.8.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ao/ -PKG_MD5SUM:=12e136a4c0995068ff134997c84421ed +PKG_MD5SUM:=b92cba3cbcf1ee9bc221118a85d23dcd include $(INCLUDE_DIR)/package.mk @@ -26,7 +26,7 @@ define Package/libao endef define Package/libao/description - Libao is a cross-platform audio library that allows programs to + Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. endef @@ -36,7 +36,7 @@ CONFIGURE_ARGS += \ --disable-esd \ --disable-arts \ --disable-nas \ - --disable-polyp + --disable-pulse TARGET_CFLAGS += $(FPIC) -- 2.11.0