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 736528 - udp: getting compilation error for implicit declaration of memcmp, memset
udp: getting compilation error for implicit declaration of memcmp, memset
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-12 05:55 UTC by Sanjay NM
Modified: 2014-09-12 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
udp: Included string.h to get memcmp declaration (574 bytes, patch)
2014-09-12 05:55 UTC, Sanjay NM
committed Details | Review

Description Sanjay NM 2014-09-12 05:55:58 UTC
Created attachment 285986 [details] [review]
udp: Included string.h to get memcmp declaration

I am getting compilation error for implicit declaration of memcmp is udp. Included string.h to solve this
Comment 1 Tim-Philipp Müller 2014-09-12 09:45:01 UTC
Thanks. I was pondering whether to add a gst_allocation_params_equal() function instead actually
Comment 2 Tim-Philipp Müller 2014-09-12 09:46:34 UTC
The include is still needed for memset though, so pushed it, thanks for the patch:

commit 66810a32f6bfe051cf86f063cc0bfc60f53ede1c
Author: Sanjay NM <sanjay.nm@samsung.com>
Date:   Fri Sep 12 10:55:23 2014 +0530

    udp: include string.h for memcmp and memset
    
    https://bugzilla.gnome.org//show_bug.cgi?id=736528