Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: bitstreamout 0.46a (AC3 loop through sound card)



On Tue, Jul 01, 2003 at 09:57:09AM +0200, Bernhard Stegmaier wrote:
> Hi!
> 
> On Mon, 2003-06-30 at 23:11, Uwe Weissbach wrote:
> > On 16 Jun 2003 at 19:45, Dr. Werner Fink wrote:
> > 
> > >       I've just uploaded bitstreamout 0.46a at 
> > > https://sourceforge.net/projects/bitstreamout/
> > 
> > runs sucessfully on plain vanilla vdr-1.2.1 but with audio problems,
> > and if I try to patch with the included vdr-1.2.1-audio.dif I got:
> > 
> > thread.o: In function `cCondVar::TimedWait(cMutex&, int)':
> > /usr/local/src/vdr-1.2.1-vanilla-bitstream-patch/thread.c:61: undefined reference to `pthread_cond_timedwait'
> > thread.o: In function `cThread::Start()':
> > /usr/local/src/vdr-1.2.1-vanilla-bitstream-patch/thread.c:152: undefined reference to `pthread_create'
> > thread.o: In function `cThread::Cancel(int)':
> > /usr/local/src/vdr-1.2.1-vanilla-bitstream-patch/thread.c:185: undefined reference to `pthread_cancel'
> > collect2: ld returned 1 exit status
> > 
> > whats wrong ???
> I had this problem also with previous versions. Obviously, the patches
> remove the pthread library in the main Makefile (in the vdr directory).
> Add -lpthread to the list of libs (I am at work now, so I can't tell you
> exactly where) and it will work.

Yes it removes `-lpthread' but adds `-pthread' which is/should be the same as
`-lpthread -D_REENTRANT' ...

        Werner


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index