From d1825db9de7ec7d45bfee0d4d807a98cefe38f54 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 24 Feb 2021 01:56:27 -0500 Subject: [PATCH] drone: use new debian unstable 2021-02-24a --- .drone.yml | 2 +- CMakeLists.txt | 6 ------ src/poc/tree.c | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index f0e4d98e12..ab044072aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: debian-unstable steps: - name: debian-build - image: dankamongmen/unstable_builder:2021-02-12b + image: dankamongmen/unstable_builder:2021-02-24a commands: - export LANG=en_US.UTF-8 - mkdir build diff --git a/CMakeLists.txt b/CMakeLists.txt index ce0661d0d7..6a91c180b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,18 +530,12 @@ target_include_directories(notcurses-demo include src "${PROJECT_BINARY_DIR}/include" - PUBLIC - "${AVCODEC_INCLUDE_DIRS}" - "${AVFORMAT_INCLUDE_DIRS}" - "${AVUTIL_INCLUDE_DIRS}" - "${SWSCALE_INCLUDE_DIRS}" ) target_link_libraries(notcurses-demo PRIVATE notcurses unistring ${MATH_LIBRARIES} - PUBLIC Threads::Threads ) diff --git a/src/poc/tree.c b/src/poc/tree.c index 73ed5bcd3a..8c4552143d 100644 --- a/src/poc/tree.c +++ b/src/poc/tree.c @@ -381,7 +381,6 @@ callback(struct ncplane* ncp, void* curry, int dizzy){ } ncplane_set_base(ncp, "", 0, channels); ncplane_putstr(ncp, curry); -fprintf(stderr, "DIZZY (%s) %d\n", (const char*)curry, dizzy); return 0; }