1
0
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:
diego 2005-12-10 21:00:48 +00:00
parent 0f7d0cc984
commit 6422fce5e2

View File

@ -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