Commit Graph
41 Commits
Author SHA1 Message Date
freemandJonathan Payne c0eff36375 fix autogen freaking out after the Minimaid commit
thanks to @spigwitmer for the fix
2014-08-02 00:38:22 -07:00
Ben "root" Anderson cc62d0ade5 Missed part of the proxy-Makefile workaround 2014-02-10 13:39:32 -06:00
Ben "root" Anderson 64254e20e6 1) Move this back to video.m4 where it belongs 2) Support static ffmpeg when bundled 2014-02-09 23:33:56 -06:00
Ben "root" Anderson 6a2d052e30 Whoopsie, let's not clobber LDFLAGS now 2014-02-09 22:13:51 -06:00
Ben "root" Anderson 41c22f429d Actually clean, untouched ffmpeg 2.1.3 now. 2014-02-09 21:50:44 -06:00
Ben "root" Anderson 3b4f884be0 ffmpeg: Don't force x86 on non-Windows; fix more attribs; don't need prefix 2014-02-09 20:13:42 -06: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
Colby Klein 1186d3b937 Update autoconf urls 2014-02-04 01:56:21 -08:00
Ben "root" Anderson b1883f06c1 Hack around inconsistent pthread dep 2014-01-21 22:58:52 -06:00
Ben "root" Anderson ec1a25b261 libstdc++ and libgcc DLLs are required by ffmpeg DLLs so no point to static linking 2013-11-09 17:13:20 -06:00
Ben "root" Anderson 7d4330dad1 1) force static libstdc++/libgcc 2) hack around libiconv weirdness 2013-10-31 23:01:26 -05:00
Ben "root" Anderson d20b54ee71 1) Actually pull in libiconv if we need it 2) Put in comment why it is way up here 2013-10-31 21:09:37 -05:00
Ben "root" Anderson 6bc4e4d0ed ffmpeg may need iconv 2013-10-31 20:57:45 -05:00
Ben "root" Anderson 48ca0a5908 Move our winres.h out of the way so VS does not get confused 2013-10-31 20:43:51 -05:00
Ben "root" Anderson 165168c05d 1) Make GL_CFLAGS/XCFLAGS/XLIBS actually be respected 2) Include Windows resources in the build 2013-10-29 19:58:58 -05:00
Ben "root" Anderson ad8a655ce7 Define DEBUG when building debug 2013-10-27 15:38:45 -05:00
Ben "root" Anderson 90f9115317 OpenGL detection overhaul. 1) Fix some bad quoting 2) More consistent formatting 3) Add GLU detection 4) Rewrite GLEW detection from scratch and move it to opengl.m4 where it belongs. 2013-10-26 18:03:46 -05:00
Ben "root" Anderson 14e500e0f6 Hack: Dont pthread on Windows. 2013-10-25 17:54:41 -05:00
Ben "root" Anderson 40ca822982 Fix HAVE_PTHREAD conditional 2013-10-25 15:10:40 -05:00
Ben "root" Anderson d6e8e10615 Actually really force 32bit this time 2013-10-25 02:46:09 -05:00
Ben "root" Anderson 9ad99af93e Force -m32 on Windows because prebuilts; use windows.m4; Add --with-linux-tty so that driver can actually be used; correct a a Linux check 2013-10-25 01:51:32 -05:00
Ben "root" Anderson 7208f76b4d WINDOWS conditional 2013-10-24 22:04:19 -05:00
Ben "root" Anderson 91e42bb927 Add HAVE_PTHREAD conditional 2013-10-24 22:02:09 -05:00
Ben "root" Anderson 810283f2a2 a) LUA_USE_LINUX doesn't sound MinGW friendly. Remind me to investigate exactly what that enables. b) Nobody uses VC2003 anymore. Bring back UNIQUE_NAME. 2013-10-24 19:23:46 -05:00
Ben "root" Anderson 7820c29bb4 Meet AX_CHECK_LIB_USING_HEADER. Also threw X11 back in because why the hell not. configure actually completes successfully now. 2013-10-24 17:31:34 -05:00
Ben "root" Anderson a5332c5b6f Now detects OpenGL correctly. 2013-10-24 02:11:18 -05:00
Ben "root" Anderson 5ba89e6665 I will probably break VC during this journey so let's not foul up default 2013-10-24 00:21:14 -05:00
Devin J. Pohly fb77dd8317 Specify which -Wno-unused we want 2013-10-14 12:54:48 -04:00
Devin J. Pohly f9208e1276 Add skeletal sound driver for JACK
This doesn't make any sound yet, but it creates the JACK client and connects
the requested ports if any.
2013-08-06 19:24:55 -04:00
phantom eb301edc44 Enable LTO switch for configure script and automake 1.14 fix 2013-06-29 18:37:57 +02:00
Colby Klein 60cede24fe Add GLES2 files to Makefile and configure.ac (compile with --without-gles2 if you don't want to build it; it doesn't hurt anything though) 2012-12-09 03:01:08 -08:00
AJ Kelly 0fa7973c7b alpha 0 for now though... not released 2011-12-27 11:26:32 -06:00
AJ Kelly 8fa1da7a26 next release will be sm5 alpha 1 2011-12-27 11:23:18 -06:00
ZipFile fec7ae18ba forgot about the default prefix 2011-10-16 03:55:51 +02:00
AJ Kelly 1a0bad45cf stepmania 5 2011-06-13 14:32:35 -05:00
Colby Klein 39953f16b1 Require lower version of GLEW. I don't believe we use anything from newer than 2.1. 2011-05-02 17:47:23 -07:00
Colby Klein e9d6fada14 Fix compile, rename _Legacy to _OGL so I stop being confused 2011-05-02 11:23:37 -07:00
Colby Klein 222c935c97 Fix compiling with build.sh (thanks to Matt1360 for the automake help) 2011-04-17 00:16:20 -07:00
Mark Cannon d330514856 Added --with-sse2 configure flag for SSE2 heuristic optimizations 2010-12-12 03:27:16 -05:00
AJ Kelly 3e51544930 Initial commit. 2010-01-26 21:00:30 -06:00
Devin J. Pohly 80057f53cd smsvn -> ssc-hg glue: rearrange directory structure 2013-06-10 15:38:43 -04:00