diff cfg-common.h @ 31430:a2c6762a9adc

Move noconfig_opts extern variable declaration to mpcommon.h.
author diego
date Sun, 20 Jun 2010 18:19:47 +0000
parents b542cd25f03d
children c0d4771c11c7
line wrap: on
line diff
--- a/cfg-common.h	Sun Jun 20 17:58:37 2010 +0000
+++ b/cfg-common.h	Sun Jun 20 18:19:47 2010 +0000
@@ -44,6 +44,7 @@
 #include "stream/tcp.h"
 #include "stream/udp.h"
 #include "codec-cfg.h"
+#include "mpcommon.h"
 
 #ifdef CONFIG_CDDA
 #include "stream/cdd.h"
@@ -301,8 +302,6 @@
 
 };
 
-extern const m_option_t noconfig_opts[];
-
 extern const m_option_t lavc_decode_opts_conf[];
 extern const m_option_t xvid_dec_opts[];