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. --- gst-libs/gst/dshow/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gst-libs/gst/dshow/Makefile.am (limited to 'gst-libs') diff --git a/gst-libs/gst/dshow/Makefile.am b/gst-libs/gst/dshow/Makefile.am new file mode 100644 index 00000000..cd3f7a14 --- /dev/null +++ b/gst-libs/gst/dshow/Makefile.am @@ -0,0 +1,10 @@ +lib_LTLIBRARIES = libgstdshow-@GST_MAJORMINOR@.la + +libgstdshow_@GST_MAJORMINOR@_la_SOURCES = gstdshow.cpp gstdshowfakesink.cpp gstdshowfakesrc.cpp gstdshowinterface.cpp +libgstdshow_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) +libgstdshow_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) +libgstdshow_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS) + +libgstdshow_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app +libgstdshow_@GST_MAJORMINOR@include_HEADERS = \ No newline at end of file -- cgit v1.2.1