mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-30 03:20:28 +00:00
25c9dfbf90
The test file is a short clip from Big Buck Bunny, so a license file was added to the directory to attribute it.
11 lines
344 B
CMake
11 lines
344 B
CMake
set(TEST_SOURCES
|
|
TestVP9Decode.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibVideo LIBS LibVideo)
|
|
endforeach()
|
|
|
|
install(FILES vp9_in_webm.webm DESTINATION usr/Tests/LibVideo)
|
|
install(FILES vp9_4k.webm DESTINATION usr/Tests/LibVideo)
|
|
install(FILES vp9_clamp_reference_mvs.webm DESTINATION usr/Tests/LibVideo)
|