1. 17 5月, 2012 1 次提交
    • Travis Cross's avatar
      work around libzrtp API mistake for VS · fdc9e7f8
      Travis Cross 提交于
      libzrtp's sas_is_verified field is a uint32_t, but zrtp_verified_set
      expects a uint8_t.  This is a boolean field, so it doesn't matter one
      way or the other.  gcc doesn't care, but Windows Visual Studio
      apparently throws a warning about this.
      fdc9e7f8
  2. 16 5月, 2012 7 次提交
  3. 15 5月, 2012 11 次提交
  4. 14 5月, 2012 14 次提交
  5. 13 5月, 2012 3 次提交
  6. 12 5月, 2012 4 次提交
    • Travis Cross's avatar
      debian: mod_managed needs mono-gmcs to build · 566123cc
      Travis Cross 提交于
      566123cc
    • Travis Cross's avatar
      debian: put mod_ilbc in non-free · e8468694
      Travis Cross 提交于
      The iLBC library in our tree is non-free software.  Google has
      purchased Global IP Sound and released a newer version of this library
      as part of WebRTC as free software, but we need to upgrade to take
      advantage of this more favorable licensing.
      
      Until we do that, we also need to remove libs/ilbc from the Debian
      source packaging.
      e8468694
    • Travis Cross's avatar
      debian: rearrange section headers · 243f950c
      Travis Cross 提交于
      243f950c
    • Travis Cross's avatar
      debian: put mod_siren in non-free · 4e174ee9
      Travis Cross 提交于
      Despite the relatively-generous patent grant from Polycom, the
      requirement to execute further agreements to use the code and patents
      means this module fails the DFSG.
      
      We'll need to exclude this code from the source package as well.
      4e174ee9