Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498454 - net-libs/pjsip-2.1-r2 with media-video/ffmpeg-2.1.3 - ffmpeg_util.c:65:18: error: field ‘codec_id’ has incomplete type
Summary: net-libs/pjsip-2.1-r2 with media-video/ffmpeg-2.1.3 - ffmpeg_util.c:65:18: er...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-2.0
  Show dependency tree
 
Reported: 2014-01-18 10:54 UTC by Dennis Schridde
Modified: 2014-03-09 13:08 UTC (History)
0 users

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


Attachments
build.log (build.log,205.23 KB, text/x-log)
2014-01-18 10:54 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2014-01-18 10:54:13 UTC
Created attachment 368082 [details]
build.log

In file included from ../src/pjmedia/ffmpeg_util.c:26:0:
../src/pjmedia/ffmpeg_util.h:54:12: warning: ‘enum CodecID’ declared inside parameter list [enabled by default]
       enum CodecID *codec_id);
            ^
../src/pjmedia/ffmpeg_util.h:54:12: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
../src/pjmedia/ffmpeg_util.h:57:7: warning: ‘enum CodecID’ declared inside parameter list [enabled by default]
       pjmedia_format_id *fmt_id);
       ^
../src/pjmedia/ffmpeg_util.c:65:18: error: field ‘codec_id’ has incomplete type
     enum CodecID codec_id;
                  ^
[...]
Comment 1 Alexis Ballier gentoo-dev 2014-03-09 13:08:02 UTC
+  09 Mar 2014; Alexis Ballier <aballier@gentoo.org> pjsip-2.1-r2.ebuild,
+  +files/pjsip-2.1-codecid.patch:
+  fix build with ffmpeg2, bug #498454
+