changeset 31434:d3db0dcba99f

Move dvd_device extern declaration from stream_dvd_common.h to stream.h. All the other variables from open.c are declared in stream.h.
author diego
date Mon, 21 Jun 2010 08:58:09 +0000
parents 045110c125c6
children 8d74f644b38a
files stream/stream.h stream/stream_dvd_common.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream.h	Mon Jun 21 08:38:23 2010 +0000
+++ b/stream/stream.h	Mon Jun 21 08:58:09 2010 +0000
@@ -337,6 +337,7 @@
 
 extern char * audio_stream;
 extern char *cdrom_device;
+extern char *dvd_device;
 
 typedef struct {
  int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm
--- a/stream/stream_dvd_common.h	Mon Jun 21 08:38:23 2010 +0000
+++ b/stream/stream_dvd_common.h	Mon Jun 21 08:58:09 2010 +0000
@@ -23,7 +23,6 @@
 #include <inttypes.h>
 #include <dvdread/ifo_types.h>
 
-extern char *dvd_device;
 extern const char * const dvd_audio_stream_channels[6];
 extern const char * const dvd_audio_stream_types[8];