@ -0,0 +1,14 @@ |
|||||
|
Fixes build for recent x264 versions without psz_rc_eq, see: |
||||
|
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-August/052485.html |
||||
|
|
||||
|
--- ./libavcodec/libx264.c.orig 2008-10-03 09:47:02.000000000 +0200
|
||||
|
+++ ./libavcodec/libx264.c 2008-10-03 09:47:08.000000000 +0200
|
||||
|
@@ -251,7 +251,6 @@
|
||||
|
x4->params.rc.f_ip_factor = 1/fabs(avctx->i_quant_factor); |
||||
|
x4->params.rc.f_pb_factor = avctx->b_quant_factor; |
||||
|
x4->params.analyse.i_chroma_qp_offset = avctx->chromaoffset; |
||||
|
- x4->params.rc.psz_rc_eq = avctx->rc_eq;
|
||||
|
|
||||
|
x4->params.analyse.b_psnr = (avctx->flags & CODEC_FLAG_PSNR); |
||||
|
x4->params.i_log_level = X264_LOG_DEBUG; |
||||
|
|
@ -1,12 +0,0 @@ |
|||||
--- ./Makefile~ 2006-08-15 14:51:16.000000000 +0200
|
|
||||
+++ ./Makefile 2006-08-15 14:52:37.000000000 +0200
|
|
||||
@@ -186,6 +186,9 @@
|
|
||||
ifeq ($(VIDIX),yes) |
|
||||
PARTS += libdha vidix |
|
||||
endif |
|
||||
+ifeq ($(SHARED_PP),yes)
|
|
||||
+ $(MAKE) install -C libavcodec/libpostproc
|
|
||||
+endif
|
|
||||
ifeq ($(FAME),yes) |
|
||||
PARTS += libfame |
|
||||
endif |
|