mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
pound some sense in the colorspace elements
Original commit message from CVS: pound some sense in the colorspace elements
This commit is contained in:
parent
5eef31f18f
commit
dbf91d9192
1 changed files with 13 additions and 16 deletions
|
@ -1,21 +1,19 @@
|
||||||
|
plugin_LTLIBRARIES = libgsstandardelements.la
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstoldcoreelements.la
|
libgststandardelements_la_SOURCES = \
|
||||||
|
gstelements.c \
|
||||||
libgstoldcoreelements_la_SOURCES = \
|
gstaggregator.c \
|
||||||
gstelements.c \
|
gstfdsink.c \
|
||||||
gstaggregator.c \
|
gstfdsrc.c \
|
||||||
gstfdsink.c \
|
gstmd5sink.c \
|
||||||
gstfdsrc.c \
|
gstmultifilesrc.c \
|
||||||
gstmd5sink.c \
|
gstpipefilter.c \
|
||||||
gstmultifilesrc.c \
|
gstshaper.c \
|
||||||
gstpipefilter.c \
|
|
||||||
gstshaper.c \
|
|
||||||
gststatistics.c
|
gststatistics.c
|
||||||
|
|
||||||
|
libgststandardelements_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstoldcoreelements_la_CFLAGS = $(GST_CFLAGS)
|
libgststandardelements_la_LIBADD =
|
||||||
libgstoldcoreelements_la_LIBADD =
|
libgststandardelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstoldcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstaggregator.h \
|
gstaggregator.h \
|
||||||
|
@ -26,4 +24,3 @@ noinst_HEADERS = \
|
||||||
gstpipefilter.h \
|
gstpipefilter.h \
|
||||||
gstshaper.h \
|
gstshaper.h \
|
||||||
gststatistics.h
|
gststatistics.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue