Share dvd_device extern declaration between dvd and dvdnav.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-11-10 23:10:57 +00:00
parent 6e8f1e844f
commit 8f164e07a0
3 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@
#include "libmpdemux/demuxer.h"
#include "libavutil/intreadwrite.h"
extern char* dvd_device;
static char* dvd_device_current;
int dvd_angle=1;
int dvd_speed=0; /* 0 => don't touch speed */

View File

@ -5,6 +5,7 @@
#include <inttypes.h>
#include <dvdread/ifo_types.h>
extern char *dvd_device;
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* MPLAYER_STREAM_DVD_COMMON_H */

View File

@ -47,7 +47,6 @@ typedef struct {
unsigned int state;
} dvdnav_priv_t;
extern char *dvd_device;
extern char *audio_lang, *dvdsub_lang;
extern char *dvd_audio_stream_channels[6], *dvd_audio_stream_types[8];