From fc083be9e2dabd9a1161bc293c37bd707d3bce6d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Dec 2009 20:17:35 +0000 Subject: x11/gst-plugins-base: use OSS as default audio sink ALSA didnt work really --- x11/gst-plugins-base/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/gst-plugins-base/APKBUILD b/x11/gst-plugins-base/APKBUILD index b40f3e76b..a2013047d 100644 --- a/x11/gst-plugins-base/APKBUILD +++ b/x11/gst-plugins-base/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gst-plugins-base pkgver=0.10.25 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins" url="http://gstreamer.freedesktop.org/" license="GPL LGPL" @@ -22,6 +22,7 @@ build() { --localstatedir=/var \ --disable-static \ --disable-experimental \ + --with-default-audiosink=osssink \ --with-package-name="GStreamer Base Plugins (Alpine Linux)" \ --with-package-origin="http://www.alpinelinux.org/" \ || return 1 -- cgit v1.2.3