Commit 17f227bf authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Default DVD to NULL for autodetection (hmm...)

parent 8f32f1ea
......@@ -91,7 +91,7 @@
# define DVD_DEVICE "/dev/dvd"
#else
# define CD_DEVICE "D:"
# define DVD_DEVICE CD_DEVICE
# define DVD_DEVICE NULL
#endif
#define VCD_DEVICE CD_DEVICE
#define CDAUDIO_DEVICE CD_DEVICE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment