mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
39a16a3233
Minimal implementation of http://www.webmproject.org/code/specs/rtp/, version 0.3.2
14 lines
432 B
Makefile
14 lines
432 B
Makefile
plugin_LTLIBRARIES = libgstrtpvp8.la
|
|
|
|
libgstrtpvp8_la_SOURCES = gstrtpvp8.c \
|
|
gstrtpvp8depay.c \
|
|
gstrtpvp8pay.c
|
|
|
|
noinst_HEADERS = gstrtpvp8depay.h \
|
|
gstrtpvp8pay.h
|
|
|
|
libgstrtpvp8_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
|
-lgstrtp-@GST_MAJORMINOR@
|
|
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static
|