diff options
author | eddyg <[email protected]> | 2008-10-16 23:37:47 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-10-16 23:37:47 +0000 |
commit | 9938bfacd7807ac96236a9111101f8479f3d157b (patch) | |
tree | 041f6558e21e2cabfe4356d6fd19e476e5f67c5b | |
parent | 9537038e99c25c083b154672ed0abd571283c6ae (diff) |
SunOS support fixed with new ffmpeg and x264
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1839 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/Jamfile | 2 | ||||
-rw-r--r-- | contrib/patch-x264-solaris.patch | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 2758ad65e..c22c1537b 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -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 $(<) : $(>) ; diff --git a/contrib/patch-x264-solaris.patch b/contrib/patch-x264-solaris.patch index 9ed0eea34..24d629ff9 100644 --- a/contrib/patch-x264-solaris.patch +++ b/contrib/patch-x264-solaris.patch @@ -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 |