From 808c7a7cd6004b0c039b00e0e9830027f424ab62 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 12 May 2020 16:45:33 +0200 Subject: Statically link toolame-dab and fdk-aac-dab ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a5b8794..83af487 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.lo *.la +lib*.a .deps .libs .dirstamp @@ -27,4 +28,5 @@ m4/ltversion.m4 m4/lt~obsolete.m4 missing stamp-h1 +ar-lib odr-audioenc -- cgit v1.2.3