aboutsummaryrefslogtreecommitdiff
path: root/lib/libmodplug
AgeCommit message (Collapse)Author
2015-03-19paplayer: drop obsolete codecs from libRainer Hochecker
2015-03-18[configure.in] rename file extension to configure.acuNiversaI
renamed: configure.in -> configure.ac renamed: lib/libmodplug/configure.in -> lib/libmodplug/configure.ac renamed: lib/timidity/configure.in -> lib/timidity/configure.ac renamed: tools/depends/configure.in -> tools/depends/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/configure.in -> xbmc/visualizations/Goom/goom2k4-0/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.in -> xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.ac
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in ↵Karlson2k
each project
2013-11-10[win32] Fix libmodplug project: correct include path, add headers to projectKarlson2k
2013-11-10[win32] rest of VS projects: remove custom settings as default settings are ↵Karlson2k
same now
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-10-24[win32] Use more VC optimizations for important XBMC parts for 'Release' configKarlson2k
* Enable 'Full' code optimization * Prefer speed over small size * Allow any suitable inline function * Enable Generate Intrinsic Functions * Enable Function-Level Linking * Enable 'Whole Program Optimization' for compiler, linker and lib task * Explicitly enable linker optimization /OPT:REF and /OPT:ICF
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
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-09-29[WIN32] fixed linker error.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34304 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-26[WIN32] fixed output paths for libmodplug, python_zlib and hdhomerunblinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34192 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-25[WIN32] fixed: don't trip ASSERT in c runtime - a character is 0->255 not ↵CrystalPT
-127->127 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34174 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-25[WIN32] fixed: export libmodplug symbols. They can't be resolved at run time ↵CrystalPT
otherwise. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34173 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-13[WIN32] fixed: add property sheet to VS2010 project - equivalent to global ↵CrystalPT
settings of VS2008 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30125 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-21[WIN32] [VS2010] added vorbisfile.dll to be created within the XBMC main projectblinkseb
sync lastest changes from vs2008 projects to vs2010's git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29422 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-13added: support for visual studio 2010blinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29255 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08Karaoke player can now optionally show the next song which will be played ↵gyunaev
after the current one. The song will pop up when set in advancedsettings. Disabled by default. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-16fixed: win32 build. No idea if libmodplug does anything useful.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27870 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-14Revert r27791. doesn't work on osxspiff_
This reverts commit 9320b03bdc1fc01c9f68fb7eb9079c6abbe9857d. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27793 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-14garrspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27791 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-23fixed: finally windows build compiles and linkselupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-23added: libmodplug library for win32 (totally untested, just made it compile ↵elupus
and link) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27112 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-22Merge remote branch 'origin/gpl-compat'ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27060 568bbfeb-2a22-0410-94d2-cc84cf5bfa90