diff options
author | mezz <mezz@FreeBSD.org> | 2006-08-26 15:38:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-08-26 15:38:36 +0800 |
commit | 730919a7e8db98ab7be9af6b1f09e1cc5003f3a4 (patch) | |
tree | 89523746882b38ff4bd6e66ee0ff3c6bcdae2dc7 /multimedia | |
parent | 44ad9dd1208304eed8a910aee74d945e323f3568 (diff) | |
download | freebsd-ports-gnome-730919a7e8db98ab7be9af6b1f09e1cc5003f3a4.tar.gz freebsd-ports-gnome-730919a7e8db98ab7be9af6b1f09e1cc5003f3a4.tar.zst freebsd-ports-gnome-730919a7e8db98ab7be9af6b1f09e1cc5003f3a4.zip |
Fix the build with the update of x264.
Reported by: Till Haselmann <haselmann@computernoma.de>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb_encx264.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-libhb_encx264.c b/multimedia/handbrake/files/patch-libhb_encx264.c new file mode 100644 index 000000000000..22008dd0b4ac --- /dev/null +++ b/multimedia/handbrake/files/patch-libhb_encx264.c @@ -0,0 +1,11 @@ +--- libhb/encx264.c.orig Sat Aug 26 02:34:47 2006 ++++ libhb/encx264.c Sat Aug 26 02:36:02 2006 +@@ -79,7 +79,7 @@ + else + { + /* Rate control */ +- param.rc.b_cbr = 1; ++ param.rc.i_rc_method = 1; + param.rc.i_bitrate = job->vbitrate; + switch( job->pass ) + { |