You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments