Closed GoogleCodeExporter closed 9 years ago
Just passing through and noticed this..
I had this issue when I was accidentally linking my system version of libvpx.
You could try running `ldd ./vpxenc` to check that you're using the right
libvpx.so.
If it's a system one, you could try to force the one you built with:
LD_LIBRARY_PATH=/path/to/libvpx/lib ./vpxenc ...
Original comment by w...@chromium.org
on 21 Feb 2015 at 12:02
can you let us know if you tried the suggested fix and if it works for you?
Original comment by ya...@google.com
on 24 Feb 2015 at 11:52
Thanks.
It seems to be working fine now. Not sure what happened.
Thanks again, and sorry for the trouble.
Original comment by rxgu...@gmail.com
on 26 Feb 2015 at 2:30
Thanks for your help watk@
Original comment by renganat...@google.com
on 26 Feb 2015 at 11:07
Original issue reported on code.google.com by
rxgu...@gmail.com
on 18 Feb 2015 at 4:24