Mercurial > mplayer.hg
view debian/menu @ 28585:7d42a45c225d
Fix compilation without VDPAU
The commit adding vo_vdpau had two bugs that broke compilation when
VDPAU was not enabled.
- video_out.c used "#ifdef CONFIG_VDPAU", but it's always set to 0 or 1
- In configure, MPEG1_VDPAU_DECODER was dropped from the list of
libavcodec codecs to disable when moving VDPAU-related ones from the
always-disabled list to a conditinal one.
author | uau |
---|---|
date | Tue, 17 Feb 2009 00:09:15 +0000 |
parents | c9e946b14b44 |
children |
line wrap: on
line source
?package(mplayer):\ needs="X11"\ section="Apps/Viewers"\ title="MPlayer"\ command="/usr/bin/gmplayer"\ icon="/usr/share/pixmaps/mplayer.xpm"