OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 16 Jul 2012 18:45:35 +0000 (20:45 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 16 Jul 2012 18:45:41 +0000 (20:45 +0200)
* qatar/master:
  rtmp: rtmp_parse_result() add case for video and audio packets to avoid undesired debug output.
  configure: Move the getaddrinfo function check into the network block
  configure: Remove an unused 'have' item
  mpeg: remove disabled code
  libfdk-aac: Check if cutoff value is valid
  network: Always use our version of gai_strerror on windows
  network: Undefine existing gai_strerror definitions
  network: Extend the fallback gai_strerror implementation to handle more error codes

Merged-by: Michael Niedermayer <michaelni@gmx.at>
1  2 
configure
libavcodec/libfdk-aacenc.c
libavformat/mpeg.c
libavformat/network.h
libavformat/os_support.c
libavformat/rtmpproto.c

diff --cc configure
+++ b/configure
@@@ -1187,10 -1061,8 +1187,9 @@@ HAVE_LIST=
      attribute_may_alias
      attribute_packed
      cbrtf
 +    clock_gettime
      closesocket
      cmov
-     CommandLineToArgvW
      cpuid
      dcbzl
      dev_bktr_ioctl_bt848_h
  # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
  check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
  
 +check_func  clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
  check_func  fcntl
  check_func  fork
- check_func  getaddrinfo $network_extralibs ||
-     check_func_headers ws2tcpip.h getaddrinfo $network_extralibs
  check_func  gethrtime
  check_func  getopt
  check_func  getrusage
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge