Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257494 - media-video/mplayer-1.0_rc2_p28450 missing vdpau use flag
Summary: media-video/mplayer-1.0_rc2_p28450 missing vdpau use flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-03 15:03 UTC by BOUERAT Guillaume
Modified: 2009-02-03 21:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BOUERAT Guillaume 2009-02-03 15:03:18 UTC
Hello,

the media-video/ffmpeg-0.4.9_p20090201 ebuild haven't got VDPAU use.

So vdpau's lib are installed even if you doesn't have a NVIDIA  graphic card
Comment 1 Alexis Ballier gentoo-dev 2009-02-03 20:29:47 UTC
It is disabled by default, configure output here is:
libxvid enabled           yes
vdpau enabled             no
zlib enabled              yes

If by installed you just mean the header then yes its installed when it is disabled; you'll have to convince upstream not to do this because that's what make install currently does. However I don't think it is a good idea to conditionally install headers that some external program may expect to be present...
Comment 2 BOUERAT Guillaume 2009-02-03 20:39:23 UTC
I emerged media-video/ffmpeg-0.4.9_p20090201 and I get VDPAU (I have a nvidia card)

$ mplayer -vc help | grep -i vdpau

ffmpeg12vdpau ffmpeg    working   FFmpeg MPEG-1/2 (VDPAU)  [mpegvideo_vdpau]
ffwmv3vdpau ffmpeg    problems  FFmpeg WMV3/WMV9 (VDPAU)  [wmv3_vdpau]
ffvc1vdpau  ffmpeg    problems  FFmpeg WVC1 (VDPAU)  [vc1_vdpau]
ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau](In reply to comment #0)
> Hello,
> 
> the media-video/ffmpeg-0.4.9_p20090201 ebuild haven't got VDPAU use.
> 
> So vdpau's lib are installed even if you doesn't have a NVIDIA  graphic card
> 

(In reply to comment #0)
> Hello,
> 
> the media-video/ffmpeg-0.4.9_p20090201 ebuild haven't got VDPAU use.
> 
> So vdpau's lib are installed even if you doesn't have a NVIDIA  graphic card
> 

Comment 3 Alexis Ballier gentoo-dev 2009-02-03 20:57:09 UTC
(In reply to comment #2)
> I emerged media-video/ffmpeg-0.4.9_p20090201 and I get VDPAU (I have a nvidia
> card)
> 
> $ mplayer -vc help | grep -i vdpau
> 
> ffmpeg12vdpau ffmpeg    working   FFmpeg MPEG-1/2 (VDPAU)  [mpegvideo_vdpau]
> ffwmv3vdpau ffmpeg    problems  FFmpeg WMV3/WMV9 (VDPAU)  [wmv3_vdpau]
> ffvc1vdpau  ffmpeg    problems  FFmpeg WVC1 (VDPAU)  [vc1_vdpau]
> ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau](In reply to
> comment #0)

then its mplayer... because even on a box with an nvidia card it doesn't enable vdpau here; note that mplayer does not use the ffmpeg package but has its own one
Comment 4 Alexis Ballier gentoo-dev 2009-02-03 21:07:14 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > I emerged media-video/ffmpeg-0.4.9_p20090201 and I get VDPAU (I have a nvidia
> > card)
> > 
> > $ mplayer -vc help | grep -i vdpau
> > 
> > ffmpeg12vdpau ffmpeg    working   FFmpeg MPEG-1/2 (VDPAU)  [mpegvideo_vdpau]
> > ffwmv3vdpau ffmpeg    problems  FFmpeg WMV3/WMV9 (VDPAU)  [wmv3_vdpau]
> > ffvc1vdpau  ffmpeg    problems  FFmpeg WVC1 (VDPAU)  [vc1_vdpau]
> > ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau](In reply to
> > comment #0)
> 
> then its mplayer... because even on a box with an nvidia card it doesn't enable
> vdpau here; note that mplayer does not use the ffmpeg package but has its own
> one


hmm where did you install mplayer from; I don't have vdpau here...
Comment 5 BOUERAT Guillaume 2009-02-03 21:23:21 UTC
(In reply to comment #4)
> 
> hmm where did you install mplayer from; I don't have vdpau here...
> 

It is form berkano overlay, mplayer in portage doesn"t have vdpau features
and it use ffmpeg codec for vdpau
Comment 6 Alexis Ballier gentoo-dev 2009-02-03 21:37:54 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > 
> > hmm where did you install mplayer from; I don't have vdpau here...
> > 
> 
> It is form berkano overlay, mplayer in portage doesn"t have vdpau features
> and it use ffmpeg codec for vdpau

check ldd output; mplayer doesn't link to ffmpeg and none of them link to vdpau

also check the configure output of ffmpeg, it says it is disabled here...