Mercurial > mplayer.hg
comparison stream/stream_live555.c @ 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 | d9b61fc3c5b7 |
children | 0f1b5b68af32 |
comparison
equal
deleted
inserted
replaced
28584:239a2ceda4ff | 28585:7d42a45c225d |
---|