1. 22 5月, 2014 1 次提交
    • Travis Cross's avatar
      Revert workaround of gcc-4.6.3-14+rpi1 ARM bug · dcf633b1
      Travis Cross 提交于
      The correct fix is to use gcc-4.7 or newer.  If the compiler borked
      this, one should trust nothing else it produces.
      
      Revert "FS-6524,FS-6494: the compiler for rpi seems to be strangely
      mis-optimizing this if/else block. Yes, its already set to this value,
      but without the else block, it 'magically' hits the if blocks above,
      unless you sleep, print a log, or add the else"
      
      This reverts commit 1ca1d637.
      dcf633b1
  2. 21 5月, 2014 3 次提交
  3. 20 5月, 2014 9 次提交
  4. 19 5月, 2014 6 次提交
  5. 17 5月, 2014 3 次提交
    • Steve Underwood's avatar
      34807208
    • Travis Cross's avatar
      Prevent opus lib from re-configuring on every make · e4888349
      Travis Cross 提交于
      We were using the libopus directory itself rather than a file within
      it as a makefile target.  This is a bad idea as make will see the
      target as updated whenever files are created in or removed from the
      directory.  Since running configure creates and removes files, the
      target will always appear dirty.
      
      The effect was that when mod_opus was enabled in FS make would always
      cause libopus to be reconfigured.
      
      We'll target instead the configure file in libopus as that's the first
      thing we need anyway.
      e4888349
    • William King's avatar
      CID: 1214222 · c19aa584
      William King 提交于
      sofia_glue_get_url_from_contact to strdup the value so before
      overwriting the value signal to sofia that we have finished with the
      raw header.
      c19aa584
  6. 16 5月, 2014 18 次提交