offmux => oggmux, sorry :)
[platform/upstream/gstreamer.git] / ext / ogg / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstogg.la
4
5 libgstogg_la_SOURCES = gstoggdemux.c gstoggmux.c gstogg.c
6 libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
7 libgstogg_la_LIBADD = $(OGG_LIBS)
8 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9