[gst-cvs] gst-openmax: Add 'update-common' script

Felipe Contreras felipec at kemper.freedesktop.org
Sun Apr 26 09:31:11 PDT 2009


Module: gst-openmax
Branch: master
Commit: 4baf653c4f19b414cdaa3a41797a6546078bebd6
URL:    http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=4baf653c4f19b414cdaa3a41797a6546078bebd6

Author: Felipe Contreras <felipe.contreras at gmail.com>
Date:   Sun Apr 26 19:26:14 2009 +0300

Add 'update-common' script

Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>

---

 build-aux/update-common |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/build-aux/update-common b/build-aux/update-common
new file mode 100755
index 0000000..015c9b1
--- /dev/null
+++ b/build-aux/update-common
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+# Don't rely blindly on this command, further cleanup is needed after running
+# this script.
+
+orig=${1:-"../common"}
+
+cp $orig/gst-autogen.sh build-aux/gst-autogen.sh
+cp $orig/release.mak build-aux/release.mak
+cp $orig/m4/as-ac-expand.m4 m4/as-ac-expand.m4
+cp $orig/m4/as-compiler-flag.m4 m4/as-compiler-flag.m4
+cp $orig/m4/gst-args.m4 m4/gst-args.m4
+cp $orig/m4/gst-check.m4 m4/gst-check.m4
+cp $orig/m4/gst-error.m4 m4/gst-error.m4
+cp $orig/m4/gst-plugindir.m4 m4/gst-plugindir.m4
+cp $orig/m4/gst.m4 m4/gst.m4
+cp $orig/m4/shave.m4 m4/shave.m4
+cp $orig/shave-libtool.in shave-libtool.in
+cp $orig/shave.in shave.in





More information about the Gstreamer-commits mailing list