Move stream_dump_type extern declaration to mplayer.h, where it belongs.
author |
diego |
date |
Thu, 09 Sep 2010 17:10:18 +0000 |
parents |
5c708ee9b4ab |
children |
d03d69f64929 |
files |
gui/interface.c mplayer.h |
diffstat |
2 files changed, 1 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/gui/interface.c Thu Sep 09 17:01:43 2010 +0000
+++ b/gui/interface.c Thu Sep 09 17:10:18 2010 +0000
@@ -355,8 +355,6 @@
wsXDone();
}
-extern int stream_dump_type;
-
void guiLoadFont( void )
{
#ifdef CONFIG_FREETYPE
--- a/mplayer.h Thu Sep 09 17:01:43 2010 +0000
+++ b/mplayer.h Thu Sep 09 17:10:18 2010 +0000
@@ -49,6 +49,7 @@
/* for the GUI */
extern int auto_quality;
+extern int stream_dump_type;
extern int audio_id;
extern int video_id;