# HG changeset patch # User diego # Date 1277110689 0 # Node ID d3db0dcba99f152093431fdd494fcf681f5cf2d9 # Parent 045110c125c6c8ecad42b3988392c86b1c9bad6a 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. diff -r 045110c125c6 -r d3db0dcba99f stream/stream.h --- 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 diff -r 045110c125c6 -r d3db0dcba99f stream/stream_dvd_common.h --- 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 #include -extern char *dvd_device; extern const char * const dvd_audio_stream_channels[6]; extern const char * const dvd_audio_stream_types[8];