aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-05-12 16:45:33 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-05-12 16:45:33 +0200
commit808c7a7cd6004b0c039b00e0e9830027f424ab62 (patch)
treeccff8014caeef3f548826a1e63e634437d0b11f5 /.gitignore
parent7867dadc168c9130c0aa569a48abbafa1cb075e7 (diff)
downloadODR-AudioEnc-808c7a7cd6004b0c039b00e0e9830027f424ab62.tar.gz
ODR-AudioEnc-808c7a7cd6004b0c039b00e0e9830027f424ab62.tar.bz2
ODR-AudioEnc-808c7a7cd6004b0c039b00e0e9830027f424ab62.zip
Statically link toolame-dab and fdk-aac-dab
ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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