mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
9 lines
288 B
Makefile
9 lines
288 B
Makefile
|
|
plugin_LTLIBRARIES = libgstspeex.la
|
|
|
|
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
|
|
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
|
|
libgstspeex_la_LIBADD = $(SPEEX_LIBS)
|
|
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstspeexenc.h gstspeexdec.h
|