GNOME Bugzilla – Bug 98797
modplug_types fails to build as C file
Last modified: 2004-12-22 21:47:04 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.
Created attachment 12356 [details] [review] Patch to rename modplug_types.c and update data type
Patch applied, thanks a lot! Closing bug.