Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't add ldflags to aom library (AOMediaCodec#1581)
To link with aom, only AOM_LIBRARY is needed. Don't append LDFLAGS from pkgconfig, which contain (duplicate) flags to link the very same library, also in error-prone -L/-l form. Link with aom before: `/usr/local/lib/libaom.so -L/usr/local/lib -laom` Link with aom after: `/usr/local/lib/libaom.so`
- Loading branch information