[gst-cvs] gst-plugins-base: app: force automatic rebuild of gstapp-marshal.[ch] after previous change
Tim Mueller
tpm at kemper.freedesktop.org
Sun Mar 1 10:35:05 PST 2009
Module: gst-plugins-base
Branch: master
Commit: 0a835bc9a3e1cdddc9a0492a315a9f3d4c4716ce
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=0a835bc9a3e1cdddc9a0492a315a9f3d4c4716ce
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sun Mar 1 18:31:17 2009 +0000
app: force automatic rebuild of gstapp-marshal.[ch] after previous change
The previous change to appsrc/appsink requires people to 'make clean'
to get the marshallers rebuilt (causing a build failure otherwise).
Change some lines in the .list file around to force a rebuild of
these files automatically.
---
gst-libs/gst/app/gstapp-marshal.list | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/app/gstapp-marshal.list b/gst-libs/gst/app/gstapp-marshal.list
index a5d8bdc..ad35948 100644
--- a/gst-libs/gst/app/gstapp-marshal.list
+++ b/gst-libs/gst/app/gstapp-marshal.list
@@ -1,4 +1,5 @@
-VOID:UINT
BOOLEAN:UINT64
ENUM:OBJECT
ENUM:VOID
+VOID:UINT
+
More information about the Gstreamer-commits
mailing list