Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2008 16:10:04 GMT
From:      "Tatsuki Makino" <tatsuki_makino@hotmail.com>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/126043: multimedia/ffmpeg: ffplay returns Undefined symbol "pthread_join"
Message-ID:  <200808021610.m72GA4MV079101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/126043; it has been noted by GNATS.

From: "Tatsuki Makino" <tatsuki_makino@hotmail.com>
To: <bug-followup@FreeBSD.org>,
	<tatsuki_makino@hotmail.com>
Cc:  
Subject: Re: ports/126043: multimedia/ffmpeg: ffplay returns Undefined symbol "pthread_join"
Date: Sun, 3 Aug 2008 00:45:35 +0900

 Problem which ffplay core dumps when seeking AVI file is not related.
 That is happen only decoding specific AVI file.
 
 We should build as below to evade from this problem:
 
 cd /usr/ports/multimedia/ffmpeg
 make patch
 vi work/ffmpeg-2008-07-27/configure
 # search line of "check_ldflags -Wl,--as-needed" and remove it and save and 
 quit vi
 make install
 
 Or, set environment variable LD_PRELOAD to use ffmpeg.
 
 env LD_PRELOAD=/usr/lib/libpthread.so ffplay ??????_???????_1.avi
 
 How about this in FreeBSD 7? 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808021610.m72GA4MV079101>