mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +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
|
||||
# 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
|
||||
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}
|
||||
|
||||
# clutter-gst
|
||||
|
|
Loading…
Reference in a new issue