diff cfg-mencoder.h @ 31438:3afcf20a13e4

Move faac/lame/toolame/twolame option array declarations to appropriate headers.
author diego
date Mon, 21 Jun 2010 09:51:26 +0000
parents 1d38e2c9c005
children 435530ed1a33
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Jun 21 09:42:28 2010 +0000
+++ b/cfg-mencoder.h	Mon Jun 21 09:51:26 2010 +0000
@@ -23,18 +23,18 @@
  * config for cfgparser
  */
 
+#include "libmpcodecs/ae_faac.h"
+#include "libmpcodecs/ae_lame.h"
+#include "libmpcodecs/ae_toolame.h"
+#include "libmpcodecs/ae_twolame.h"
 #include "libmpcodecs/ve_x264.h"
 #include "libmpdemux/muxer_avi.h"
 #include "cfg-common.h"
 
-extern const m_option_t faacopts_conf[];
-extern const m_option_t lameopts_conf[];
 extern const m_option_t lavcopts_conf[];
 extern const m_option_t lavfopts_conf[];
 extern const m_option_t mpegopts_conf[];
 extern const m_option_t nuvopts_conf[];
-extern const m_option_t toolameopts_conf[];
-extern const m_option_t twolameopts_conf[];
 extern const m_option_t vfwopts_conf[];
 extern const m_option_t xvidencopts_conf[];