From 104ec747dfe785e9f1b4883a3999410a3a6f44ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Moutte?= Date: Tue, 12 Feb 2008 22:10:39 +0000 Subject: Add Makefiles to win32 plugins and lib. Original commit message from CVS: * gst-libs/gst/dshow/Makefile.am: * sys/dshowdecwrapper/Makefile.am: * sys/dshowsrcwrapper/Makefile.am: Add Makefiles to win32 plugins and lib. They will need to be tested and probably fixed by developers working with mingw. This is a first step to include source files with releases. --- sys/dshowdecwrapper/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/dshowdecwrapper/Makefile.am (limited to 'sys/dshowdecwrapper') diff --git a/sys/dshowdecwrapper/Makefile.am b/sys/dshowdecwrapper/Makefile.am new file mode 100644 index 00000000..3b03a40d --- /dev/null +++ b/sys/dshowdecwrapper/Makefile.am @@ -0,0 +1,9 @@ +plugin_LTLIBRARIES = libgstdshowdecwrapper.la + +libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.c gstdshowdecwrapper.c gstdshowvideodec.c + +libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS) +libgstdshowdecwrapper_la_LIBADD = $(GST_LIBS) +libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstdshowaudiodec.h gstdshowdecwrapper.h gstdshowvideodec.h -- cgit v1.2.1