mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
13 lines
352 B
Makefile
13 lines
352 B
Makefile
plugin_LTLIBRARIES = libgstivfparse.la
|
|
|
|
libgstivfparse_la_SOURCES = gstivfparse.c
|
|
libgstivfparse_la_CFLAGS = \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstivfparse_la_LIBADD = \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS)
|
|
libgstivfparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstivfparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstivfparse.h
|