Skip to content
Snippets Groups Projects
  1. Nov 21, 2016
  2. Nov 17, 2016
  3. Nov 02, 2016
  4. Nov 01, 2016
  5. 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
  6. Oct 27, 2016
  7. Oct 26, 2016
  8. Oct 24, 2016
  9. Oct 20, 2016
  10. Oct 19, 2016
  11. Oct 18, 2016
Loading