Hi,
i have submitted a scratch build with vdr-softhdevice on rawhide, but this
fails with this messages: [1]
vdr-softhdddevice.spec file [3]
i have already replaced a few functions as mentioned on the debian mailing list [2]
+ sed -i -e 's|FF_INPUT_BUFFER_PADDING_SIZE|AV_INPUT_BUFFER_PADDING_SIZE|'
codec.c
+ sed -i -e 's|FF_INPUT_BUFFER_PADDING_SIZE|AV_INPUT_BUFFER_PADDING_SIZE|'
softhddev.c
+ sed -i -e 's|CODEC_FLAG_TRUNCATED|AV_CODEC_FLAG_TRUNCATED|' codec.c
+ sed -i -e 's|CODEC_FLAG_EMU_EDGE|AV_CODEC_FLAG_EMU_EDGE|' codec.c
Incomplete list of changes (based on looking at common build failures):
- Some fields in AVCodecContext have been removed and replaced with private
options which can be set using the av_opt_set* APIs
- Most CODEC_* constants have been renamed to AV_CODEC_*
- The buffer constants FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
have been renamed to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE.
- The old resampling API provided by libavcodec has been removed. Use
libswresample instead.
- The libavfilter/avfiltergraph.h header has been removed, include
libavfilter/avfilter.h instead.
- The AVFrac structure (representing mixed rational numbers) has been
removed.
[1]
http://koji.rpmfusion.org/kojifiles/work/tasks/8444/198444/build.log
[2]
https://www.mail-archive.com/pkg-vdr-dvb-devel@lists.alioth.debian.org/ms...
[3]
https://pkgs.rpmfusion.org/cgit/free/vdr-softhddevice-openglosd.git/tree/...
I need some help
Thanks
Martin