Open Source Fraunhofer AAC Encoder (fdk-aac)
Reply #137 –
@nu774,
a. Should fdkaac compile into a static binary?
(On Debian I have this:
ldd ./fdkaac
linux-vdso.so.1 => (0x00007fffa6e58000)
libfdk-aac.so.0 => /usr/local/lib/libfdk-aac.so.0 (0x00007fc586100000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc585e7e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc585af2000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc5863d6000)
)
b. Is it compilable on OSX (Mountain Lion)?