Commit Graph

51 Commits

Author SHA1 Message Date
Prcuvu 4ca2ea289f Remove old jpeg.lib. 2015-09-19 15:40:13 +08:00
Jason Felds 95d73e9df1 ...these other files were command line programs.
They are not needed here.
2015-09-13 13:30:41 -04:00
Jason Felds 66b371a6bb Corrections to the jpeg compilation fix.
* Only compile one memory manager.
* Remove the no longer used jpeg.dll file.
2015-09-13 13:27:06 -04:00
Jason Felds 68b3620bac Allow proper compiling of libjpeg for windows.
This expands on #777 to work with jconfig.h properly.

To facilitate these operations, a new macro was added for doing compile tests.

Note that this commit does NOT bring in the other files associated with this version of libjpeg.

At some point, it would be desirable to automatically get the files as part of the cmake configuration step, similar to ffmpeg.
2015-09-13 13:10:58 -04:00
Jason Felds 381870f9ea Allow libmad to be compiled in Windows.
This removes the need for an externally built library, thus officially removing the deprecated Xbox projects.

Other minimal changes were made to ensure consistency. Comments will be made in the PR.

Thanks to @Prcuvu for the initial push.
2015-09-07 09:50:01 -04:00
Jason Felds 42ad044817 Linux broke somehow. Restore it with system jpeg. 2015-06-19 20:53:13 -04:00
Jason Felds 028229f881 Allow for assembly free[r] tomcrypt builds. 2015-04-16 18:31:29 -04:00
Jason Felds 33f183938e Allow for system pcre to take precedence. 2015-03-22 15:46:53 -04:00
Jason Felds dc94728628 Introduce cmake (min 2.8.12) to StepMania.
tl-dr: view the Build directory to see.

This is intended to replace the project files that we presently maintain
so that only a single set is needed instead of multiples.

The following setups were used for testing:

* Windows 8 and Visual Studio 2013 Desktop Express
* Windows 7 and Visual Studio 2012
* Mac OS X Mavericks and Xcode
* Ubuntu and makefiles
* Fedora 21 and makefiles

All three operating systems can generate projects, compile, link, and
run. Windows and Mac OS X users will find their compiled binary in the
same location as before, but Linux users will be surprised: it goes
straight into the root directory, along with a symlinked GtkModules.so
as appropriate. There is no more need for a manual symlinking step.

Known issues:

* At this time, MinGW likely does not work. Extra time will be needed.
* The WITH_JPEG option may go away, and we'll just always require it.
* Some linux libraries can use the system equivalents, but that is not up yet.

For more information, check out the Build directory.
2015-03-21 20:15:15 -04:00
Jason Felds 9738ba9b20 Move JSON to separate project (2011) 2014-03-21 21:22:25 -04:00
Jason Felds 0b1de9ba87 Correct my mistake from 83df0ad3d6.
...3+ years too late!

This should compile in all systems due to NotesLoaderJson inclusion.
2014-03-21 21:11:19 -04:00
Jason Felds 9912c51e88 Move LUA to separate project (2011) 2014-03-16 14:03:02 -04:00
Jason Felds c578ac69d4 Move GLEW to separate project (2011)
Note: glext.h was removed due to it not being used.
2014-03-16 13:09:07 -04:00
Jason Felds f4eca5cc78 Move PNG to separate project (2011) 2014-03-16 12:04:01 -04:00
Jason Felds 70f7d18b1b Move PCRE to separate project (2011) 2014-03-16 11:40:49 -04:00
Ben "root" Anderson f56df1c44b Bundling ffmpeg, initial attempt. This builds on MinGW; Linux is untested as of yet. 2014-02-09 17:23:19 -06:00
Ben "root" Anderson 3945a618e0 extern/for_mingw revamp 2013-11-07 11:55:03 -06:00
Ben "root" Anderson eb5999f8a8 libpng 1.6 was having issues. Here is 1.5. 2013-10-31 20:18:21 -05:00
Ben "root" Anderson a5eb4376ae Nuke extern libz as mingw-64 packs in a libz and it causes issues with libpng 2013-10-29 23:58:52 -05:00
Ben "root" Anderson dfbda90abe More prebuilts 2013-10-24 14:08:37 -05:00
Ben "root" Anderson f61cd1cfbb First wave of pack-in libs 2013-10-24 11:36:49 -05:00
Jason Felds ae95752408 I'm guessing more HGEOL crap. 2012-05-04 21:58:21 -04:00
AJ Kelly 48ce8eca53 update libpng.lib for windows to latest; should hopefully fix any issues 2012-04-28 18:23:03 -05:00
Thai Pangsakulyanont f9b0998ced remove some files 2012-04-24 00:14:52 +07:00
Thai Pangsakulyanont 503814c435 update libpng to 1.5.10, add precompiled library for ffmpeg 0.10.2 for mac, and Xcode 4.3 project in a separate project.
This should make it possible to build StepMania 5 on Mac OS X.
The catch is that it will only work with Snow Leopard and up, but I think this is better than nothing.

