mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 19:58:57 +00:00
disable flags for unbuilt plugins
Original commit message from CVS: disable flags for unbuilt plugins
This commit is contained in:
parent
567ea60c01
commit
4d3f241eb2
1 changed files with 15 additions and 16 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstefence.la # libgstnavigationtest.la libgstdebug.la
|
||||
|
||||
noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h tests.h
|
||||
|
@ -7,18 +6,18 @@ libgstefence_la_SOURCES = efence.c
|
|||
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
||||
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
||||
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstdebug_la_SOURCES = \
|
||||
gstdebug.c \
|
||||
breakmydata.c \
|
||||
negotiation.c \
|
||||
gstnavseek.c \
|
||||
progressreport.c \
|
||||
tests.c \
|
||||
testplugin.c
|
||||
|
||||
libgstdebug_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
# libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
||||
# libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
||||
# libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
#
|
||||
# libgstdebug_la_SOURCES = \
|
||||
# gstdebug.c \
|
||||
# breakmydata.c \
|
||||
# negotiation.c \
|
||||
# gstnavseek.c \
|
||||
# progressreport.c \
|
||||
# tests.c \
|
||||
# testplugin.c
|
||||
#
|
||||
# libgstdebug_la_CFLAGS = $(GST_CFLAGS)
|
||||
# libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue