Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479104 - media-video/bombono-dvd-1.2.2 with media-video/ffmpeg-2.0 - src/mgui/ffviewer.cpp:409:32: error: 'CodecID' was not declared in this scope
Summary: media-video/bombono-dvd-1.2.2 with media-video/ffmpeg-2.0 - src/mgui/ffviewer...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (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: https://sourceforge.net/apps/trac/bom...
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-2.0
  Show dependency tree
 
Reported: 2013-07-31 09:28 UTC by Helmut Jarausch
Modified: 2014-03-09 12:44 UTC (History)
1 user (show)

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


Attachments
patch for ffmpeg-2 (bombono-dvd--1.2.1-ffmpeg2.patch,1.30 KB, patch)
2013-08-01 12:00 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2013-07-31 09:28:40 UTC
media-video/bombono-dvd-1.2.2 doesn't build with ffmpeg-2.0 :
src/mgui/ffviewer.cpp:409:32: error: 'CodecID' was not declared in this scope
src/mgui/ffviewer.cpp:410:1: error: expected ',' or ';' before '{' token
src/mgui/ffviewer.cpp: In function 'bool OpenInfo(FFData&, const char*, FFDiagnosis&)':
src/mgui/ffviewer.cpp:553:56: error: no match for call to '(std::string {aka std::basic_string<char>}) (AVCodecID&)'
Comment 1 Helmut Jarausch 2013-08-01 12:00:40 UTC
Created attachment 354808 [details, diff]
patch for ffmpeg-2

one has to replace  CodecID  with the new AVCodecID

Probably, this patch doesn't work for older versions of ffmpeg.
(I don't known since which version the symbol AVCodecID is defined)
Comment 2 Nikoli 2014-02-17 11:51:15 UTC
Reported upstream.
Comment 3 Alexis Ballier gentoo-dev 2014-03-09 12:44:13 UTC
+  09 Mar 2014; Alexis Ballier <aballier@gentoo.org> bombono-dvd-1.2.2.ebuild,
+  +files/bombono-dvd-1.2.2-ffmpeg2.patch:
+  fix build with ffmpeg2, bug #479104, patch by Helmut Jarausch
+