mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-01 17:31:10 +00:00
11 lines
271 B
Makefile
11 lines
271 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstqcam.la
|
||
|
|
||
|
EXTRA_DIST = qcam-os.c qcam-Linux.c
|
||
|
|
||
|
libgstqcam_la_SOURCES = gstqcamsrc.c qcam-lib.c exposure.c
|
||
|
libgstqcam_la_CFLAGS = -O2 $(GLIB_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstqcamsrc.h qcam-os.h qcam.h qcamip.h qcam-Linux.h
|