Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509334 - media-libs/mediastreamer-2.9.0 fails to build with media-video/libav-10
Summary: media-libs/mediastreamer-2.9.0 fails to build with media-video/libav-10
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libav-10
  Show dependency tree
 
Reported: 2014-05-01 22:38 UTC by Nikoli
Modified: 2019-12-29 14:00 UTC (History)
0 users

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


Attachments
build.log (mediastreamer-2.9.0_build.log,104.03 KB, text/x-log)
2014-05-01 22:38 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2014-05-01 22:38:11 UTC
Created attachment 376188 [details]
build.log

videofilters/videoenc.c:226:13: error: 'CODEC_ID_H263P' undeclared (first use in this function)
videofilters/videoenc.c:230:13: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videoenc.c:234:13: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:238:13: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videoenc.c:246:16: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videoenc.c:272:16: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:307:12: error: 'CODEC_ID_H263' undeclared (first use in this function)
videofilters/videoenc.c:316:12: error: 'CODEC_ID_H263P' undeclared (first use in this function)
videofilters/videoenc.c:334:16: error: 'CODEC_ID_H263P' undeclared (first use in this function)
videofilters/videoenc.c:334:44: error: 'CODEC_ID_H263' undeclared (first use in this function)
videofilters/videoenc.c:336:21: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videoenc.c:338:21: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:340:22: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videoenc.c:727:16: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videoenc.c:727:44: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:732:21: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videoenc.c:792:16: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:840:24: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:850:37: error: 'CODEC_ID_H263P' undeclared (first use in this function)
videofilters/videoenc.c:867:70: error: 'CODEC_ID_H263' undeclared (first use in this function)
videofilters/videoenc.c:1078:27: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videoenc.c:1080:27: error: 'CODEC_ID_H263' undeclared (first use in this function)
videofilters/videoenc.c:1084:27: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videoenc.c:1086:27: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videodec.c:80:13: error: 'CODEC_ID_H263' undeclared (first use in this function)
videofilters/videodec.c:84:13: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videodec.c:88:13: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/videodec.c:92:13: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videodec.c:137:17: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videodec.c:140:18: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
videofilters/videodec.c:646:21: error: 'CODEC_ID_SNOW' undeclared (first use in this function)
videofilters/videodec.c:647:21: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
videofilters/h264dec.c:59:29: error: 'CODEC_ID_H264' undeclared (first use in this function)
videofilters/jpegwriter.c:39:32: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
Comment 1 Nikoli 2014-07-12 14:46:56 UTC
There is patch in debian:
http://sources.debian.net/src/linphone/3.6.1-2.3/debian/patches/libav10.patch

but seems it is for newer version.
Comment 2 Renee D'Netto 2015-03-22 02:52:44 UTC
This is a duplicate of Bug 539872.
Comment 3 Nikoli 2015-03-22 03:21:05 UTC
Reuben, 509334 < 539872
Comment 4 Ingo Krabbe 2015-08-04 09:11:06 UTC
(In reply to Nikoli from comment #3)
> Reuben, 509334 < 539872

But the attached patch in 539872 works.