annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17189
ee03a2c72db8 Reformat for better readability.
diego
parents: 13668
diff changeset
1 ?package(mplayer):\
ee03a2c72db8 Reformat for better readability.
diego
parents: 13668
diff changeset
2 needs="X11"\
ee03a2c72db8 Reformat for better readability.
diego
parents: 13668
diff changeset
3 section="Apps/Viewers"\
17345
16ebf01c5179 Quote some values to silence debconf warnings.
diego
parents: 17189
diff changeset
4 title="MPlayer"\
16ebf01c5179 Quote some values to silence debconf warnings.
diego
parents: 17189
diff changeset
5 command="/usr/bin/gmplayer"\
18038
c9e946b14b44 Add 32x32 XPM icon as mandated by Debian policy.
diego
parents: 17345
diff changeset
6 icon="/usr/share/pixmaps/mplayer.xpm"