It looks like you use Visual Studio 2008 to compile Obs. I use 2010 and 2012 which is causing a problem with libmp3lame. Using nmake to compile libmp3lame works all right for the x86 version but trying to compile a x64 version throws libmp3lame/bitstream.obj : fatal error LNK111. Any idea how to fix this? I cleaned before compiling the x64 version but it still throws the same error.
This is required because compiling Obs with 2010 or 2012 says the precompiled libs (libmp3lame) were compiled with an out of date compiler and need to be rebuilt.
Also, it is not a big deal but it would be nice if you cleaned up the Win32 configuration so the built files went into say x86/Release x86/Debug just like the x64 versions instead of just having Release and Debug folders littering up the root folders.
This is required because compiling Obs with 2010 or 2012 says the precompiled libs (libmp3lame) were compiled with an out of date compiler and need to be rebuilt.
Also, it is not a big deal but it would be nice if you cleaned up the Win32 configuration so the built files went into say x86/Release x86/Debug just like the x64 versions instead of just having Release and Debug folders littering up the root folders.