diff cfg-common-opts.h @ 30653:3d23e24c5c60

Declare externally used variables from vd.c as extern in vd.h. This saves declaring them as extern all over the place.
author diego
date Mon, 22 Feb 2010 09:51:44 +0000
parents c1a3f1bbba26
children 977fd535cc9d
line wrap: on
line diff
--- a/cfg-common-opts.h	Sun Feb 21 23:36:36 2010 +0000
+++ b/cfg-common-opts.h	Mon Feb 22 09:51:44 2010 +0000
@@ -20,7 +20,7 @@
 #define MPLAYER_CFG_COMMON_OPTS_H
 
 #include "config.h"
-
+#include "libmpcodecs/vd.h"
 #include "osdep/priority.h"
 
 // ------------------------- common options --------------------