]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed vorbis.dll and friends to use lib prefix (libvorbis.dll)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Feb 2006 20:59:15 +0000 (20:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Feb 2006 20:59:15 +0000 (20:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5978 d7cf8633-e32d-0410-b094-e92efae38249

snd_ogg.c

index 4919a57276a5e467daaa085e5b22ceb94c34ea99..0f23a222c94a320acc6255f0c010f9ac13bc4e56 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -297,9 +297,9 @@ qboolean OGG_OpenLibrary (void)
        const char* dllnames_vo [] =
        {
 #if defined(WIN64)
        const char* dllnames_vo [] =
        {
 #if defined(WIN64)
-               "vorbis64.dll",
+               "libvorbis64.dll",
 #elif defined(WIN32)
 #elif defined(WIN32)
-               "vorbis.dll",
+               "libvorbis.dll",
 #elif defined(MACOSX)
                "libvorbis.dylib",
 #else
 #elif defined(MACOSX)
                "libvorbis.dylib",
 #else
@@ -311,9 +311,9 @@ qboolean OGG_OpenLibrary (void)
        const char* dllnames_vf [] =
        {
 #if defined(WIN64)
        const char* dllnames_vf [] =
        {
 #if defined(WIN64)
-               "vorbisfile64.dll",
+               "libvorbisfile64.dll",
 #elif defined(WIN32)
 #elif defined(WIN32)
-               "vorbisfile.dll",
+               "libvorbisfile.dll",
 #elif defined(MACOSX)
                "libvorbisfile.dylib",
 #else
 #elif defined(MACOSX)
                "libvorbisfile.dylib",
 #else