Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324357 - www-plugins/gnash fails to build with ffmpeg-0.6
Summary: www-plugins/gnash fails to build with ffmpeg-0.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Romain Perier (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-0.6
  Show dependency tree
 
Reported: 2010-06-16 18:15 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-21 13:12 UTC (History)
1 user (show)

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


Attachments
Build log (gnash-0.8.7:20100616-174529.log,316.22 KB, text/plain)
2010-06-16 18:16 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-16 18:15:25 UTC
easy fix:

append-flags -D__STDC_CONSTANT_MACROS

(UINT64_C isnt standard in C++ unless this macro is defined, and ffmpeg headers
require it)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-16 18:16:07 UTC
Created attachment 235625 [details]
Build log
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-06-21 13:12:28 UTC
+  21 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> gnash-0.8.7.ebuild:
+  Fix building with FFmpeg >= 0.6 wrt #324357 by Diego E. Pettenò.