FS#61086 - [transcode] Doesn't build because of libavresample is not enabled in ffmpeg

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Saturday, 15 December 2018, 12:35 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 15 December 2018, 20:08 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I.. -I../src -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT filter_resample_la-filter_resample.lo -MD -MP -MF .deps/filter_resample_la-filter_resample.Tpo -c filter_resample.c -fPIC -DPIC -o .libs/filter_resample_la-filter_resample.o
filter_resample.c:40:10: fatal error: libavresample/avresample.h: No such file or directory
#include <libavresample/avresample.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Apparently avresample has been deprecated in ffmpeg:

./configure --help | grep avre
--enable-avresample enable libavresample build (deprecated) [no]

See also  FS#61085 .

Additional info:
* package version(s): 1.1.7-28

Steps to reproduce:
asp export transcode
cd transcode
staging-x86_64-build

This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 15 December 2018, 20:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  transcode 1.1.7-29

Loading...