mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7f26eaf9c5
zbar is a bar code scanner library.
11 lines
412 B
Makefile
11 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
|
|
|