aboutsummaryrefslogtreecommitdiff
path: root/lib/liblame
AgeCommit message (Collapse)Author
2013-01-27removed internal liblame as all ports using external libs.wsoltys
2012-12-08[WIN32] fixed: lame_enc.dll couldn't be loaded due to missing symbols. added ↵WiSo
some exports and removed id3tag_set_textinfo_utf16 because its not available in our internal liblame. I ifdefed it for windows but since it seems not to be used in XBMC it could be removed entirely.
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except ↵montellese
gtest and XBMC
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest ↵WiSo
libs and builds a xbmc-test.exe console application.
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj
2011-05-07[WIN32] enable sse for all projects in release targetWiSo
2011-01-04Fix CRLFCory Fields
2010-08-15[WIN32] fixed vs2010 libmp3lame_dll build. Can't specify ExecuteAfter of ↵CrystalPT
CustomBuildStep or the CustomBuildTool doesn't run on configMS.h git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32788 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-14[WIN32] fixed vs2010 projects to copy dlls to their final location after ↵CrystalPT
every build, not only the initial build git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32781 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-03[WIN32] moved "tools\win32buildtools" path to the global property setCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30795 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-03[WIN32] Sync VS2010 project with VS2008.blinkseb
fixed: libmp3lame wasn't building on my side: added "tools\win32buildtools" to ExecutablePath. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30780 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[WIN32] Same treatment to vs2010 projects than r30260blinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30283 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-17[WIN32] Clean building. Now, all libs output in the "libs" folder, and ↵blinkseb
objects files in the "objs" folder. This make the building tree a little more cleaner. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30260 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-17[VS2010] added project for liblame. Rough, but builds and works.CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30238 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12[WIN32] grr, don't exclude this custom step in release mode (thanks Jezz_X)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30052 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11[WIN32] fixed: config.h wasn't copied from configMS.h in release mode ↵wiso
(thanks kraqh3d for pointing that out) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30017 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-07[WIN32] build lame_enc.dll within the XBMC main project. Note: add ↵wiso
trunk/xbmc/tools/win32buildtools to your vs executable directory (who will update the wiki? ;) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29900 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-07copy lame-3.98.4 to trunkwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29897 568bbfeb-2a22-0410-94d2-cc84cf5bfa90