mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
bb8c108211
Original commit message from CVS: first batch
10 lines
271 B
Makefile
10 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
|