From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin] Date: Wed, 08 Sep 2010 09:51:41 +0200 Message-ID: <4C87408D.9090400@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 62E39243BC for ; Wed, 8 Sep 2010 09:51:16 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: asim khan Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org asim khan wrote: > I have enabled --with-pcm-plugins option in my configure script which will > select all pcm-plugins > #!/bin/sh > ./configure CC=arm_v7_vfp_le-gcc --target=arm-linux --host=i386-linux > --build=$BUILD --enable-static --enable-pcm --with-pcm-plugins > --disable-debug --disable-python --prefix=/mtd_rwarea This is the same as --with-pcm-plugins="". Use "--with-pcm-plugins=all", leave it as the default. Regards, Clemens