1. 15 8月, 2012 3 次提交
    • Stefan Knoblich's avatar
      spandsp: Fix libjpeg checks for --enable-builtin-tiff builds. · 431f7dd6
      Stefan Knoblich 提交于
      The --enable-builtin-tiff option appends libs/tiff-3.8.2/libtiff/libtiff.la
      to LIBS, causing the AC_CHECK_LIB([jpeg]...) check to fail, because
      libtiff.la does not exist at configure time.
      
      Temporarily store tiff and jpeg libs in TIFF_-/JPEG_LIBS variables and
      append them to LIBS after all library checks have run.
      
      Example error output:
          configure:20049: checking for jpeg_start_compress in -ljpeg
          configure:20074: cc -o conftest -O2 -pipe -fno-strict-aliasing    -L/usr/local/lib conftest.c -ljpeg  -lm  /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la >&5
          cc: /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la: No such file or directory
      Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
      431f7dd6
    • Seven Du's avatar
      Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all… · 376f1373
      Seven Du 提交于
      Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all params should be hardcoded
      376f1373
    • Brian West's avatar
      STFU already · 90ce980c
      Brian West 提交于
      90ce980c
  2. 14 8月, 2012 8 次提交
  3. 13 8月, 2012 7 次提交
  4. 12 8月, 2012 2 次提交
  5. 11 8月, 2012 4 次提交
  6. 10 8月, 2012 4 次提交
  7. 09 8月, 2012 10 次提交
  8. 08 8月, 2012 2 次提交