Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 574796

Summary: media-libs/mlt-0.9.8-r2 fails to build with ffmpeg-3.0
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 574788    

Description Alexis Ballier gentoo-dev 2016-02-15 14:31:54 UTC
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)
Comment 1 Alexis Ballier gentoo-dev 2016-02-15 15:42:57 UTC
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