gio: Remove unused function
[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
16 noinst_HEADERS = \
17         gstoggdemux.h gstoggmux.h
18
19 libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) 
20 libgstogg_la_LIBADD = \
21         $(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_MAJORMINOR).la \
22         $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
23         $(GST_BASE_LIBS) \
24         $(OGG_LIBS)
25 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
26 libgstogg_la_LIBTOOLFLAGS = --tag=disable-static
27