X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_ogg.c;h=a5dba1da6d97fe90178b10ca8d99c20cc86b8045;hb=f323dea048edb069ab92345f5052cb18cc0c3217;hp=693ed0a2f3cb43c31bc0c4436eb3ae64c4890835;hpb=775c4993063d7673903a2dfaebeacd1a9c71cbf7;p=xonotic%2Fdarkplaces.git diff --git a/snd_ogg.c b/snd_ogg.c index 693ed0a2..a5dba1da 100644 --- a/snd_ogg.c +++ b/snd_ogg.c @@ -312,9 +312,7 @@ qboolean OGG_OpenLibrary (void) { const char* dllnames_vo [] = { -#if defined(WIN64) - "libvorbis64.dll", -#elif defined(WIN32) +#if defined(WIN32) "libvorbis.dll", "vorbis.dll", #elif defined(MACOSX) @@ -327,9 +325,7 @@ qboolean OGG_OpenLibrary (void) }; const char* dllnames_vf [] = { -#if defined(WIN64) - "libvorbisfile64.dll", -#elif defined(WIN32) +#if defined(WIN32) "libvorbisfile.dll", "vorbisfile.dll", #elif defined(MACOSX)