[trancode/artwork] Put back compability with older versions of ffmpeg/libav

This commit is contained in:
ejurgensen
2017-03-04 11:10:43 +01:00
parent f9375ef915
commit c13ed8761a
4 changed files with 3315 additions and 3 deletions

View File

@@ -256,6 +256,9 @@ FORK_MODULES_CHECK([FORKED], [LIBAV],
AC_CHECK_HEADERS([libavutil/channel_layout.h libavutil/mathematics.h])
])
dnl TODO Actually test for this
AM_CONDITIONAL([COND_FFMPEG_LEGACY], [[test "yes" = "no"]])
AC_CHECK_SIZEOF([void *])
dnl --- Begin configuring the options ---