From 6b674495f23c5ce1d30c9cbab59d1a13df77a518 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Oct 2013 08:14:54 +0100 Subject: [PATCH] idjc: fix build with ffmpeg-2.1. --- srcpkgs/idjc/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/idjc/template b/srcpkgs/idjc/template index 19268dd008..6726f31000 100644 --- a/srcpkgs/idjc/template +++ b/srcpkgs/idjc/template @@ -24,6 +24,7 @@ pre_configure() { # ffmpeg-1.0 definitions. sed -i -e "s|AV_METADATA_DONT_STRDUP_KEY|AV_DICT_DONT_STRDUP_KEY|g" \ -e "s|AV_METADATA_DONT_STRDUP_VAL|AV_DICT_DONT_STRDUP_VAL|g" \ + -e 's|AVCODEC_MAX_AUDIO_FRAME_SIZE|192000|g' \ -e "/avcodec_init();/d" c/avcodecdecode.c }