[Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Dennis Borgmann
Hello alsa-users, hello mplayer-users! Recently, I tried to compile MPlayer 1.0rc4-4.3.5 for ARM AT91-SAM9260. # uname -a Linux testsystem 2.6.33.7 #1 PREEMPT Wed Mar 30 13:33:39

Re: [Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Jaroslav Kysela
On Wed, 30 Mar 2011, Dennis Borgmann wrote: > Then I still needed ALSA for mplayer to run on my embedded board. This > is the configure line for the alsa-lib: > > # ./configure ... > ... --enable-shared --enable-static ... > # make >From INSTALL: " Compilation of static library -

Re: [Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Sergei Steshenko
On Wed, 30 Mar 2011 17:20:20 +0200 (CEST) Jaroslav Kysela wrote: > On Wed, 30 Mar 2011, Dennis Borgmann wrote: > > > Then I still needed ALSA for mplayer to run on my embedded board. This > > is the configure line for the alsa-lib: > > > > # ./configure ... > > ... --enable-shared --enable-stati

Re: [Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Jaroslav Kysela
On Thu, 31 Mar 2011, Sergei Steshenko wrote: > On Wed, 30 Mar 2011 17:20:20 +0200 (CEST) > Jaroslav Kysela wrote: > >> On Wed, 30 Mar 2011, Dennis Borgmann wrote: >> >>> Then I still needed ALSA for mplayer to run on my embedded board. This >>> is the configure line for the alsa-lib: >>> >>> # ./

Re: [Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Sergei Steshenko
On Thu, 31 Mar 2011 07:59:56 +0200 (CEST) Jaroslav Kysela wrote: [snip] > > If I remember correctly, the problem is that libtool uses only one > target object file for both '-fPIC -DPIC' shared and static libraries. We > use -DPIC to determine the static build to resolve buildin "dynamic" > s

Re: [Alsa-user] "_snd_pcm_hw_open not defined" - ALSA plus MPlayer on ARM[AT91SAM9260]

2011-03-30 Thread Sergei Steshenko
On Thu, 31 Mar 2011 08:10:32 +0200 Sergei Steshenko wrote: > On Thu, 31 Mar 2011 07:59:56 +0200 (CEST) > Jaroslav Kysela wrote: > > [snip] > > > > If I remember correctly, the problem is that libtool uses only one > > target object file for both '-fPIC -DPIC' shared and static libraries. We