[MPlayer-cvslog] r29785 - trunk/libvo/aspecttest.c
diego
subversion at mplayerhq.hu
Mon Oct 19 12:09:58 CEST 2009
Author: diego
Date: Mon Oct 19 12:09:58 2009
New Revision: 29785
Log:
Fix aspect test program linking.
Modified:
trunk/libvo/aspecttest.c
Modified: trunk/libvo/aspecttest.c
==============================================================================
--- trunk/libvo/aspecttest.c Mon Oct 19 11:56:18 2009 (r29784)
+++ trunk/libvo/aspecttest.c Mon Oct 19 12:09:58 2009 (r29785)
@@ -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;
More information about the MPlayer-cvslog
mailing list