diff cfg-mplayer.h @ 30593:8fccdda74db0

Add header for functions exported from vo_zr.c and use it appropriately.
author diego
date Thu, 18 Feb 2010 10:19:42 +0000
parents 66e27086f326
children 32725ca88fed
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Feb 18 09:41:52 2010 +0000
+++ b/cfg-mplayer.h	Thu Feb 18 10:19:42 2010 +0000
@@ -24,6 +24,7 @@
  */
 
 #include "cfg-common.h"
+#include "libvo/vo_zr.h"
 
 extern int key_fifo_size;
 extern unsigned doubleclick_time;
@@ -58,9 +59,6 @@
 
 extern char *unrar_executable;
 
-int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param);
-void vo_zr_revertoption(const m_option_t* opt,char* pram);
-
 extern m_option_t dxr2_opts[];
 
 extern char * skinName;