[FFmpeg-user] Răspuns: Cannot install ffmpeg Solaris

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Feb 12 20:23:33 CET 2015


On Wednesday 11 February 2015 09:19:16 am Dustinta Cristian wrote:
> If you need more info about the "udp" bug reply.

Please test if attached patch fixes the issue with 
"./configure && gmake ffmpeg"

Thank you, Carl Eugen
-------------- next part --------------
diff --git a/configure b/configure
index 1d14d0a..fcd065b 100755
--- a/configure
+++ b/configure
@@ -4027,6 +4027,7 @@ case $target_os in
         SHFLAGS='-shared -Wl,-h,$$(@F)'
         enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
         network_extralibs="-lsocket -lnsl"
+        add_cppflags -D__EXTENSIONS__
         # When using suncc to build, the Solaris linker will mark
         # an executable with each instruction set encountered by
         # the Solaris assembler.  As our libraries contain their own


More information about the ffmpeg-user mailing list