mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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);
|
GType gst_lame_get_type(void);
|
||||||
|
gboolean gst_lame_register (GstPlugin * plugin);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
||||||
#endif /* __GST_LAME_H__ */
|
#endif /* __GST_LAME_H__ */
|
||||||
|
|
|
@ -83,8 +83,8 @@ struct _GstLameMP3EncClass {
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_lamemp3enc_get_type(void);
|
GType gst_lamemp3enc_get_type(void);
|
||||||
|
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
||||||
#endif /* __GST_LAMEMP3ENC_H__ */
|
#endif /* __GST_LAMEMP3ENC_H__ */
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
gboolean gst_lamemp3enc_register (GstPlugin * plugin);
|
#include "gstlame.h"
|
||||||
gboolean gst_lame_register (GstPlugin * plugin);
|
#include "gstlamemp3enc.h"
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
|
|
Loading…
Reference in a new issue