diff options
Diffstat (limited to 'gst/mve/Makefile.am')
-rw-r--r-- | gst/mve/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gst/mve/Makefile.am b/gst/mve/Makefile.am new file mode 100644 index 00000000..3b1a5a4c --- /dev/null +++ b/gst/mve/Makefile.am @@ -0,0 +1,20 @@ +plugin_LTLIBRARIES = libgstmve.la + +libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) +libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) +libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +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 |