changeset 9611:4847392922be

dvbin_param_on moved
author arpi
date Sun, 16 Mar 2003 22:59:16 +0000
parents 76c6d8f1ebf5
children a9273ae50f59
files libmpdemux/dvbin.h libmpdemux/stream.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/dvbin.h	Sun Mar 16 20:13:28 2003 +0000
+++ b/libmpdemux/dvbin.h	Sun Mar 16 22:59:16 2003 +0000
@@ -2,8 +2,6 @@
 #ifndef DVBIN_H
 #define DVBIN_H
 
-extern int dvbin_param_on;
-
 #ifdef HAVE_DVB_HEAD
 	#include <linux/dvb/dmx.h>
 	#include <linux/dvb/frontend.h>
--- a/libmpdemux/stream.h	Sun Mar 16 20:13:28 2003 +0000
+++ b/libmpdemux/stream.h	Sun Mar 16 22:59:16 2003 +0000
@@ -199,6 +199,8 @@
 int dvd_parse_chapter_range(struct config*, const char*);
 //#endif
 
+extern int dvbin_param_on;
+
 extern char * audio_stream;
 
 #ifdef USE_DVDNAV