Browse Source

Modified kino to use external ffmpeg if available.

early
Minto van der Sluis 17 years ago
parent
commit
aaf2843610
  1. 7
      multimedia/kino/kino.conf

7
multimedia/kino/kino.conf

@ -14,4 +14,9 @@
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
export LIBRARY_PATH="/opt/gnome/lib"
# Kino contains a local copy of ffmpeg. Only use the local copy
# if the separate ffmpeg pkg is not available. In other words
# disable the local copy if the ffmpeg package is available.
if pkginstalled ffmpeg; then
var_append confopt ' ' '--disable-local-ffmpeg'
fi

Loading…
Cancel
Save