Mercurial > sdl-ios-xcode
view src/cdrom/linux/Makefile.am @ 1051:091350827e08
SDL_CDOpen() fails on Linux if data track on disc is mounted in the
filesystem. Removing O_EXCL from open() call fixes this.
Problem and solution noted by "Fosters":
http://www.libsdl.org/pipermail/sdl/2005-March/068028.html
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 17 Apr 2005 10:36:03 +0000 |
parents | 2839f45bdba0 |
children |
line wrap: on
line source
## Makefile.am for the Linux cdrom driver for SDL noinst_LTLIBRARIES = libcdrom_linux.la libcdrom_linux_la_SOURCES = $(SRCS) # The SDL cdrom driver sources SRCS = SDL_syscdrom.c