openbsd-ports/x11/vlc/patches/patch-include_vlc_config_h
2005-12-22 03:45:36 +00:00

15 lines
493 B
Plaintext

$OpenBSD: patch-include_vlc_config_h,v 1.5 2005/12/22 03:45:36 jolan Exp $
--- include/vlc_config.h.orig Sun Dec 11 15:36:28 2005
+++ include/vlc_config.h Fri Dec 16 11:44:19 2005
@@ -92,8 +92,8 @@
/* DVD and VCD devices */
#if !defined( WIN32 ) && !defined( UNDER_CE )
-# define VCD_DEVICE "/dev/cdrom"
-# define CDAUDIO_DEVICE "/dev/cdrom"
+# define VCD_DEVICE "/dev/rcd0c"
+# define CDAUDIO_DEVICE "/dev/rcd0c"
#else
# define VCD_DEVICE "D:"
# define CDAUDIO_DEVICE "D:"