mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
12 lines
412 B
Makefile
12 lines
412 B
Makefile
|
plugin_LTLIBRARIES = libgstzbar.la
|
||
|
|
||
|
libgstzbar_la_SOURCES = gstzbar.c
|
||
|
|
||
|
libgstzbar_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ZBAR_CFLAGS)
|
||
|
libgstzbar_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZBAR_LIBS)
|
||
|
libgstzbar_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgstzbar_la_LIBTOOLFLAGS = --tag=disable-static
|
||
|
|
||
|
noinst_HEADERS = gstzbar.h
|
||
|
|