openbsd-ports/x11/vlc/patches/patch-include_vlc_config_h
jolan 1479134daf update to 0.8.2
main diff from jsg@ with some tweaks from me
2005-07-31 19:07:10 +00:00

13 lines
427 B
Plaintext

$OpenBSD: patch-include_vlc_config_h,v 1.4 2005/07/31 19:07:11 jolan Exp $
--- include/vlc_config.h.orig Sat Jun 25 23:43:15 2005
+++ include/vlc_config.h Sun Jul 10 11:29:35 2005
@@ -92,7 +92,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