mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst-uninstalled: use print as function
https://bugzilla.gnome.org/show_bug.cgi?id=723229
This commit is contained in:
parent
5d62ead83c
commit
826a4e3535
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ export GST_PLUGIN_SCANNER=$GST/gstreamer/libs/gst/helpers/gst-plugin-scanner
|
||||||
# this still doesn't make it work for the uninstalled case, since man goes
|
# this still doesn't make it work for the uninstalled case, since man goes
|
||||||
# look for a man directory "nearby" instead of the directory I'm telling it to
|
# look for a man directory "nearby" instead of the directory I'm telling it to
|
||||||
export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$MANPATH
|
export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$MANPATH
|
||||||
pythonver=`python -c "import sys; print sys.version[:3]"`
|
pythonver=`python -c "import sys; print (sys.version[:3])"`
|
||||||
export PYTHONPATH=$GST/gst-python:$GST_PREFIX/lib/python$pythonver/site-packages${PYTHONPATH:+:$PYTHONPATH}
|
export PYTHONPATH=$GST/gst-python:$GST_PREFIX/lib/python$pythonver/site-packages${PYTHONPATH:+:$PYTHONPATH}
|
||||||
|
|
||||||
# clutter-gst
|
# clutter-gst
|
||||||
|
|
Loading…
Reference in a new issue