Changes between Initial Version and Version 1 of Ticket #231, comment 3
- Timestamp:
- Feb 7, 2017, 9:16:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #231, comment 3
initial v1 1 So this explains why it failed for you — libvpx-legacy-2 (that provides libvpx2.dll needed by ffmpeg[-libs]) was missing and ANMP (yum) did nothing about a replacement for libvpx that would give it libvpx2.dll. This scenario is certainly not supported, neither by yum nor by our RPM packages. You could download all related sub-packages to solve this problem but that may be tricky sometimes as all related sub-packages don't always carry the same base name (there are cases like XXX and libXXX built from one .spec).1 So this explains why it failed for you — libvpx-legacy-2 (that provides libvpx2.dll needed by ffmpeg[-libs]) was missing and ANMP (yum) did nothing about a replacement for libvpx that would give it libvpx2.dll. This scenario is certainly not supported, neither by yum nor by our RPM packages. You could download all related sub-packages to solve this problem but that may be tricky sometimes as not all related sub-packages carry the same base name (there are cases like XXX and libXXX built from one .spec). 2 2 3 3 Anyway, not a bug.