[gstreamer-bugs] [Bug 602465] gst/dtmf/tone_detect.h incompatible with MSVC

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 20 02:17:48 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602465
  GStreamer | gst-plugins-bad | 0.10.17

Jan Schmidt <thaytan> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com

--- Comment #4 from Jan Schmidt <thaytan at mad.scientist.com> 2009-11-20 10:17:42 UTC ---
You should use the _stdint.h compatibility header generated by configure, as
stdint.h is not available on all platforms:

  #include "_stdint.h"

is the correct form.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list