-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I built faad from this git version because the the one supplied by by distribution (OpenSuse 42.3) - in the Packman repo, V2.88, doesn't appear to support AAC-HE (ver 1 or 2), not in my testing using libfdk_aac anyway. Seems Ubuntu may be using same.
When building this under Linux, the configure command appears outdated - needs ./configure --with-mpeg4ip, not ./configure --with-mp4v2
Running may require modifying /etc/ld.so.conf, due to the "local" locations of the libraries but make misses the "ldconfig" command to make the additional paths work.
It would also be handy if make could create an executable without doing a make install for local test - my make knowledge isn't good enough to do this! Pushing this version to the various packagers would be handy as the one commonly distributed seems to miss the now important -HE functions