mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
21 lines
520 B
Makefile
21 lines
520 B
Makefile
plugin_LTLIBRARIES = libgstmve.la
|
|
|
|
libgstmve_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
|
libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmve_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
libgstmve_la_SOURCES = \
|
|
gstmve.c \
|
|
gstmvemux.c \
|
|
gstmvedemux.c \
|
|
mveaudiodec.c \
|
|
mvevideodec8.c \
|
|
mvevideodec16.c \
|
|
mveaudioenc.c \
|
|
mvevideoenc8.c \
|
|
mvevideoenc16.c
|
|
|
|
noinst_HEADERS = gstmvedemux.h gstmvemux.h mve.h
|
|
|
|
EXTRA_DIST = TODO
|