mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
ba961327f3
Original commit message from CVS: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
9 lines
206 B
Makefile
9 lines
206 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstshout.la
|
|
|
|
libgstshout_la_SOURCES = gstshout.c
|
|
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstshout_la_LIBADD = $(SHOUT_LIBS)
|
|
|
|
noinst_HEADERS = gstshout.h
|