From 1c0a8723e1b91db52f6c28565c4b80bec3fe34e6 Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 30 May 2012 17:40:57 +0000 Subject: alsa-plugins 1.0.25-2 correction cassage API ffmpeg --- alsa-plugins/Pkgfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/alsa-plugins/Pkgfile b/alsa-plugins/Pkgfile index 7132db9cb..4a224c19d 100755 --- a/alsa-plugins/Pkgfile +++ b/alsa-plugins/Pkgfile @@ -7,11 +7,13 @@ name=alsa-plugins version=1.0.25 -release=1 +release=2 source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2) build() { cd $name-$version + # corrige le cassage d'API de ffmpeg + sed "s|CH_LAYOUT_|AV_CH_LAYOUT_|g" -i a52/pcm_a52.c ./configure --prefix=/usr \ --disable-pulseaudio \ --disable-jack -- cgit v1.2.3-54-g00ecf