mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
12 lines
294 B
Makefile
12 lines
294 B
Makefile
|
plugin_LTLIBRARIES = libgsth264parse.la
|
||
|
|
||
|
libgsth264parse_la_SOURCES = \
|
||
|
gsth264parse.c
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gsth264parse.h
|
||
|
|
||
|
libgsth264parse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||
|
libgsth264parse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||
|
libgsth264parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|