aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/handbrake
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-08-26 15:38:36 +0800
committermezz <mezz@FreeBSD.org>2006-08-26 15:38:36 +0800
commit730919a7e8db98ab7be9af6b1f09e1cc5003f3a4 (patch)
tree89523746882b38ff4bd6e66ee0ff3c6bcdae2dc7 /multimedia/handbrake
parent44ad9dd1208304eed8a910aee74d945e323f3568 (diff)
downloadfreebsd-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/handbrake')
-rw-r--r--multimedia/handbrake/files/patch-libhb_encx264.c11
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 )
+ {