mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
ac5cbd0134
Original commit message from CVS: * configure.ac: * gst/vmnc/Makefile.am: Fix up dist.
6 lines
232 B
Makefile
6 lines
232 B
Makefile
plugin_LTLIBRARIES = libgstvmnc.la
|
|
|
|
libgstvmnc_la_SOURCES = vmncdec.c
|
|
libgstvmnc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
|
|
libgstvmnc_la_LIBADD = $(GST_LIBS)
|
|
libgstvmnc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|