[ooo-build-commit] patches/gstreamer

Bernhard Rosenkraenzer bero at kemper.freedesktop.org
Sat Jan 9 15:15:22 PST 2010


 patches/gstreamer/gstreamer-config-office.diff |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit aa1abbf69cf32227154dcc18bcdeff8a0b0be2c3
Author: Bernhard Rosenkraenzer <bero at arklinux.ch>
Date:   Sat Jan 9 23:05:40 2010 +0000

    Add option to disable the gstreamer avmedia backend
    
      * patches/gstreamer/gstreamer-config-office.diff:
        Add option to disable the gstreamer avmedia backend -- not every Linux
        distro has/wants gstreamer...

diff --git a/patches/gstreamer/gstreamer-config-office.diff b/patches/gstreamer/gstreamer-config-office.diff
index 1aaceb1..9a4a8cb 100644
--- a/patches/gstreamer/gstreamer-config-office.diff
+++ b/patches/gstreamer/gstreamer-config-office.diff
@@ -2,6 +2,16 @@ diff --git configure.in configure.in
 index 4ff07ea..bfe9198 100644
 --- configure.in
 +++ configure.in
+@@ -304,6 +304,9 @@
+ [  --disable-randr-link    disable linking with libXrandr, instead dynamically 
+                            open it at runtime
+ ],,enable_randr_link=yes)
++AC_ARG_ENABLE(gstreamer,
++[  --disable-gstreamer     disable building the gstreamer avmedia backend
++],,enable_gstreamer=yes)
+ AC_ARG_WITH(myspell-dicts,
+ [  --without-myspell-dicts Removes myspell dictionaries from openoffice.org
+                           installation set, for people building for specific
 @@ -908,6 +908,7 @@ case "$build_os" in
  	solaris*)
  		test_gtk=yes


More information about the ooo-build-commit mailing list