Make sure to dist everything needed for win32 builds.
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 14 Jun 2007 12:14:24 +0000 (12:14 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 14 Jun 2007 12:14:24 +0000 (12:14 +0000)
Original commit message from CVS:
* configure.ac:
* sys/Makefile.am:
* sys/directdraw/Makefile.am:
* sys/directsound/Makefile.am:
* sys/waveform/Makefile.am:
Make sure to dist everything needed for win32 builds.

ChangeLog
configure.ac
sys/Makefile.am
sys/directdraw/Makefile.am
sys/directsound/Makefile.am
sys/waveform/Makefile.am [new file with mode: 0644]

index 2abb83a..b268de4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * configure.ac:
+       * sys/Makefile.am:
+       * sys/directdraw/Makefile.am:
+       * sys/directsound/Makefile.am:
+       * sys/waveform/Makefile.am:
+       Make sure to dist everything needed for win32 builds.
+
 2007-06-14  Edward Hervey  <edward@fluendo.com>
 
        * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
index f04c12b..bd59459 100644 (file)
@@ -1058,6 +1058,7 @@ sys/sunaudio/Makefile
 sys/osxaudio/Makefile
 sys/osxvideo/Makefile
 sys/v4l2/Makefile
+sys/waveform/Makefile
 sys/ximage/Makefile
 po/Makefile.in
 tests/Makefile
index b4d52f1..8e1528e 100644 (file)
@@ -78,4 +78,4 @@ endif
 
 SUBDIRS=$(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) $(OSS_DIR) $(OSX_AUDIO_DIR) $(OSX_VIDEO_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR)
 
-DIST_SUBDIRS=directdraw directsound oss osxaudio osxvideo sunaudio v4l2 ximage
+DIST_SUBDIRS=directdraw directsound oss osxaudio osxvideo sunaudio v4l2 waveform ximage
index 3fa5e85..dddaf18 100644 (file)
@@ -7,3 +7,5 @@ libgstdirectdrawsink_la_LIBADD = $(DIRECTDRAW_LIBS) \
        $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \\r
        -lgstinterfaces-$(GST_MAJORMINOR)\r
 libgstdirectdrawsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTDRAW_LDFLAGS)\r
+\r
+noinst_HEADERS= gstdirectdrawsink.h\r
index 3b24de6..010ec6c 100644 (file)
@@ -7,3 +7,5 @@ libgstdirectsoundsink_la_LIBADD = $(DIRECTSOUND_LIBS) \
        $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \\r
        -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR)\r
 libgstdirectsoundsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)\r
+\r
+noinst_HEADERS = gstdirectsoundsink.h\r
diff --git a/sys/waveform/Makefile.am b/sys/waveform/Makefile.am
new file mode 100644 (file)
index 0000000..456e91f
--- /dev/null
@@ -0,0 +1,16 @@
+plugin_LTLIBRARIES = libgstwaveformsink.la
+
+# FIXME: Replace DIRECTSOUND CFLAGS+LIBS with waveform related ones and fix
+# the configure.ac + sys/Makefile.am to get this stuff building in MingW
+# For now, it's just disted for use in the VS builds.
+
+libgstwaveformsink_la_SOURCES =  gstwaveformsink.c gstwaveformplugin.c
+libgstwaveformsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
+        $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTSOUND_CFLAGS)
+libgstwaveformsink_la_LIBADD = $(DIRECTSOUND_LIBS) \
+        $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+        -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR)
+libgstwaveformsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
+
+noinst_HEADERS = gstwaveformsink.h
+