diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -4,25 +4,7 @@ | |||
4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla | 4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla |
5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu | 5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu |
6 | # | 6 | # |
7 | # Parts copied from FFmpeg's configure. Original license was: | 7 | # This build system is based in part on the FFmpeg configure script. |
8 | # | ||
9 | # Copyright (c) 2000-2002 Fabrice Bellard | ||
10 | # Copyright (c) 2005-2007 Diego Biurrun | ||
11 | # Copyright (c) 2005-2007 Mans Rullgard | ||
12 | # | ||
13 | # dlfcn-win32 is free software; you can redistribute it and/or | ||
14 | # modify it under the terms of the GNU Lesser General Public | ||
15 | # License as published by the Free Software Foundation; either | ||
16 | # version 2.1 of the License, or (at your option) any later version. | ||
17 | |||
18 | # dlfcn-win32 is distributed in the hope that it will be useful, | ||
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
21 | # Lesser General Public License for more details. | ||
22 | # | ||
23 | # You should have received a copy of the GNU Lesser General Public | ||
24 | # License along with dlfcn-win32; if not, write to the Free Software | ||
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
26 | 8 | ||
27 | set_all(){ | 9 | set_all(){ |
28 | value=$1 | 10 | value=$1 |