2005-07-20 09:40:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstautodetect.la
|
|
|
|
|
|
|
|
libgstautodetect_la_SOURCES = \
|
|
|
|
gstautoaudiosink.c \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautoaudiosrc.c \
|
2005-07-20 09:40:32 +00:00
|
|
|
gstautodetect.c \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautovideosink.c \
|
|
|
|
gstautovideosrc.c
|
2008-08-22 16:04:02 +00:00
|
|
|
libgstautodetect_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstautodetect_la_LIBADD = $(GST_LIBS)
|
2005-07-20 09:40:32 +00:00
|
|
|
libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstautodetect_la_LIBTOOLFLAGS = --tag=disable-static
|
2005-07-20 09:40:32 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstautoaudiosink.h \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautoaudiosrc.h \
|
2005-07-20 09:40:32 +00:00
|
|
|
gstautodetect.h \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautovideosink.h \
|
|
|
|
gstautovideosrc.h
|