From fdd74e2e096051b9346c116087554b8d79541ecc Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 25 Aug 2019 16:30:01 +0200 Subject: [PATCH] remove patch (included in git now) --- docker/scripts/install-dependencies.sh | 36 -------------------------- 1 file changed, 36 deletions(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index 35dd92a..3befe6c 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -25,42 +25,6 @@ cmakebuild itpp git clone https://github.com/jketterl/csdr.git -b 48khz_filter cd csdr -patch -Np1 <<'EOF' ---- a/csdr.c -+++ b/csdr.c -@@ -38,6 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - #include - #include - #include -+#include - #include - #include - #include -diff --git a/ddcd_old.h b/ddcd_old.h -index af4cfb5..b70092b 100644 ---- a/ddcd_old.h -+++ b/ddcd_old.h -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - typedef struct client_s - { -diff --git a/nmux.h b/nmux.h -index 038bc51..079e416 100644 ---- a/nmux.h -+++ b/nmux.h -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - #include "tsmpool.h" - - #define MSG_START "nmux: " -EOF make make install cd ..