Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574796 - media-libs/mlt-0.9.8-r2 fails to build with ffmpeg-3.0
Summary: media-libs/mlt-0.9.8-r2 fails to build with ffmpeg-3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-3
  Show dependency tree
 
Reported: 2016-02-15 14:31 UTC by Alexis Ballier
Modified: 2016-02-15 15:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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