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 98797 - modplug_types fails to build as C file
modplug_types fails to build as C file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-17 18:35 UTC by ken
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to rename modplug_types.c and update data type (3.60 KB, patch)
2002-11-17 18:38 UTC, ken
none Details | Review

Description ken 2002-11-17 18:35:08 UTC
'gst/modplug/modplug_types.c' fails to compile when the Makefile doesn't
select the proper compile flags to compile.  thomasvs in irc recommended
renaming to modplug_types.cc (and modifying Makefile.am) and then retyping
'gchar' with 'guint8' for the result of GST_BUFFER_DATA(buf).

This patch updates ChangeLog, gst/modplug/Makefile.am, and
gst/modplug/modplug_types.c.  After applying the patch, modplug_types.c
should be moved to modplug_types.cc, with corresponding cvs rm/add.
Comment 1 ken 2002-11-17 18:38:20 UTC
Created attachment 12356 [details] [review]
Patch to rename modplug_types.c and update data type
Comment 2 Christian Fredrik Kalager Schaller 2002-11-24 11:22:35 UTC
Patch applied, thanks a lot! Closing bug.