|
|
|
@ -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 |
|
|
|
|