cc -I../.. -DARCH_X86_64 -Wall -DPIC -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DAVDATADIR=\"/usr/share/ffmpeg/\" -DFILTERS -DCODECS -DAVDEVICE -c -o filter_avcolour_space.o filter_avcolour_space.c filter_avcolour_space.c: In function ‘convert_mlt_to_av_cs’: filter_avcolour_space.c:50:12: error: ‘PIX_FMT_RGB24’ undeclared (first use in this function) value = PIX_FMT_RGB24; ^ filter_avcolour_space.c:50:12: note: each undeclared identifier is reported only once for each function it appears in filter_avcolour_space.c:54:12: error: ‘PIX_FMT_RGBA’ undeclared (first use in this function) value = PIX_FMT_RGBA; ^ (and a lot more)
commit 6db4ebee4b21954964b55da918a0b59d2d96ccee Author: Alexis Ballier <aballier@gentoo.org> Date: Mon Feb 15 16:42:19 2016 +0100 media-libs/mlt: backport upstream fix to build with ffmpeg 3, bug #574796