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. --- ChangeLog | 10 ++++++++++ gst-libs/gst/dshow/Makefile.am | 10 ++++++++++ sys/dshowdecwrapper/Makefile.am | 9 +++++++++ sys/dshowsrcwrapper/Makefile.am | 9 +++++++++ 4 files changed, 38 insertions(+) create mode 100644 gst-libs/gst/dshow/Makefile.am create mode 100644 sys/dshowdecwrapper/Makefile.am create mode 100644 sys/dshowsrcwrapper/Makefile.am diff --git a/ChangeLog b/ChangeLog index 0faef610..ce0844dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-02-12 Sebastien Moutte + + * 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. + 2008-02-12 Zaheer Abbas Merali * sys/dvb/dvbbasebin.c: 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 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 diff --git a/sys/dshowsrcwrapper/Makefile.am b/sys/dshowsrcwrapper/Makefile.am new file mode 100644 index 00000000..1a1187c6 --- /dev/null +++ b/sys/dshowsrcwrapper/Makefile.am @@ -0,0 +1,9 @@ +plugin_LTLIBRARIES = libgstdshowsrcwrapper.la + +libgstdshowsrcwrapper_la_SOURCES = gstdshowaudiosrc.c gstdshowsrcwrapper.c gstdshowvideosrc.c + +libgstdshowsrcwrapper_la_CFLAGS = $(GST_CFLAGS) +libgstdshowsrcwrapper_la_LIBADD = $(GST_LIBS) +libgstdshowsrcwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstdshowaudiosrc.h gstdshowsrcwrapper.h gstdshowvideosrc.h -- cgit v1.2.1