Skip to content

Commit

Permalink
CODECS: Remove duplicates from the enable/only lists
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Oct 25, 2023
1 parent 7934753 commit 506b468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sail-codecs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ sail_expand_priorities(SAIL_ONLY_CODECS)
sail_expand_priorities(SAIL_ENABLE_CODECS)
sail_expand_priorities(SAIL_DISABLE_CODECS)

list(REMOVE_DUPLICATES SAIL_ONLY_CODECS)
list(REMOVE_DUPLICATES SAIL_ENABLE_CODECS)
list(REMOVE_DUPLICATES SAIL_DISABLE_CODECS)

# Filter out codecs
#
if (SAIL_ONLY_CODECS)
Expand Down

0 comments on commit 506b468

Please sign in to comment.