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 594247 - missing math.h include in rtpjpegdepay
missing math.h include in rtpjpegdepay
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-05 18:21 UTC by Håvard Graff (hgr)
Modified: 2009-09-08 11:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (623 bytes, patch)
2009-09-05 18:21 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2009-09-05 18:21:30 UTC
Created attachment 142545 [details] [review]
patch

Building it on Windows, it would not build because math.h was missing.
Comment 1 Wim Taymans 2009-09-08 11:33:52 UTC
commit 610802483885757d4339805dfdf53966920ceae9
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Mon Aug 31 21:16:54 2009 +0200

    rtpjpegdepay: add missing math.h include
    
    Fixes #594247