Skip to content
Snippets Groups Projects
  1. Oct 23, 2012
    • Ralph Giles's avatar
      Include process.h for _getpid on windows. · 662ae9bb
      Ralph Giles authored
      Previously the test programmes happened to link because _getpid
      returns an int, which is the default prototype. Instead, include
      the appropriate header to supply a real declaration, fixing the
      associated warning.
      
      I moved the getpid->_getpid define to the site of the header
      inclusion to make clear what's going on, rather than have it
      floating in win32/config.h.
      662ae9bb
    • Emily Bowman's avatar
      Fix the MSVC build. · 3b60e81d
      Emily Bowman authored
      Updates the project files to include the new encoder source files.
      Use OPUS_RESTRICT and include config.h to set the proper defines
      for build under MSVC.
      3b60e81d
    • Ralph Giles's avatar
      Fix MSVC format conversion warnings. · 027ec51b
      Ralph Giles authored
      The Microsoft compiler warns about precision reduction from
      default double literals to the floats we generally use outside
      the fixed-point build. Avoid these by qualifying the literals
      as floats.
      
      Thanks to derf for review.
      027ec51b
  2. Oct 21, 2012
  3. Oct 19, 2012
  4. Oct 17, 2012
  5. Oct 16, 2012
  6. Oct 11, 2012
  7. Oct 10, 2012
  8. Oct 09, 2012
  9. Oct 07, 2012
  10. Oct 06, 2012
  11. Sep 27, 2012
  12. Sep 26, 2012
  13. Sep 25, 2012
  14. Sep 21, 2012
  15. Sep 19, 2012
  16. Sep 18, 2012
    • Ron's avatar
      Link the include dir into out-of-tree build dirs · c40d5004
      Ron authored
      Mostly this is for people building other things using an uninstalled
      opus tree so that the opus-uninstalled.pc will return a working -I
      with --cflags when PKG_CONFIG_PATH is set to point to the build dir.
      
      The version of AC_OUTPUT that takes parameters has long been
      deprecated now, and replaced by AC_CONFIG_* macros, so pass them
      with AC_CONFIG_FILES, since we're now using AC_CONFIG_COMMANDS
      to do the above.
      c40d5004
  17. Sep 17, 2012
Loading