mirror of https://git.ffmpeg.org/ffmpeg.git
configure: add switch to enable debian/libav compatible ABI
needed for avcodec_find_best_pix_fmt2() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7b607eb5e7
commit
42e78552c8
|
@ -1114,6 +1114,7 @@ CONFIG_LIST="
|
||||||
gpl
|
gpl
|
||||||
gray
|
gray
|
||||||
hardcoded_tables
|
hardcoded_tables
|
||||||
|
incompatible_fork_abi
|
||||||
libaacplus
|
libaacplus
|
||||||
libass
|
libass
|
||||||
libbluray
|
libbluray
|
||||||
|
@ -1248,6 +1249,7 @@ ARCH_EXT_LIST="
|
||||||
HAVE_LIST_PUB='
|
HAVE_LIST_PUB='
|
||||||
bigendian
|
bigendian
|
||||||
fast_unaligned
|
fast_unaligned
|
||||||
|
incompatible_fork_abi
|
||||||
'
|
'
|
||||||
|
|
||||||
HAVE_LIST="
|
HAVE_LIST="
|
||||||
|
|
Loading…
Reference in New Issue