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
* libavformat depends on libbz2.so.1.0
* Most linux distribution has libbz2.so, but sometimes without the
symbolic link 'libbz2.so.1.0'. It causes that our deployed libavformat
cannot be loaded on Fedora distribution for example.
* This commit fixes this issue.
0 commit comments