[gstreamer-bugs] [Bug 640492] New: gst-ffmpeg wants ffmpeg to be ansi-strict, but it isn't
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 24 16:14:24 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=640492
GStreamer | gst-ffmpeg | git
Summary: gst-ffmpeg wants ffmpeg to be ansi-strict, but it
isn't
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Windows
Status: UNCONFIRMED
Severity: blocker
Priority: Normal
Component: gst-ffmpeg
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: lrn1986 at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
gst-ffmepg attempts to compile ffmpeg with -std=c99, which makes gcc define
__STRICT_ANSI__, which makes strcasecmp unavailable in string.h on MinGW, which
makes ffmpeg compilation fail with:
libavformat/avidec.c:293:13: error: implicit declaration of function
'strcasecmp'
How to fix:
A) Don't use -std=c99 (or anything else that leads to __STRICT_ANSI__ being
defined) to build ffmpeg
B) Kindly ask ffmpeg developers to not to use strcasecmp
--
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