[Ffmpeg-cvslog] r7886 - trunk/configure

mmu_man subversion
Thu Feb 8 23:51:26 CET 2007


Author: mmu_man
Date: Thu Feb  8 23:51:26 2007
New Revision: 7886

Modified:
   trunk/configure

Log:
BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Feb  8 23:51:26 2007
@@ -774,8 +774,8 @@
 # OS specific
 targetos=`uname -s`
 case $targetos in
-  BeOS)
-    PREFIX="/boot/home/config"
+  BeOS|Haiku|Zeta)
+    PREFIX="$HOME/config"
     # helps building libavcodec
     add_cflags "-DPIC -fomit-frame-pointer"
     # 3 gcc releases known for BeOS, each with ugly bugs
@@ -788,6 +788,7 @@
         add_cflags "-fno-expensive-optimizations"
         ;;
     esac
+    LDCONFIG="echo ignoring ldconfig"
     SHFLAGS=-nostart
     # disable Linux things
     audio_oss="no"
@@ -798,6 +799,7 @@
     audio_beos="yes"
     # no need for libm, but the inet stuff
     # Check for BONE
+    # XXX: actually should check for NOT net_server
     if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
         extralibs="-lbind -lsocket"
     else




More information about the ffmpeg-cvslog mailing list