[package] update libao to 0.8.8 (#5382)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16517 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-06-19 15:55:56 +00:00
parent 14b7bb0973
commit cfed709bc3

View File

@ -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)