diff mplayer.h @ 8933:bfe1b826cff1

add DVD and CDRom device entry's, and fix two 10l bug
author pontscho
date Sun, 12 Jan 2003 23:38:55 +0000
parents 2df4e9d9922d
children 4a42c0604ce1
line wrap: on
line diff
--- a/mplayer.h	Sun Jan 12 22:40:51 2003 +0000
+++ b/mplayer.h	Sun Jan 12 23:38:55 2003 +0000
@@ -9,6 +9,9 @@
 extern char* current_module;
 extern int vcd_track;
 
+extern char * dvd_device;
+extern char * cdrom_device;
+
 extern char ** audio_fm_list;
 extern char ** video_fm_list;
 extern char ** video_driver_list;