From 473a3f42333d03a1d5c4abcbbd4d3f86b81ba1f3 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 24 Dec 2024 15:04:18 -0500 Subject: Update for dependency name change Signed-off-by: Andrew Opalach --- taro/tests/meson.build | 1 + taro/tests/notcurses_ffmpeg.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 taro/tests/meson.build (limited to 'taro/tests') diff --git a/taro/tests/meson.build b/taro/tests/meson.build new file mode 100644 index 0000000..00ecb00 --- /dev/null +++ b/taro/tests/meson.build @@ -0,0 +1 @@ +executable('notcurses_test', ['notcurses_ffmpeg.c'], dependencies: [naunet, notcurses, notcurses_core]) diff --git a/taro/tests/notcurses_ffmpeg.c b/taro/tests/notcurses_ffmpeg.c index dd798c9..adf9689 100644 --- a/taro/tests/notcurses_ffmpeg.c +++ b/taro/tests/notcurses_ffmpeg.c @@ -1,11 +1,11 @@ #include -#include +#include #include #include s32 main(void) { - if (!aki_common_init()) return EXIT_FAILURE; + if (!nn_common_init()) return EXIT_FAILURE; struct notcurses *nc = notcurses_init(NULL, stdin); @@ -29,7 +29,7 @@ s32 main(void) out: notcurses_stop(nc); - aki_common_close(); + nn_common_close(); return EXIT_SUCCESS; } -- cgit v1.2.3-101-g0448