changeset 25231:ee5eccc1206d

Move fakemono extern to cfg-common.h where it is actually used.
author reimar
date Sun, 02 Dec 2007 16:10:56 +0000
parents 66f140bbe1bc
children 893db6cc97b2
files cfg-common.h cfg-mencoder.h cfg-mplayer.h
diffstat 3 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Dec 02 16:08:07 2007 +0000
+++ b/cfg-common.h	Sun Dec 02 16:10:56 2007 +0000
@@ -356,6 +356,7 @@
 
 /* from dec_audio, currently used for ac3surround decoder only */
 extern int audio_output_channels;
+extern int fakemono;
 
 /* defined in network.c */
 extern char *network_username;
--- a/cfg-mencoder.h	Sun Dec 02 16:08:07 2007 +0000
+++ b/cfg-mencoder.h	Sun Dec 02 16:10:56 2007 +0000
@@ -5,8 +5,6 @@
 
 #include "cfg-common.h"
 
-extern int fakemono; // defined in dec_audio.c
-
 extern int sws_flags;
 extern int readPPOpt(void *, char *arg);
 extern void revertPPOpt(void *conf, char* opt);
--- a/cfg-mplayer.h	Sun Dec 02 16:08:07 2007 +0000
+++ b/cfg-mplayer.h	Sun Dec 02 16:10:56 2007 +0000
@@ -10,7 +10,6 @@
 extern char *fb_mode_cfgfile;
 extern char *fb_mode_name;
 extern char *dfb_params;
-extern int fakemono; // defined in dec_audio.c
 
 extern char *lirc_configfile;