We can support PowerPC / 10.4-10.5 again when someone can make the old Xcode 3 project work.
2012-04-24 00:11:28 +07:00
Austen Dicken 0c94594541 remove the need for libtheora since we have ffmpeg to handle
theora videos
2012-03-12 23:26:34 -05:00
AJ Kelly a17311c38e missing stdint.h for fixing the windows compile 2012-03-11 03:09:18 -05:00
AJ Kelly 0463d3bee7 ffmpeg fixes/changes from cvpcs 2012-03-10 21:07:38 -06:00
Austen Dicken 220a23f452 Update ffmpeg support to 0.10 2012-03-10 18:45:31 -06:00
Colby Klein a191da3f20 Add libjpeg sources, build as a target on OS X. Should hopefully not break building on Windows. Also cleaned up some settings in the project file. Note: this doesn't fix PPC. 2011-12-26 11:30:11 -08:00
Jason Felds 70f1a05c6f Have Glew be compiled on its own.
This is designed to be compatible with VS2008.

It has not been tested yet for VS2010.
2011-12-19 20:13:00 -05:00
AJ Kelly 37c3f724d5 libjpeg-8c lib for windows 2011-08-27 03:47:31 -05:00
AJ Kelly 877143a54e update libjpg in extern folder to v8. still need the .lib file for windows, possibly? idk 2011-08-22 04:17:00 -05:00
Jason Felds 55ad3779d8 Time to actually include all of zlib.
Windows users, you may have to make adjustments.
2011-07-20 18:33:44 -04:00
Jason Felds 9ae1292231 Die XBox Die 2011-07-20 18:20:30 -04:00
AJ Kelly 5c419d4e44 why was this still here? we don't support xbox anymore 2011-06-27 11:29:17 -05:00
Jason Felds 6bb3fa8d0e Downgrade to libpng 1.5.1.
This restores PNG screenshot colors.
2011-05-26 22:52:30 -04:00
AJ Kelly aa58884f8f add NotesLoader/WriterJson 2011-05-10 18:59:09 -05:00
Jason Felds 1657ed4dee Add the other libpng stuff.
We can remove and strip each on a case by case basis.

MAC OS X builds now. Time to get the others.
2011-05-08 17:16:18 -04:00
Jason Felds dd03c176b1 Start unifying png versions. 1.5.2 in this case. 2011-05-08 17:00:06 -04:00
Jason Felds 8f24b6c5b7 [sm130futures] Right...Mac wants vorbis. 2011-05-05 01:09:23 -04:00
Jason Felds 77297daff4 [sm130futures] zlib covered. vorbis not used...? 2011-05-05 00:04:07 -04:00
Jason Felds 4e8d4e7392 [sm130futures] Move zlib and vorbis. 2011-05-04 23:56:33 -04:00
Jason Felds f941519e87 [sm130futures] Move the crypto stuff over.
This right now isn't used by us, but just in case...
2011-05-04 23:42:14 -04:00
Jason Felds 94d6cd9eb3 [sm130futures] png and jpeg at once. 2011-05-04 23:16:39 -04:00
Jason Felds 7d88d88aad [sm130futures] mad's turn. 2011-05-04 23:00:20 -04:00
Jason Felds 765b3a7975 [sm130futures] Moving pcre now. 2011-05-04 22:33:51 -04:00
Jason Felds d8f2e2ed20 [sm130futures] json good on Windows. 2011-05-04 22:11:55 -04:00
Jason Felds 83df0ad3d6 [sm130futures] jsoncpp -> extern
This won't build on Windows or Mac OS X yet.
2011-05-04 22:00:52 -04:00
Jason Felds 808f67e9f0 [sm130futures] Start moving externs to consistent location. 2011-05-04 17:56:36 -04:00