mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
10 lines
252 B
Makefile
10 lines
252 B
Makefile
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstogg.la
|
||
|
|
||
|
libgstogg_la_SOURCES = gstoggdemux.c
|
||
|
libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
|
||
|
libgstogg_la_LIBADD = $(OGG_LIBS)
|
||
|
libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|