Archived issue #0029082
Configuration: Swresample-2.dll is not installed
Description
Swresample-2.dll is not installed if the option INSTALL_FFMPEG set for cmake procedure
Public activity
5 archived notes
Participants are labeled by their role within this record.
Please note that currently only avcodec, avformat, swscale, avutil are used by TKService.
Other FFmpeg libraries swresample (audio resampling), avfilter (collection of software filters), avdevice (capturing from/writing to devices like screen/camera) are not used and thus are not required for using OCCT.
Other FFmpeg libraries swresample (audio resampling), avfilter (collection of software filters), avdevice (capturing from/writing to devices like screen/camera) are not used and thus are not required for using OCCT.
Branch [archived branch] has been created by Commenter 3.
[revision removed]
Detailed log of new commits:
Author: Commenter 3
Date: Thu Sep 7 11:53:44 2017 +0300
0029082: Configuration: Swresample-2.dll is not installed
Add swresample to CSF_FFmpeg
[revision removed]
Detailed log of new commits:
Author: Commenter 3
Date: Thu Sep 7 11:53:44 2017 +0300
0029082: Configuration: Swresample-2.dll is not installed
Add swresample to CSF_FFmpeg
The easiest way to fix this problem is to add swresample to CSF_FFmpeg and add swresample.lib to FFmpeg 3rdparty folder. If FFmpeg is downloaded from official site it already contains swresample.lib in folder lib.
Dear kgv, could you please review CR29082.
Dear kgv, could you please review CR29082.
The fix in current state is not applicable - TKService does not depend from swresample and should not be linked from it explicitly.
It is also perfectly valid use case to build FFmpeg without swresample dependency (--disable-swresample flag) so actual distribution is not necessary contain swresample library at all, and requiring it for TKService will be incorrect.
It is also perfectly valid use case to build FFmpeg without swresample dependency (--disable-swresample flag) so actual distribution is not necessary contain swresample library at all, and requiring it for TKService will be incorrect.
Branch [archived branch] has been deleted by Commenter 1.
[revision removed]
[revision removed]
Related records