# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/x264/x264.conf # Copyright (C) 2007 - 2021 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append confopt " " "--enable-shared" pkginstalled gpac && var_append confopt ' ' '--enable-mp4-output' pkginstalled yasm || var_append confopt ' ' '--disable-asm' # expects gcc for flags passed for assembly files unset AS var_remove_regex makeopt ' ' 'AS=.*' var_remove_regex makeinstopt ' ' 'AS=.*' var_remove_regex makeopt ' ' 'AR=.*' var_remove_regex makeopt ' ' 'LD=.*' [ "$SDECFG_X8664_X32" = 1 ] && var_append patchfiles ' ' "$confdir/*.patch.x32" if [[ $libdir == *lib64 ]]; then var_append confopt " " "--enable-pic" var_append GCC_WRAPPER_INSERT " " "-fPIC" fi