[FFmpeg-cvslog] r16440 - trunk/configure

diego subversion
Mon Jan 5 22:52:55 CET 2009


Author: diego
Date: Mon Jan  5 22:52:55 2009
New Revision: 16440

Log:
Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.
Fixes compilation of libavformat/udp.c.
patch by Palle Lyckegaard, palle lyckegaard dk

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan  5 19:44:32 2009	(r16439)
+++ trunk/configure	Mon Jan  5 22:52:55 2009	(r16440)
@@ -1402,6 +1402,7 @@ case $target_os in
         FFSERVERLDFLAGS=""
         SHFLAGS='-shared -Wl,-h,$$(@F)'
         network_extralibs="-lsocket -lnsl"
+        add_cflags -D__EXTENSIONS__
         ;;
     netbsd)
         oss_demuxer_extralibs="-lossaudio"




More information about the ffmpeg-cvslog mailing list