diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-12 16:45:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-12 16:45:33 +0200 |
commit | 808c7a7cd6004b0c039b00e0e9830027f424ab62 (patch) | |
tree | ccff8014caeef3f548826a1e63e634437d0b11f5 /.gitignore | |
parent | 7867dadc168c9130c0aa569a48abbafa1cb075e7 (diff) | |
download | ODR-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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |