[FFmpeg-cvslog] configure: add switch to enable debian/libav compatible ABI

Michael Niedermayer git at videolan.org
Fri Aug 31 21:41:05 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Aug 31 20:34:33 2012 +0200| [42e78552c8a7d977c9573e6b1d5744ed65b6fc3f] | committer: Michael Niedermayer

configure: add switch to enable debian/libav compatible ABI

needed for avcodec_find_best_pix_fmt2()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42e78552c8a7d977c9573e6b1d5744ed65b6fc3f
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index c2b76b3..576ada7b 100755
--- a/configure
+++ b/configure
@@ -1114,6 +1114,7 @@ CONFIG_LIST="
     gpl
     gray
     hardcoded_tables
+    incompatible_fork_abi
     libaacplus
     libass
     libbluray
@@ -1248,6 +1249,7 @@ ARCH_EXT_LIST="
 HAVE_LIST_PUB='
     bigendian
     fast_unaligned
+    incompatible_fork_abi
 '
 
 HAVE_LIST="



More information about the ffmpeg-cvslog mailing list