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 /contrib/Jamfile | |
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
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 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 $(<) : $(>) ; |