[FFmpeg-cvslog] configure: Detect Solaris libc in an OpenIndiana/illumos compatible way

Diego Biurrun git at videolan.org
Sat Dec 14 22:15:28 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec 12 12:14:30 2013 +0100| [5db4e88ecd32485341f6150c00f5ee5bfa74f62d] | committer: Diego Biurrun

configure: Detect Solaris libc in an OpenIndiana/illumos compatible way

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5db4e88ecd32485341f6150c00f5ee5bfa74f62d
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6e28e4e..910c47d 100755
--- a/configure
+++ b/configure
@@ -3437,7 +3437,7 @@ probe_libc(){
         eval ${pfx}libc_type=klibc
     elif check_${pfx}cpp_condition sys/cdefs.h "defined __BIONIC__"; then
         eval ${pfx}libc_type=bionic
-    elif check_${pfx}cpp_condition sys/brand.h "defined SOLARIS_BRAND_NAME"; then
+    elif check_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
         eval ${pfx}libc_type=solaris
         add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
     fi



More information about the ffmpeg-cvslog mailing list