Add -Wmissing-declarations -Wmissing-prototypes to warning flags
[platform/upstream/gstreamer.git] / ext / ogg / Makefile.am
1 plugin_LTLIBRARIES = libgstogg.la
2
3 libgstogg_la_SOURCES = \
4         gstogg.c \
5         gstoggdemux.c \
6         gstoggmux.c \
7         gstogmparse.c \
8         gstoggaviparse.c \
9         gstoggparse.c \
10         gstoggstream.c \
11         gstoggstream.h \
12         dirac_parse.c \
13         dirac_parse.h \
14         vorbis_parse.c \
15         vorbis_parse.h
16
17 noinst_HEADERS = \
18         gstoggdemux.h gstoggmux.h
19
20 libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) 
21 libgstogg_la_LIBADD = \
22         $(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_MAJORMINOR).la \
23         $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
24         $(GST_BASE_LIBS) \
25         $(OGG_LIBS)
26 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
27 libgstogg_la_LIBTOOLFLAGS = --tag=disable-static
28