[pitivi] bin: Fix a little screw up in Gst version checking
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] bin: Fix a little screw up in Gst version checking
- Date: Sun, 29 Sep 2013 19:34:53 +0000 (UTC)
commit 21193555e196d77dcac2f7af547e361da89d05b7
Author: Thibault Saunier <thibault saunier collabora com>
Date: Sat Sep 28 20:08:38 2013 +0200
bin: Fix a little screw up in Gst version checking
bin/pitivi-git-environment.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/pitivi-git-environment.sh b/bin/pitivi-git-environment.sh
index 4bc1ff7..5ad107c 100755
--- a/bin/pitivi-git-environment.sh
+++ b/bin/pitivi-git-environment.sh
@@ -78,7 +78,7 @@ GI_TYPELIB_PATH=$PITIVI_PREFIX/share/gir-1.0:${GI_TYPELIB_PATH:+:$GI_TYPELIB_PAT
export PKG_CONFIG_PATH="$PITIVI_PREFIX/lib/pkgconfig:$PITIVI/pygobject:$PKG_CONFIG_PATH"
-if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.2.0.1'; then
+if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.2.0'; then
echo "Using system-wide GStreamer 1.0"
else
echo "Using a local build of GStreamer 1.0"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]