Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-10-20Add a props file for 3rd party libraries.XhmikosR
This way, we'll be able to use separate settings more easily.
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-05-10project files: disable /analyze for x64 platform for 3rd party libraries.XhmikosR
2013-04-29Update zlib to v1.2.8.XhmikosR
2013-01-08Add VS2012 support.XhmikosR
* We use the same project files as VS2010 which makes things easier to maintain. * We don't use any MFC hack to reduce the binaries' size. We use the _AFX_NO_MFC_CONTROLS_IN_DIALOGS define for the standalone filters which has the same effect and it's cleaner. MPC-HC itself is a little bigger uncompressed, but its compressed size is the same.
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-07-01remove UseOfMFC from non-MFC projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5333 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-04disable /analyze for the 3rd party projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5007 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4710 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4690 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-08remove _SCL_SECURE_NO_WARNINGSXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4639 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-03update zlib to v1.2.7XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4572 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10move the TargetMachine option to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-01-30update zlib to v1.2.6XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4013 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11completely disable all warnings for 3rd party libsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3639 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-02* compilation fixes with precompiled headers (still not using them except ↵XhmikosR
for the mplayerc project) * completely disable it for those projects that don't support it git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3555 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
* correctly set /arch:SSE for Win32 builds only * move lgLcd.lib to mplayerc.vcxproj * remove any midl references from the projects * disable all warnings for more 3rd party libs for both Debug and Release builds like libpng git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3495 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-23remove any resource compiler references from projects that don't have any ↵XhmikosR
resource files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3461 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-06cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3330 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ↵XhmikosR
is willing to maintain them git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3256 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3255 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-17partially revert r3029, project files cleanup, compile MediaInfoLib and ↵XhmikosR
ZenLib with /O2 like the rest of the projects for MSVC2008 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3037 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2978 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-01-14merge debug/release props files to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2851 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2766 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2557 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-31removed "Template" configuration from vs2010 projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2411 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-26Initial commit of MSVS 2010 project files.XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2156 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-06-11changed precompiled header dir to "$(IntDir)\$(ProjectName).pch"XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2027 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-29sorted projects alphabetically in mpc-hc.sln plus some project files cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1984 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-28moved libpng, pngdib, zlib into the src/thirdparty folderXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1972 10f7b99b-c216-0410-bff0-8a66a9350fd8