AbyssEngine / AbyssEngineOld

The Open Source ARPG Engine.
https://www.abyssengine.com
GNU General Public License v3.0
438 stars 46 forks source link

Remove libavresample header #122

Closed FabioLolix closed 2 years ago

FabioLolix commented 2 years ago

Hello, libavresample is completely removed from ffmpeg 5.0

It is not checked by AbyssEngine at build time while libswresample is

-- /usr/lib64/cmake/sol2
-- Checking for module 'libavcodec'
--   Found libavcodec, version 59.18.100
-- Checking for module 'libavformat'
--   Found libavformat, version 59.16.100
-- Checking for module 'libavdevice'
--   Found libavdevice, version 59.4.100
-- Checking for module 'libavutil'
--   Found libavutil, version 57.17.100
-- Checking for module 'libavfilter'
--   Found libavfilter, version 8.24.100
-- Checking for module 'libswscale'
--   Found libswscale, version 6.4.100
-- Checking for module 'libswresample'
--   Found libswresample, version 4.3.100
-- Found FFMPEG: /usr/lib/libavcodec.so;/usr/lib/libavformat.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so  
-- Found Lua: /usr/lib/liblua5.4.so;/usr/lib/libm.so (found suitable exact version "5.4.4")

Seems safe to be removed