Mercurial > mplayer.hg
changeset 29743:faecce6b4b99
Fix aspect test program linking.
author | diego |
---|---|
date | Mon, 19 Oct 2009 10:09:58 +0000 |
parents | 3bd28ab606db |
children | 31765aadf02c |
files | libvo/aspecttest.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/aspecttest.c Mon Oct 19 09:56:18 2009 +0000 +++ b/libvo/aspecttest.c Mon Oct 19 10:09:58 2009 +0000 @@ -18,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include <stdint.h> #include <stdio.h> #include <stdlib.h> @@ -27,8 +28,11 @@ #define DEF_ZOOM 1 extern float monitor_aspect; +int vo_dheight; +int vo_dwidth; int vo_fs; float vo_panscan; +int64_t WinID = -1; int main(int argc, char *argv[]) { int w,h,z=DEF_ZOOM;