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
Build samples and tests with AV_ENABLE_SHARED disabled
Define avcpp::avcpp target always:
- If AV_ENABLE_SHARED defined, target points to the Shared version
- If AV_ENABLE_SHARED not defined, target points to the Static version
On the end system, if target avcpp::avcpp-static present, it points to
the static version and avcpp::avcpp points to the shared versions. If
avcpp::avcpp-static not present, avcpp::avcpp points to the static
version.
Fix#81
0 commit comments