From c81bfa7a636ee1aedf4fabcd3db605f5f91bc782 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sat, 2 Jul 2005 22:55:15 +0000 Subject: [PATCH] added --disable-opengl --- livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh index 03da8fd37..96deb4742 100755 --- a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.10 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.11 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -88,6 +88,7 @@ patch -p1 < ${etcdir}/typefind-smil.patch # resulting in missing linking symbols ./configure --disable-spc \ --disable-gconf --disable-gconftool \ + --disable-opengl \ --prefix=${installdir} \ --with-pkg-config-path=${pkg_config_path} make install || exit 1