Commit Graph

36 Commits

Author SHA1 Message Date
Ben "root" Anderson d05043f5e6 Let's not bundle yasm because we never actually did. Use system yasm. I'll update the docs shortly. 2015-01-22 21:44:04 -06:00
Vincent Laviron 19233200b7 Fix compilation with --with-static-ffmpeg 2014-10-16 15:51:11 +02:00
Andrew Udvare 0389f55109 Add option --with-ffmpeg-rpath to specify a hard-coded but safe RPATH as an alternative to the non-secure relative defaults 2014-08-02 00:38:53 -07:00
Pat Mac beb8c40ce0 Fixes issue #216 : Cannot build with --without-ffmpeg 2014-08-02 00:38:22 -07:00
Ben "root" Anderson 9bd5575565 Search . for libraries (for making install work later); don't redefine HAVE_FFMPEG 2014-02-10 13:40:26 -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 8285d5b1aa So apparently manually specifying deps makes autoconf ignore pkg-config. So we'll do it manually. 2013-12-13 01:50:55 -06:00
Ben "root" Anderson 803f9ad6e2 Handle static GLEW. 2013-11-07 00:16:47 -06:00
Ben "root" Anderson 653a0c8382 Hardcode ffmpeg interdependencies because pkg-config is not always around to do it for us 2013-10-31 21:10:33 -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 c636a48952 The last of the win32-specific libs. 2013-10-26 18:04:01 -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 b3a5d8ea49 Slightly more robust ifs. Actually export GL_LIBS. 2013-10-26 17:41:27 -05:00
Ben "root" Anderson 13a4ee3328 Tell ld we are a GUI program 2013-10-26 17:16:17 -05:00
Ben "root" Anderson b689134717 Did not find dxerr on MinGW-W64, resorting to dxerr9 2013-10-26 17:05:18 -05:00
Ben "root" Anderson e6056a50d4 Dedicated file for Windows-specific checks 2013-10-25 01:50:27 -05:00
Ben "root" Anderson 1b7f2bff76 Lacking X11 should be an error on non-Win32 as X11 then is our only LowLevelWindow option. 2013-10-25 01:47:06 -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 0895aef000 Skip libbz2 check on MinGW for now 2013-10-24 11:36:02 -05:00
Ben "root" Anderson a5332c5b6f Now detects OpenGL correctly. 2013-10-24 02:11:18 -05:00
Ben "root" Anderson 398165fdcf Initial work on porting to MinGW. This doesn't work yet. 2013-10-24 00:23:06 -05:00
Devin J. Pohly 71222c006e fix detection of ffmpeg 0.11.1 2012-08-02 16:47:29 -04:00
Austen Dicken df32fc663d More FFMpeg adjustments
Since many distros don't have packages for FFMpeg 0.10 yet, allow a static
prebuilt package to be specifiec with --with-static-ffmpeg=/path/to/ffmpeg.

Also recreate the functionality of ./Utils/build.sh to now pull FFMpeg 0.10.2
from the web, statically build it, and link it into Stepmania.
2012-03-30 18:05:58 -05: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
Austen Dicken 220a23f452 Update ffmpeg support to 0.10 2012-03-10 18:45:31 -06:00
Mark Cannon f426cfc6ba disambiguate bzip error in configure 2011-08-30 17:55:53 -04:00
AJ Kelly f0b7ee4545 attempt to fix bug #349 2011-07-07 11:37:22 -05:00
Jason Felds f4817b0da4 Thank you jmakovicka. I suck at this. ;) 2011-07-07 09:23:32 -04:00
Jason Felds 740454eff0 Apply patch from issue 349.
Someone more versed on the Linux side, please check.
2011-07-07 00:49:26 -04:00
Colby Klein 222c935c97 Fix compiling with build.sh (thanks to Matt1360 for the automake help) 2011-04-17 00:16:20 -07:00
AJ Kelly fc598de950 i guess it wants me to commit this 2011-03-17 00:51:46 -05:00
AJ Kelly 40bd873561 corec's fixes (to my recent commits) from issue 138 (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=138) 2010-05-22 09:52:20 -05:00
AJ Kelly 676d0defe7 Add missing video.m4 changes from howl and Petr Baudis's patch. Whoops! 2010-05-21 21:03:45 -05:00
AJ Kelly b79e3c8bbd change line endings in autoconf/config.rpath per this conversation:
[14:20:00] <And4713> and so does ssc if you correct the crlfs in one of the files
[14:20:06] <donkey_dong> which file
...
[14:22:11] <And4713> config.rpath under the autoconf directory
[14:22:49] <And4713> after I did that one everything compiled great, and I even got moonlight working on it as per your comments instructions
2010-02-05 14:25:44 -06: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