[gst-cvs] gst-plugins-base: libs: touch marshal. list files to force rebuild after Makefile.am changes
Tim Müller
tpm at kemper.freedesktop.org
Mon Oct 18 16:09:48 PDT 2010
Module: gst-plugins-base
Branch: master
Commit: be36a64c5754a3c1c0a5982efabd210cfa355d3b
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=be36a64c5754a3c1c0a5982efabd210cfa355d3b
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Tue Oct 19 00:07:47 2010 +0100
libs: touch marshal.list files to force rebuild after Makefile.am changes
Force regeneration of marshal.[ch] files after prefix changes in
Makefile.am, to avoid build errors for those of us who don't
habitually make clean first.
---
gst-libs/gst/pbutils/pbutils-marshal.list | 1 +
gst-libs/gst/rtsp/gstrtsp-marshal.list | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/pbutils/pbutils-marshal.list b/gst-libs/gst/pbutils/pbutils-marshal.list
index 7b74d10..f409996 100644
--- a/gst-libs/gst/pbutils/pbutils-marshal.list
+++ b/gst-libs/gst/pbutils/pbutils-marshal.list
@@ -1 +1,2 @@
+# pbutils marshallers
VOID:POINTER,BOXED
diff --git a/gst-libs/gst/rtsp/gstrtsp-marshal.list b/gst-libs/gst/rtsp/gstrtsp-marshal.list
index 246d37e..40b8c72 100644
--- a/gst-libs/gst/rtsp/gstrtsp-marshal.list
+++ b/gst-libs/gst/rtsp/gstrtsp-marshal.list
@@ -1 +1,2 @@
+# rtsp marshallers
ENUM:POINTER,POINTER
More information about the Gstreamer-commits
mailing list