Summary: | Documentation fails to build | ||
---|---|---|---|
Product: | Farstream | Reporter: | Jeremy Bicha <jbicha> |
Component: | Core | Assignee: | Olivier Crête <olivier.crete> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Add missing includes to fix docs build
Add missing includes to fix docs build |
Description
Jeremy Bicha
2016-08-17 06:54:13 UTC
Created attachment 125836 [details] [review] Add missing includes to fix docs build Created attachment 125837 [details] [review] Add missing includes to fix docs build Strange, this has worked without those includes in a long time, but this patch is correct and can,t hurt, so merged it: commit 1dcbbb07cbc8c3f05e3c86d21713d1a059eb2486 Author: Jeremy Bicha <jbicha@ubuntu.com> Date: Wed Aug 17 02:51:38 2016 -0400 Add missing includes to fix docs build https://bugs.freedesktop.org/97376 Yeah, it still built on Debian unstable. Hi, I added this patch on the top of the debian unstable version and it still FTBFS due to: farstream-plugins-scan.c: In function 'get_object_types': farstream-plugins-scan.c:255:12: warning: implicit declaration of function 'fs_msn_participant_get_type' [-Wimplicit-function-declaration] type = fs_msn_participant_get_type (); Adding to the attached patch fixed the FTBFS +#include "../../gst/fsmsnconference/fs-msn-participant.h" |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.