Lame
drasnor
Starship OperatorHawthorne, CA Icrontian
Is there a known problem with the DirectShow filter source and ACM codec source included with the 3.93.1 release of LAME? I can _NOT_ get them to compile. It keeps giving me linker errors, not the usual "can't find this or that".
I got libmp3lame.lib to compile, and mpglib.lib to compile, so at least PART of the release works.
I'm using Microsoft Visual Studio .NET, and I have the latest full Platform SDK installed as well as the DirectX 9 SDK. I'm using nasm 0.98.38 for my assembler, and the default compiler for MSVC.
-drasnor
I got libmp3lame.lib to compile, and mpglib.lib to compile, so at least PART of the release works.
I'm using Microsoft Visual Studio .NET, and I have the latest full Platform SDK installed as well as the DirectX 9 SDK. I'm using nasm 0.98.38 for my assembler, and the default compiler for MSVC.
-drasnor
0
Comments
Care to post the error messages and the code that causes the errors?
So yeah, I think the build files for ACM and DShow are screwy, which would make sense since the latest binary build I could find was from LAME 3.88. I don't have any explanation for why the LAME .dll won't compile though.
And will someone disable smilies for everything inside a code block?
-drasnor
apply_preset is implemented in presets.c, which is a member of lameACM.
Just at a glance, it looks like it handles encoder quality in the ACM configuration panel.
-drasnor
-drasnor
-drasnor
Check that file for "apply_preset" (not "_apply_preset") and paste the times it is referenced. I'm thinking perhaps you might need to EXTERN it.