Commit graph

  • 20994566d3 Inform user about the possibility to make the build verbose Sven Eckelmann 2011-07-03 18:04:47 +02:00
  • f5b0b6a010 Set changeable default compiler optimization option Sven Eckelmann 2011-07-03 18:03:15 +02:00
  • 4196b2cfbe Synchronize build rules with standard gnu make rules Sven Eckelmann 2011-06-27 13:00:03 +02:00
  • a2aafcd22c Add OpenBSD as half-supported OS with FreeBSD userspace tools Sven Eckelmann 2011-06-26 18:37:19 +02:00
  • 8e6a5f3142 Remove -v parameter of install which is not available everywhere Sven Eckelmann 2011-06-26 18:29:24 +02:00
  • 2820b47b2f Split LIBDIR in LIBDIR and PLUGINDIR for consistency between modules Sven Eckelmann 2011-06-26 02:05:06 +02:00
  • eb967549a7 Don't use plain 0 for pointers Sven Eckelmann 2011-06-25 21:41:10 +02:00
  • 912def4501 Mark not local only symbols as static Sven Eckelmann 2011-06-25 21:40:37 +02:00
  • 22974ae7ad Fix compilation with BITS=32 when using gcc-4.6 Sven Eckelmann 2011-06-25 21:29:58 +02:00
  • 38cbf629f2 Use function prototypes defined by core Sven Eckelmann 2011-06-25 21:23:47 +02:00
  • 1903de49f5 Use ANSI function declaration for functions without arguments Sven Eckelmann 2011-06-25 20:08:33 +02:00
  • 363dd98d26 Remove unneccessary define PIC Sven Eckelmann 2011-06-25 15:09:32 +02:00
  • c98444e1e4 Don't override optimisations set by linux build environment Sven Eckelmann 2011-06-25 13:46:01 +02:00
  • f49b6b8484 forgot to add this definition to the audio plugin Richard Goedeken 2011-05-17 18:06:32 -07:00
  • 2fcae489d2 updated audio plugin for new Mupen64plus 2.0 API versioning scheme Richard Goedeken 2011-05-16 21:45:43 -07:00
  • d57e18e1f2 Added tag 1.99.4 for changeset 9735496674ec Richard Goedeken 2010-11-22 21:12:20 -05:00
  • 6724acf8ab updated version and RELEASE info for 1.99.4 tag 1.99.4 Richard Goedeken 2010-11-22 21:12:17 -05:00
  • bb7d070ee6 Plugin should write default config values at startup time Richard Goedeken 2010-09-25 21:48:59 -04:00
  • 3d943a2214 Add GNU/Hurd as operating system with "linux" userland --- Sven Eckelmann 2010-07-13 21:30:20 +02:00
  • bc846549d4 FreeBSD makefile patches from David Demelier Richard Goedeken 2010-05-16 12:31:02 -04:00
  • 5c7f94ec13 Build kfreebsd and GNU/kFreeBSD like Linux Sven Eckelmann 2010-03-19 12:16:37 +01:00
  • 045f4c2ec8 merged the useful changes from Lazhur's fork Richard Goedeken 2010-03-19 00:22:12 -04:00
  • 88533024e3 Add return value in non-void function resample Sven Eckelmann 2010-03-04 23:27:25 +01:00
  • 3c12b3eda7 Add automatically dependency tracking for C/C++ files Sven Eckelmann 2010-03-04 22:45:16 +01:00
  • 7d05ebd7dc Fixed VC compile error caused by last night's commit GoedekenR 2010-02-23 08:21:25 -05:00
  • d38f4ed40d fixed fast-forward for banjo-kazooie and other games which was broken due to limitation in basic resampling algorithm Richard Goedeken 2010-02-22 23:16:18 -05:00
  • 0b4c0e9a42 makefile updates: use CFLAGS+= instead of CFLAGS=, rmdir _obj Richard Goedeken 2010-02-20 10:36:03 -05:00
  • ca5132a192 Added tag 1.99.3 for changeset eb7cb3666bde Richard Goedeken 2010-02-13 12:10:39 -05:00
  • f131bb1f67 updated RELEASE file and version info for 1.99.3 tag 1.99.3 Richard Goedeken 2010-02-13 12:10:29 -05:00
  • 34bb46efe6 bugfix #257: added to makefile OS type GNU/kFreeBSD Richard Goedeken 2010-01-20 21:56:26 -05:00
  • ab87e2b1e9 sync with core<-->plugin API change for RomOpen() Richard Goedeken 2010-01-11 23:01:45 -05:00
  • 40f162e9bd plugin must be linked with CC instead of LD because 'sdl-config --libs' can give an output with a -Wl,-rpath option, which only works with gcc not ld Richard Goedeken 2010-01-09 00:14:31 -05:00
  • 498d6d240f bugfix: logical error in previous audio refactoring causing slowdown/lockup on loading savestate or re-initializing audio. related code cleanup Richard Goedeken 2010-01-08 22:47:00 -05:00
  • fffd5f11fc moved 1.99.2 tag to include the msvc8 project file GoedekenR 2010-01-07 22:48:27 -05:00
  • 4448f4b15a Added MSVC8 project file for audio-sdl plugin 1.99.2 GoedekenR 2010-01-07 22:40:30 -05:00
  • 5aa912374a Added tag 1.99.2 for changeset 3c4beee18588 Richard Goedeken 2010-01-06 23:12:52 -05:00
  • 0b80ba7aa4 Updated RELEASE and version info for 1.99.2 tag Richard Goedeken 2010-01-06 23:12:33 -05:00
  • c212e67b51 Completely re-wrote buffering/synchronization code: 1. Buffer parameters now work as advertised and all use the same units (output samples) 2. Bugfix: previous defaults and algorithm behavior caused audio choppiness on slower PCs 3. Bugfix: maximum speed was previously limited to low value by constraints from primary buffer size GoedekenR 2010-01-03 23:17:20 -05:00
  • 047832cd24 bugfix: SDL volume control will always be used on systems without OSS support added MSVC8 project file, minor code refactoring to build in Windows GoedekenR 2010-01-02 20:25:20 -05:00
  • b86dbdd2e3 Makefile improvements: throw error if OS/CPU not supported, use DESTDIR in install/uninstall paths, per Lazhur request. Allow user-specified CC/CXX/LD paths, per Auria request Richard Goedeken 2009-12-19 19:22:40 -05:00
  • 5e30843e24 Added tag 1.99.1 for changeset 5203c76b1bc8 Richard Goedeken 2009-12-14 21:20:51 -05:00
  • 5a3a29da8d updated RELEASE file for date 1.99.1 Richard Goedeken 2009-12-14 21:20:42 -05:00
  • 4ad4cf4df5 added INSTALL file Richard Goedeken 2009-12-13 16:35:30 -05:00
  • f43ce75dab changed makefile install to use 'install' instead of mkdir Richard Goedeken 2009-12-13 14:02:44 -05:00
  • 6271aa8762 copied old README file to new RELEASE file, added change info for v. 1.99.1 Richard Goedeken 2009-12-12 23:27:18 -05:00
  • 2c38057930 added LICENSES file Richard Goedeken 2009-12-12 23:17:53 -05:00
  • 29020d34a8 update version number to 1.99.1 Richard Goedeken 2009-12-11 23:34:36 -05:00
  • b848ed3c04 added install/uninstall/rebuild to makefile Richard Goedeken 2009-12-11 23:30:41 -05:00
  • f58ab3c1d2 modified Makefile for OSX compatibility patch from Auria and refactored for simplicity Richard Goedeken 2009-11-23 19:54:27 -05:00
  • d207a3ff7a removed unused osal_dynlib functions Richard Goedeken 2009-11-21 14:18:33 -05:00
  • 9311cf36ac added OSX-specific CFLAGS and LDFLAGS for SDL Richard Goedeken 2009-11-13 23:59:06 -05:00
  • 5a3c9803d9 use TARGET variable instead of writing out long output library name 3 times Richard Goedeken 2009-11-13 23:42:56 -05:00
  • b3600ddaa9 imported patch OSX_build Richard Goedeken 2009-11-13 23:40:27 -05:00
  • ff90db995d use core configuration API instead of writing own config file. this plugin works with core and ui-console now Richard Goedeken 2009-10-24 13:40:44 -04:00
  • 506ec41949 added function pointers for core configuration functions Richard Goedeken 2009-10-24 01:55:25 -04:00
  • f74e35ab88 added new M64+ API v2.0 functions to Audio plugin, converted all printf() calls to use Debug message callback to front-end. Richard Goedeken 2009-10-24 01:33:53 -04:00
  • 25fefcaef8 removed old API headers and gui functions. Refactored code to remove Win32 types and special types Richard Goedeken 2009-10-24 01:08:52 -04:00
  • e5e4cc333e re-wrote makefile for current mupen64plus conventions Richard Goedeken 2009-10-24 00:38:11 -04:00
  • d9c595c2a4 import jttl_audio plugin from mupen64plus SVN repo revision 1416 Richard Goedeken 2009-10-24 00:19:06 -04:00