mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
8f120cdf00
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
11 lines
233 B
Makefile
11 lines
233 B
Makefile
|
|
plugin_LTLIBRARIES = libgststereo.la
|
|
|
|
libgststereo_la_SOURCES = gststereo.c
|
|
libgststereo_la_CFLAGS = $(GST_CFLAGS)
|
|
libgststereo_la_LIBADD =
|
|
libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gststereo.h
|
|
|
|
EXTRA_DIST =
|