* updated kmousetool (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / multimedia / libmpeg2 / libmpeg2.conf
blobbcb540cae6b142449cc627555a17c62a91235523
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/libmpeg2/libmpeg2.conf
3 # Copyright (C) 2004 - 2021 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 as published by
10 # the Free Software Foundation; version 2 of the License. A copy of the
11 # GNU General Public License can be found in the file COPYING.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 # we need to remove the generic cpu selection to get the run-time detected
15 # altivec code built ... :-( -ReneR
16 [ "$arch" = "powerpc" ] && var_remove_regex GCC_WRAPPER_INSERT " " "-mcpu=.*"
18 # we need to allow VIS code to be build from some files
19 if [ "$arch" = "sparc" ]; then
20         echo_status "Warning: This package will only run on UltraSPARC cpus with VIS!"
21         var_remove_regex GCC_WRAPPER_REMOVE " " "-m.*"
22         var_remove_regex GCC_WRAPPER_INSERT " " "-mcpu=.*"
25 [ $arch = x86-64 ] && var_append confopt " " "--disable-accel-detect"