Fix part of the build. Come on guys, autogen didn't even work :)
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 25 Apr 2005 13:29:40 +0000 (13:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 25 Apr 2005 13:29:40 +0000 (13:29 +0000)
Original commit message from CVS:
Fix part of the build.  Come on guys, autogen didn't even work :)

ChangeLog
configure.ac
gst/audioconvert/Makefile.am
gst/audioscale/Makefile.am

index fbf4b72..44a5fc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * gst/audioconvert/Makefile.am:
+       * gst/audioscale/Makefile.am:
+         Fix part of the build.  Come on guys, autogen didn't even work :)
+
 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * configure.ac:
index b2236c7..98f54fe 100644 (file)
@@ -930,8 +930,6 @@ pkgconfig/gstreamer-interfaces.pc
 pkgconfig/gstreamer-interfaces-uninstalled.pc
 pkgconfig/gstreamer-libs.pc
 pkgconfig/gstreamer-libs-uninstalled.pc
-pkgconfig/gstreamer-media-info.pc
-pkgconfig/gstreamer-media-info-uninstalled.pc
 pkgconfig/gstreamer-plugins.pc
 pkgconfig/gstreamer-plugins-uninstalled.pc
 po/Makefile.in
index 66d2f00..c016165 100644 (file)
@@ -18,7 +18,7 @@ noinst_HEADERS = \
 #TESTS = channelmixtest
 #noinst_PROGRAMS = channelmixtest
 
-channelmixtest_CFLAGS = $(GST_CFLAGS)
-channelmixtest_LDADD = libgstaudioconvert.la \
-       $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
-channelmixtest_LDFLAGS = $(GST_LIBS)
+#channelmixtest_CFLAGS = $(GST_CFLAGS)
+#channelmixtest_LDADD = libgstaudioconvert.la \
+#      $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
+#channelmixtest_LDFLAGS = $(GST_LIBS)
index ea24f4f..beeeea7 100644 (file)
@@ -1,11 +1,10 @@
-
 #plugin_LTLIBRARIES = libgstaudioscale.la
 noinst_LTLIBRARIES = libgstresample.la
 
-libgstaudioscale_la_SOURCES = gstaudioscale.c
-libgstaudioscale_la_CFLAGS = $(GST_CFLAGS)
-libgstaudioscale_la_LIBADD =
-libgstaudioscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+#libgstaudioscale_la_SOURCES = gstaudioscale.c
+#libgstaudioscale_la_CFLAGS = $(GST_CFLAGS)
+#libgstaudioscale_la_LIBADD =
+#libgstaudioscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = gstaudioscale.h private.h