aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-win.inc (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-14Only try to include libswresample if it is installed and we have pascal ↵brian-ch1-0/+8
headers for that specific version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3194 b956fd51-792f-4845-bead-9b4dfca2ff2c
2015-10-11* fix running with SDL-image 1.2.15 for windowsbasisbit1-4/+4
* update windows-build to ffmpeg 2.8.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3142 b956fd51-792f-4845-bead-9b4dfca2ff2c
2015-08-15*raised LogFileLevel for development/debugging purposes to 50basisbit1-23/+34
*fixed compiling for windows *updated windows-build to most recent ffmpeg v2.7 version and fixed IPath for UVideo.TVideoPlayback_FFmpeg.Open according to v2.7 ffmpeg documentation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3121 b956fd51-792f-4845-bead-9b4dfca2ff2c
2015-08-15*added missing LUA constants and FFMPEG_Path for Windows buildsbasisbit1-0/+11
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3119 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-07-29another try to fix Delphi compilation. Ugly andless elegant, but hopefully ↵k-m_schindler1-38/+15
closer to working. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2923 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-07-15fix ffmpeg paths in configure for Delphi.k-m_schindler1-1/+19
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2922 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-07-14config.inc fixes. maybe fixes delphi path problem.k-m_schindler1-15/+21
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2921 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-06-13- updated windows configuration file to fit changescanni01-5/+5
through an update of ffmpeg to fix the black preview bug after seeking mpeg files introduced with the new video preview feature git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2513 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-06-10update of ffmpeg lib versions in config-winbrunzelchen1-5/+5
libavcodec 52.66.0 libavformat 52.61.0 libavutil 50.14.0 libswscale 0.10.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2476 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-01-12updated ffmpeg lib versions used by windows build to ffmpeg builds from 04 ↵whiteshark01-15/+14
Jan 2010 activated use of swscale on windows versions are now: libavcodec 52.45.0 libavformat 52.46.0 libavutil 50.7.0 libswscale 0.7.2 You may use the precompiled builds from Jan 04th from the following url: http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/shared/ git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2072 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1302 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-08-27- spelling corrected FFMpeg -> FFmpegtobigun1-2/+2
- the WIN32 define is not used anymore with MacOSX -> comment in switches.inc removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1298 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-07-15Changed the projectM version to the dll version provided at the wiki ↵mogguh1-2/+2
(compile:windows) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1196 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-07-02Audio/Video engine update:tobigun1-1/+8
- lyrics<->audio synchronisation (TSyncSource) - better resampling (optional support for libsamplerate) - cleaner termination of audio/video streams/devices - improved decoders and decoder infrastructure - many other improvements/cleanups Currently just for testing (not enabled by default): - Background music - Voice-Passthrough (hear what you sing) - Video VSync git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1157 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-4/+0
- moved DEBUG define from config-*.inc back to switches.inc - APPTYPE is needed by FPC (for Windows) too. Fixed some crashes with Writeln in FPC (Win) if no console is available. - Moved thread-safe ULog.SafeWriteln() to UCommon.ConsoleWriteln(), this is used by DebugWriteln() now, so this is thread-safe too - Added log-levels (sorted by severity): DEBUG, INFO, STATUS, WARN, ERROR, CRITICAL. Default log-level is LOG_LEVEL_ERROR, so warnings and less important logs are not printed by default. You can change this by LOG_LEVEL_DEFAULT or Log.SetLogLevel(Level). Please use Log.LogError/Warn/Status/Info/Debug/... instead of DebugWriteln() to avoid spamming the console. See ULog.pas for further info. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1036 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-04-22some adjustments to the new switches.inc layouttobigun1-19/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1035 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-04-15Removed Libraries Dir because of problems with some dllsf1fth_freed0m1-7/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1022 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-04-12started to implement the new folder structure (like suggested in the wiki)f1fth_freed0m1-7/+7
-merged Skins and Themes in Themes -moved some libs to Libraries git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1021 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-02-05- config-win.pas: swscale must be undefined by defaulttobigun1-1/+1
- swscale.pas: corrected "config" to "UConfig" git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@817 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-02-05Introduction of config-file mechanism.tobigun1-0/+70
For now just the windows version. Linux and MacOSX later. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@813 b956fd51-792f-4845-bead-9b4dfca2ff2c