mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
Do not exit() if /dev/3dfx is not available, approved by Ivan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17161 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0f7d0cc984
commit
6422fce5e2
@ -331,7 +331,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
|
||||
if ( (fd = open("/dev/3dfx",O_RDWR) ) == -1)
|
||||
{
|
||||
printf("Couldn't open /dev/3dfx\n");
|
||||
exit(1);
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Store sizes for later
|
||||
|
Loading…
Reference in New Issue
Block a user