After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 779101 - configure: AC_CHECK_HEADER Macro is failing
configure: AC_CHECK_HEADER Macro is failing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
unspecified
Other Linux
: Normal normal
: 1.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-22 23:09 UTC by sreerenj
Modified: 2017-03-03 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing compiler flag (1.03 KB, patch)
2017-02-22 23:10 UTC, sreerenj
none Details | Review
configure: Add missing compiler flags (4.61 KB, patch)
2017-02-28 13:54 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description sreerenj 2017-02-22 23:09:18 UTC
The AC_CHECK_HEADERS macro is failing to locate the va_enc_* headers due to missing compiler flags.
Comment 1 sreerenj 2017-02-22 23:10:49 UTC
Created attachment 346518 [details] [review]
add missing compiler flag
Comment 2 Víctor Manuel Jáquez Leal 2017-02-28 13:54:12 UTC
Created attachment 346902 [details] [review]
configure: Add missing compiler flags

The AC_CHECK_HEADERS macro was failing to locate some headers, in
particular the va_enc_* headers due to missing compiler flags.
Comment 3 Víctor Manuel Jáquez Leal 2017-02-28 13:55:09 UTC
Sree, I have extended to your patch. What do you think? I think it is better now.
Comment 4 Víctor Manuel Jáquez Leal 2017-03-02 02:02:52 UTC
(In reply to Víctor Manuel Jáquez Leal from comment #3)
> Sree, I have extended to your patch. What do you think? I think it is better
> now.

I'm going to push it :)
Comment 5 Víctor Manuel Jáquez Leal 2017-03-02 02:03:40 UTC
Attachment 346902 [details] pushed as e0891d9 - configure: Add missing compiler flags
Comment 6 Víctor Manuel Jáquez Leal 2017-03-02 02:23:27 UTC
1.10 6e7b53762c75d4fc6827023fc96c258adbf2882c
Comment 7 sreerenj 2017-03-03 18:43:02 UTC
Thanks Victor :)