cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / multimedia / kino / kino.conf
blobbf9ff7d44622236889b26e5e9905fc5ee3b35eae
2 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
3 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
5 # Filename: package/.../kino/kino.conf
6 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # Copyright (C) 1998 - 2003 Clifford Wolf
9 # More information can be found in the files COPYING and README.
11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation; version 2 of the License. A copy of the
14 # GNU General Public License can be found in the file COPYING.
15 # --- SDE-COPYRIGHT-NOTE-END ---
17 # Kino contains a local copy of ffmpeg. Only use the local copy
18 # if the separate ffmpeg pkg is not available. In other words
19 # disable the local copy if the ffmpeg package is available.
20 if pkginstalled ffmpeg; then
21         var_append confopt ' ' '--disable-local-ffmpeg'