diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2008-02-12 22:10:39 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2008-02-12 22:10:39 +0000 |
commit | 104ec747dfe785e9f1b4883a3999410a3a6f44ed (patch) | |
tree | 30330da90b3e2d6d40196a248be206efa8ba2f5e /gst-libs | |
parent | 6c1278d35c97a5be11f35dcb812a1c7f303f1ebe (diff) | |
download | gst-plugins-bad-104ec747dfe785e9f1b4883a3999410a3a6f44ed.tar.gz gst-plugins-bad-104ec747dfe785e9f1b4883a3999410a3a6f44ed.tar.bz2 gst-plugins-bad-104ec747dfe785e9f1b4883a3999410a3a6f44ed.zip |
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.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/dshow/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
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 |