summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliushuyu <liushuyu@aosc.io>2021-08-21 22:18:24 -0600
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-08-28 20:10:05 +0900
commit9655286dc7517726bd80d1ed8ee93d5943971ebd (patch)
tree1d0f4e68205c7cca377f4ebb18e907c4497602dc /CMakeLists.txt
parent3904afa1ff696c64e13cf4c9c2b0b355bab8ec36 (diff)
downloadakode-9655286d.tar.gz
akode-9655286d.zip
plugins/ffmpeg_decoder: migrate to FFmpeg 4.x API
Signed-off-by: Zixing Liu <liushuyu@aosc.io> plugins/ffmpeg_decoder: Add detection whether AVFrame structure has pkt_size and channels members. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6dacea6e811ebff1e88fc4a9f717b3e7cbf99378)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55de65d..7c5bb9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ include( CheckFunctionExists )
include( CheckSymbolExists )
include( CheckIncludeFile )
include( CheckLibraryExists )
+include( CheckStructHasMember )
##### include our cmake modules