[MPlayer-cvslog] CVS: main configure,1.1063,1.1064
Bohdan 'Nexus' Horst CVS
syncmail at mplayerhq.hu
Sat Sep 17 21:51:44 CEST 2005
CVS change done by Bohdan 'Nexus' Horst CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv19261
Modified Files:
configure
Log Message:
add FreeBSD default cd/dvd devices
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1063
retrieving revision 1.1064
diff -u -r1.1063 -r1.1064
--- configure 16 Sep 2005 12:12:48 -0000 1.1063
+++ configure 17 Sep 2005 19:51:41 -0000 1.1064
@@ -7548,6 +7548,9 @@
#elif defined(__OpenBSD__)
#define DEFAULT_CDROM_DEVICE "/dev/rcd0a"
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
+#elif defined(__FreeBSD__)
+#define DEFAULT_CDROM_DEVICE "/dev/acd0"
+#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
#else
#define DEFAULT_CDROM_DEVICE "/dev/cdrom"
#define DEFAULT_DVD_DEVICE "/dev/dvd"
More information about the MPlayer-cvslog
mailing list