summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2022-05-17 12:02:27 +0000
committerSlávek Banko <slavek.banko@axis.cz>2022-05-19 17:40:38 +0200
commit83beb081801183920497d4ac3ee2ef8786911e08 (patch)
tree9f53cf8fa3f1c8a5c060c987a075f4f6985f7829 /config.h.in
parent6e5bd8f2aecca675dd0d7b1da4cbb06f1044c541 (diff)
downloadk9copy-83beb081.tar.gz
k9copy-83beb081.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 <aneejit1@gmail.com> (cherry picked from commit e71518b16cb4507712e2bf69e4902fc1689d9995)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index 70e6595..d5aaafc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -121,21 +121,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