OSDN Git Service

SunOS support fixed with new ffmpeg and x264
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Oct 2008 23:37:47 +0000 (23:37 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 16 Oct 2008 23:37:47 +0000 (23:37 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1839 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile
contrib/patch-x264-solaris.patch

index 2758ad6..c22c153 100644 (file)
@@ -96,7 +96,7 @@ rule LibAvCodec
        # don't. When we get new versions of FFMPEG we can try enabling
        # then again.
        #
-       FFMPEG_EXTRA_OPTIONS = "--disable-vis --disable-demuxer=mpc8 --disable-vhook" ;
+       FFMPEG_EXTRA_OPTIONS = "--disable-vis --disable-demuxer=mpc8 --disable-vhook --disable-network" ;
     }
 
     Depends $(<) : $(>) ;
index 9ed0eea..24d629f 100644 (file)
@@ -65,17 +65,3 @@ diff -ru x264/version.sh x264.solaris/version.sh
      VER=`git-rev-list origin/master | sort | join config.git-hash - | wc -l | awk '{print $1}'`
      if [ $VER != $LOCALVER ] ; then
          VER="$VER+$(($LOCALVER-$VER))"
-diff -ru x264/common/osdep.h x264.solaris/common/osdep.h
---- x264/common/osdep.h        Mon Jun  9 01:36:08 2008
-+++ x264.solaris/common/osdep.h        Thu Jun 19 10:52:56 2008
-@@ -48,6 +48,10 @@
- #define X264_VERSION "" // no configure script for msvc
- #endif
-+#if defined(SYS_SunOS)
-+#define isfinite _finite
-+#endif
-+
- #ifdef SYS_OPENBSD
- #define isfinite finite
- #endif