wok diff transcode/receipt @ rev 23824

Up openssh (8.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 13:18:28 2020 +0000 (2020-05-28)
parents 90a87813caa6
children 870e1ce31226
line diff
     1.1 --- a/transcode/receipt	Sun Jan 27 21:28:24 2019 +0100
     1.2 +++ b/transcode/receipt	Thu May 28 13:18:28 2020 +0000
     1.3 @@ -22,6 +22,15 @@
     1.4  		wget -P $SOURCES_REPOSITORY $EXTRA_SOURCE_FILES
     1.5  	patch -p1 < $SOURCES_REPOSITORY/$(basename $EXTRA_SOURCE_FILES)
     1.6  	sed -i 's/av_close_input_file(/avformat_close_input(\&/' import/probe_ffmpeg.c
     1.7 +
     1.8 +	patch -p1 < $stuff/ffmpeg4.u
     1.9 +	grep -rl PIX_FMT_ * | xargs sed -i 's|PIX_FMT_|AV_&|'
    1.10 +	sed -i 's|CODEC_ID|AV_&|;s|AVAV_COD|AV_COD|;s|LIBAV_COD|LIBAVCOD|' */*.c
    1.11 +	sed -e 's|tcmodule-plugin.h"|&\n#include <libavresample/avresample.h>|' \
    1.12 +		-e 's|ReSampleContext|AVAudioResampleContext|' \
    1.13 +		-i filter/filter_resample.c
    1.14 +	sed -i 's|r_frame_rate|avg_frame_rate|g' import/probe_ffmpeg.c
    1.15 +
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17  		--mandir=/usr/share/man \
    1.18  		$CONFIGURE_ARGS &&