]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
Removed cgame.c, cgamevm.c, ui.c, cg_math.h, cgame_api.h, cgamevm.h, and ui.h from...
[xonotic/darkplaces.git] / snd_ogg.c
index 4919a57276a5e467daaa085e5b22ceb94c34ea99..e1f8d93dea603d52ce8a15cb3aec7c4945e9278d 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -297,8 +297,9 @@ qboolean OGG_OpenLibrary (void)
        const char* dllnames_vo [] =
        {
 #if defined(WIN64)
-               "vorbis64.dll",
+               "libvorbis64.dll",
 #elif defined(WIN32)
+               "libvorbis.dll",
                "vorbis.dll",
 #elif defined(MACOSX)
                "libvorbis.dylib",
@@ -311,8 +312,9 @@ qboolean OGG_OpenLibrary (void)
        const char* dllnames_vf [] =
        {
 #if defined(WIN64)
-               "vorbisfile64.dll",
+               "libvorbisfile64.dll",
 #elif defined(WIN32)
+               "libvorbisfile.dll",
                "vorbisfile.dll",
 #elif defined(MACOSX)
                "libvorbisfile.dylib",