CVS Root: /cvs/gstreamer
Module: gst-plugins-base
Changes by: thomasvs
Date: Mon Apr 25 2005 23:29:53 EST
Log message:
Fix part of the build. Come on guys, autogen didn't even work :)
Modified files:
. : ChangeLog configure.ac
gst/audioconvert: Makefile.am
gst/audioscale : Makefile.am
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.1661&r2=1.1662
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/configure.ac.diff?r1=1.531&r2=1.532
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/audioconvert/Makefile.am.diff?r1=1.7&r2=1.8
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/audioscale/Makefile.am.diff?r1=1.14&r2=1.15
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.1661
retrieving revision 1.1662
diff -u -d -r1.1661 -r1.1662
--- ChangeLog 25 Apr 2005 10:15:11 -0000 1.1661
+++ ChangeLog 25 Apr 2005 13:29:40 -0000 1.1662
@@ -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@...>
* configure.ac:
Index: configure.ac
RCS file: /cvs/gstreamer/gst-plugins-base/configure.ac,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -d -r1.531 -r1.532
--- configure.ac 25 Apr 2005 10:15:12 -0000 1.531
+++ configure.ac 25 Apr 2005 13:29:40 -0000 1.532
@@ -930,8 +930,6 @@
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: Makefile.am
RCS file: /cvs/gstreamer/gst-plugins-base/gst/audioconvert/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 25 Apr 2005 00:23:03 -0000 1.7
+++ Makefile.am 25 Apr 2005 13:29:40 -0000 1.8
@@ -18,7 +18,7 @@
#TESTS = channelmixtest
#noinst_PROGRAMS = channelmixtest
-channelmixtest_CFLAGS = $(GST_CFLAGS)
-channelmixtest_LDADD = libgstaudioconvert.la \
- $(top_builddir)/gst-libs/gst/audio/libgstaudio-@...
-channelmixtest_LDFLAGS = $(GST_LIBS)
+#channelmixtest_CFLAGS = $(GST_CFLAGS)
+#channelmixtest_LDADD = libgstaudioconvert.la \
+# $(top_builddir)/gst-libs/gst/audio/libgstaudio-@...
+#channelmixtest_LDFLAGS = $(GST_LIBS)
RCS file: /cvs/gstreamer/gst-plugins-base/gst/audioscale/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 25 Apr 2005 00:23:02 -0000 1.14
+++ Makefile.am 25 Apr 2005 13:29:40 -0000 1.15
@@ -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
|