diff options
author | aneejit1 <[email protected]> | 2022-05-17 12:02:27 +0000 |
---|---|---|
committer | aneejit1 <[email protected]> | 2022-05-19 14:23:06 +0000 |
commit | e71518b16cb4507712e2bf69e4902fc1689d9995 (patch) | |
tree | ae70747582b03ef2c37e05ec85603e1e00aca965 /config.h.in | |
parent | 67d45db6d67f3d71534f214666c8fb85b4d6fa2b (diff) | |
download | k9copy-e71518b16cb4507712e2bf69e4902fc1689d9995.tar.gz k9copy-e71518b16cb4507712e2bf69e4902fc1689d9995.zip |
Implement ffmpeg version 5 support
Version 5.0 of ffmpeg drops a load of deprecated API functions causing
k9copy to fail its build. The necessary changes have been made to
enable k9copy to build against ffmpeg 5.0 as well as retaining support
for older versions. Support for older pre-0.5.1 versions has been
dropped as has runtime linking of the ffmpeg libraries. libswscale is
now mandatory.
Signed-off-by: aneejit1 <[email protected]>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in index 3690eef..31b33ff 100644 --- a/config.h.in +++ b/config.h.in @@ -115,21 +115,9 @@ */ #undef LT_OBJDIR -/* no */ -#undef NEEDS_AV_FREE_PACKET - -/* new ffmpeg */ -#undef NEW_FFMPEG - /* No openGL support */ #undef NO_OPENGL -/* No swscale support */ -#undef NO_SWSCALE - -/* old ffmpeg */ -#undef OLD_FFMPEG - /* Name of package */ #undef PACKAGE |