mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
build: Add all kinds of compiler warning flags and fix the resulting warnings
This commit is contained in:
parent
1a8aac1c16
commit
9a08857c1f
3 changed files with 4 additions and 4 deletions
|
@ -104,8 +104,8 @@ struct _GstLameClass {
|
|||
};
|
||||
|
||||
GType gst_lame_get_type(void);
|
||||
gboolean gst_lame_register (GstPlugin * plugin);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
#endif /* __GST_LAME_H__ */
|
||||
|
|
|
@ -83,8 +83,8 @@ struct _GstLameMP3EncClass {
|
|||
};
|
||||
|
||||
GType gst_lamemp3enc_get_type(void);
|
||||
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
#endif /* __GST_LAMEMP3ENC_H__ */
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gst/gst-i18n-plugin.h>
|
||||
|
||||
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
|
||||
gboolean gst_lame_register (GstPlugin * plugin);
|
||||
#include "gstlame.h"
|
||||
#include "gstlamemp3enc.h"
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
|
|
Loading…
Reference in a new issue