Mercurial > mplayer.hg
changeset 31374:64706b3742c1
Add vd.h #include instead of declaring movie_aspect extern.
author | diego |
---|---|
date | Thu, 17 Jun 2010 08:14:57 +0000 |
parents | 169013ed9718 |
children | 0f1be4f9f7ff |
files | libvo/vo_dxr2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dxr2.c Thu Jun 17 08:07:37 2010 +0000 +++ b/libvo/vo_dxr2.c Thu Jun 17 08:14:57 2010 +0000 @@ -36,6 +36,7 @@ #include "m_option.h" #include "sub.h" #include "path.h" +#include "libmpcodecs/vd.h" #include "libmpdemux/mpeg_packetizer.h" #include "x11_common.h" @@ -43,7 +44,6 @@ extern float monitor_aspect; -extern float movie_aspect; int dxr2_fd = -1;