[FFmpeg-devel] [PATCH 0/4] Series short description
    Diego 'Flameeyes' Pettenò 
    flameeyes
       
    Sun Sep 28 13:59:28 CEST 2008
    
    
  
Hello there,
I'm sending here a few fixes I had to put in FFmpeg to _try_ getting
it to build on OpenSolaris with a fully GNU toolchain (for some reason
GNU ld fails to link it properly, so I haven't been able to get it to
work properly yet, probably a bug there).
These at least makes the compiler happier to work with OpenSolaris and
they shouldn't be too controversial. One patch is to fix pkg-config
files instead, because I'm using out-of-tree uninstalled builds for
now.
HTH,
Diego
---
Diego 'Flameeyes' Petten? (4):
      Include stdlib.h to avoid an implicit declaration on OpenSolaris.
      Fix -uninstalled.pc pkg-config files to have the correct include path.
      Define __EXTENSIONS__ to enable struct ip_mreq access on OpenSolaris.
      Uniformly define _XOPEN_SOURCE to 600.
 configure            |    4 ++--
 ffmpeg.c             |    3 ---
 ffserver.c           |    2 --
 libavcodec/utils.c   |    3 ---
 libavformat/rtpdec.c |    3 ---
 libavformat/udp.c    |    1 +
 libavutil/mem.c      |    1 +
 7 files changed, 4 insertions(+), 13 deletions(-)
    
    
More information about the ffmpeg-devel
mailing list