mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
c186da6a66
Original commit message from CVS: First attempt (actually third) at a property probing interface
9 lines
287 B
Makefile
9 lines
287 B
Makefile
noinst_LTLIBRARIES = libgstpropertyprobe.la
|
|
|
|
libgstpropertyprobe_la_SOURCES = propertyprobe.c
|
|
|
|
libgstpropertyprobeincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/propertyprobe
|
|
libgstpropertyprobeinclude_HEADERS = propertyprobe.h
|
|
|
|
libgstpropertyprobe_la_CFLAGS = $(GST_CFLAGS)
|
|
|