openbsd-ports/x11/vlc/patches/patch-include_vlc_config_h
2004-12-16 07:40:20 +00:00

13 lines
429 B
Plaintext

$OpenBSD: patch-include_vlc_config_h,v 1.3 2004/12/16 07:40:20 jolan Exp $
--- include/vlc_config.h.orig Sat Nov 6 10:36:34 2004
+++ include/vlc_config.h Wed Dec 15 22:42:47 2004
@@ -119,7 +119,7 @@
/* DVD and VCD devices */
#if !defined( WIN32 ) && !defined( UNDER_CE )
-# define DVD_DEVICE "/dev/dvd"
+# define DVD_DEVICE "/dev/rcd0c"
# define VCD_DEVICE "/dev/cdrom"
# define CDAUDIO_DEVICE "/dev/cdrom"
#else