mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-08 00:59:48 +00:00
videomeasure: fix line endings
This commit is contained in:
parent
923a7e5256
commit
8c856cfb5a
1 changed files with 17 additions and 17 deletions
|
@ -1,17 +1,17 @@
|
|||
plugin_LTLIBRARIES = libgstvideomeasure.la
|
||||
|
||||
noinst_HEADERS = gstvideomeasure_ssim.h gstvideomeasure_collector.h
|
||||
|
||||
libgstvideomeasure_la_SOURCES = \
|
||||
gstvideomeasure.c \
|
||||
gstvideomeasure.h \
|
||||
gstvideomeasure_ssim.c \
|
||||
gstvideomeasure_collector.c
|
||||
|
||||
libgstvideomeasure_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstvideomeasure_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstvideomeasure_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvideomeasure_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
plugin_LTLIBRARIES = libgstvideomeasure.la
|
||||
|
||||
noinst_HEADERS = gstvideomeasure_ssim.h gstvideomeasure_collector.h
|
||||
|
||||
libgstvideomeasure_la_SOURCES = \
|
||||
gstvideomeasure.c \
|
||||
gstvideomeasure.h \
|
||||
gstvideomeasure_ssim.c \
|
||||
gstvideomeasure_collector.c
|
||||
|
||||
libgstvideomeasure_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstvideomeasure_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstvideo-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstvideomeasure_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvideomeasure_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue