Skip to content

Commit 94ba083

Browse files
author
Clement Champetier
committed
AudioVideo: add 'AVTRANSCODER' prefix to some CMake flags
Update avTranscoder submodule.
1 parent 52f3892 commit 94ba083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/image/io/AudioVideo/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if(FFMPEG_FOUND)
1313
tuttle_install_shared_libs("${${var}}")
1414
endforeach()
1515
# Build avTranscoder library
16-
set(DISABLE_APPS True)
17-
set(DISABLE_BINDINGS True)
16+
set(AVTRANSCODER_DISABLE_APPS True)
17+
set(AVTRANSCODER_DISABLE_BINDINGS True)
1818
add_subdirectory(avTranscoder)
1919
endif(FFMPEG_FOUND)
2020

0 commit comments

Comments
 (0)