From 8d6264ea12bfac0912c7249f00af2ac8e3409ed1 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Fri, 7 May 2021 17:10:03 +0200 Subject: Cleanup: Remove deprecated variables and functions calls from our ffmpeg code There need to be more cleanup for ffmpeg 4.5 (ffmpeg master branch). However this now compiles on ffmpeg 4.4 without and deprication warnings. Reviewed By: Sergey, Richard Antalik Differential Revision: http://developer.blender.org/D10338 --- source/blender/imbuf/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/imbuf/CMakeLists.txt') diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt index 7ce795280a3..be0e364c85f 100644 --- a/source/blender/imbuf/CMakeLists.txt +++ b/source/blender/imbuf/CMakeLists.txt @@ -166,12 +166,6 @@ if(WITH_CODEC_FFMPEG) ${OPENJPEG_LIBRARIES} ) add_definitions(-DWITH_FFMPEG) - - remove_strict_c_flags_file( - intern/anim_movie.c - intern/indexer.c - intern/util.c - ) endif() if(WITH_IMAGE_DDS) -- cgit v1.2.3