summaryrefslogtreecommitdiff
path: root/media/libaom/src/build/cmake/exports_sources.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'media/libaom/src/build/cmake/exports_sources.cmake')
-rw-r--r--media/libaom/src/build/cmake/exports_sources.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libaom/src/build/cmake/exports_sources.cmake b/media/libaom/src/build/cmake/exports_sources.cmake
index 576920e36c..46bf001d86 100644
--- a/media/libaom/src/build/cmake/exports_sources.cmake
+++ b/media/libaom/src/build/cmake/exports_sources.cmake
@@ -19,6 +19,9 @@ list(APPEND AOM_EXPORTS_SOURCES "${AOM_ROOT}/aom/exports_com"
if(CONFIG_AV1_DECODER)
list(APPEND AOM_EXPORTS_SOURCES "${AOM_ROOT}/aom/exports_dec"
"${AOM_ROOT}/av1/exports_dec")
+ if(CONFIG_INSPECTION)
+ list(APPEND AOM_EXPORTS_SOURCES "${AOM_ROOT}/av1/exports_ident")
+ endif()
endif()
if(CONFIG_AV1_ENCODER)