From 60fba69d29ab9bbd812f4a35f7ff9e986fe5d8a5 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Mon, 4 Jul 2016 22:30:14 -0700 Subject: [PATCH] Revert "Disable unused features to reduce binary size" This reverts commit e807d81c693a9499f54f864a3099c515865d9f0d. Change-Id: I1085883e681d0a640b4f6af7212515456fa4e9a4 --- packaging/alsa-lib.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index fc8d978..a992e51 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,6 +1,6 @@ Name: alsa-lib Version: 1.0.28 -Release: 3 +Release: 4 License: LGPL-2.1+ Summary: The Advanced Linux Sound Architecture (ALSA) library Url: http://www.alsa-project.org/ @@ -42,9 +42,7 @@ cp %{SOURCE1001} . --disable-alisp \ --disable-python \ --with-gnu-ld \ - --disable-rawmidi \ - --disable-seq \ - --with-pcm-plugins=rate,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null + --with-pcm-plugins=rate,linear,plug,dmix,dsnoop,asym,mmap,ioplug,empty,hooks,route,multi,softvol,file,iec958,null,shm make %{?_smp_mflags} -- 2.34.1