Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 25, 2017
  3. Jan 09, 2017
  4. Jan 06, 2017
  5. Jan 04, 2017
  6. Dec 08, 2016
  7. Dec 05, 2016
  8. Nov 29, 2016
  9. Nov 21, 2016
  10. Nov 17, 2016
  11. Nov 02, 2016
  12. Nov 01, 2016
  13. Oct 28, 2016
    • Nirbheek Chauhan's avatar
      cerbero: 32-bit on 64-bit Windows is not cross-compilation · 7b524781
      Nirbheek Chauhan authored
      On Windows, building 32-bit on 64-bit is not cross-compilation since
      32-bit Windows binaries run on 64-bit Windows via WOW64. It is
      indistinguishable from native compilation especially in our case since
      our environment decides what toolchain we will use.
      
      In fact, our MinGW toolchain consists of native 32-bit binaries being
      run in 64-bit and building for 32-bit. The toolchain itself thinks it is
      running on 32-bit.
      7b524781
    • Nirbheek Chauhan's avatar
      librtmp.recipe: Delete duplicate DLL after install · 3d072ccc
      Nirbheek Chauhan authored
      On Windows, rtmp installs a duplicate DLL by trying to symlink which
      results in a copy under MinGW since symlinks aren't supported there.
      This causes gen_library_file to fail, and no import library is created.
      3d072ccc
  14. Oct 27, 2016
  15. Oct 26, 2016
  16. Oct 24, 2016
  17. Oct 20, 2016
Loading