mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
37c4906a74
Original commit message from CVS: first batch
12 lines
292 B
Makefile
12 lines
292 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libv4lsrc.la
|
|
|
|
libv4lsrc_la_SOURCES = \
|
|
gstv4lsrc.c \
|
|
grab-v4l.c
|
|
|
|
## FIXME : do we need -O2 ? libv4lsrc_la_CFLAGS = -O2 $(GST_CFLAGS)
|
|
libv4lsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstv4lsrc.h grab.h
|