summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrzegorz Blach <magik@roorback.net>2013-07-16 22:15:30 +0200
committerwm4 <wm4@nowhere>2013-07-16 23:24:24 +0200
commitd0020db5f33971762a95d4c2ff3a6f69dac0868c (patch)
tree80c86f2e56bd9e8b088002911462326a3946a5e0
parent18b6c01d921c1dea0986bba4bcd867da5605a3d8 (diff)
downloadmpv-d0020db5f33971762a95d4c2ff3a6f69dac0868c.tar.bz2
mpv-d0020db5f33971762a95d4c2ff3a6f69dac0868c.tar.xz
Use /dev/cd0 as default cdrom device on FreeBSD
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 825a6ae0c3..21e7d92e12 100755
--- a/configure
+++ b/configure
@@ -2360,7 +2360,7 @@ elif darwin ; then
elif dragonfly ; then
default_cdrom_device="/dev/cd0"
elif freebsd ; then
- default_cdrom_device="/dev/acd0"
+ default_cdrom_device="/dev/cd0"
elif openbsd ; then
default_cdrom_device="/dev/rcd0c"
else