Browse Source

* fixed windows version of vorbis headers
* small change in madopenal sample

git-svn-id: trunk@4671 -

ivost 19 years ago
parent
commit
eaf9a853c6

+ 2 - 2
packages/extra/oggvorbis/vorbis.pas

@@ -27,9 +27,9 @@ uses
 {$IFDEF DYNLINK}
 const
 {$IF Defined(WINDOWS)}
-  vorbislib     = 'vorbislib.dll';
+  vorbislib     = 'vorbis.dll';
   vorbisfilelib = 'vorbisfile.dll';
-  vorbisenclib  = 'vorbisenclib.dll';
+  vorbisenclib  = 'vorbisenc.dll';
 {$ELSEIF Defined(UNIX)}
   vorbislib     = 'libvorbis.so';
   vorbisfilelib = 'libvorbisfile.so';

+ 1 - 1
packages/extra/openal/examples/madopenal.pas

@@ -262,7 +262,7 @@ begin
   Write('File: '); ReadLn(Filename);}
 
   codec := 2;
-  Filename := '/test.ogg';
+  Filename := 'test.ogg';
 
 
 // load file