* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / audio / libmad / libmad.conf
blob5018777e393e7b5b2ee020ff1a270ebe7a6c4275
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/libmad/libmad.conf
3 # Copyright (C) 2004 - 2023 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 var_append confopt ' ' '--enable-accuracy'
13 [ "$SDECFG_DEBUG" != 1 ] && var_append confopt ' ' '--disable-debugging'
14 [ "$SDECFG_STATIC" != 1 ] && var_append confopt ' ' '--enable-shared'
16 [[ "$arch" = mips* ]] && var_append confopt ' ' '--enable-fpm=64bit'
17 var_append GCC_WRAPPER_REMOVE ' ' '-fschedule-insns2 -fexpensive-optimizations -fregmove -fcse-skip-blocks -fcse-follow-jumps -fthread-jumps'
19 pkginstalled pkgconfig &&
20         hook_add postmake 3 'sde_substitute $confdir/mad.pc > $root$libdir/pkgconfig/mad.pc'