openbsd-ports/x11/vlc/patches/patch-include_vlc_config_h

15 lines
493 B
Plaintext
Raw Normal View History

2005-12-21 22:45:36 -05:00
$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 )
2005-12-21 22:45:36 -05:00
-# define VCD_DEVICE "/dev/cdrom"
-# define CDAUDIO_DEVICE "/dev/cdrom"
+# define VCD_DEVICE "/dev/rcd0c"
+# define CDAUDIO_DEVICE "/dev/rcd0c"
#else
2005-12-21 22:45:36 -05:00
# define VCD_DEVICE "D:"
# define CDAUDIO_DEVICE "D:"