mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
11 lines
292 B
Makefile
11 lines
292 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstspeex.la
|
||
|
|
||
|
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
|
||
|
libgstspeex_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstspeex_la_LIBADD = -lspeex
|
||
|
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstspeexenc.h gstspeexdec.h
|