mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
Use samoa.avi instead of fm6.mov in unit test
On DFSG builds, we don't have fm6.mov available to us, so use samoa.avi (of my own construction) instead.
This commit is contained in:
parent
64f514d7af
commit
a7db3b88fe
@ -359,7 +359,7 @@ TEST_CASE("Media") {
|
||||
if(notcurses_canopen_videos(nc_)){
|
||||
unsigned dimy, dimx;
|
||||
ncplane_dim_yx(ncp_, &dimy, &dimx);
|
||||
auto ncv = ncvisual_from_file(find_data("fm6.mov").get());
|
||||
auto ncv = ncvisual_from_file(find_data("samoa.avi").get());
|
||||
REQUIRE(ncv);
|
||||
CHECK(0 == ncvisual_decode(ncv));
|
||||
/*CHECK(dimy * 2 == frame->height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user