# HG changeset patch # User diego # Date 1276762497 0 # Node ID 64706b3742c111cdca02ca8f820e85d5c48481d8 # Parent 169013ed9718e41b86df676682d8b8e48ec734f2 Add vd.h #include instead of declaring movie_aspect extern. diff -r 169013ed9718 -r 64706b3742c1 libvo/vo_dxr2.c --- 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;