DiscussionsIssue archiveOCCT:Configuration

Archived issue #0029082

Configuration: Swresample-2.dll is not installed

Open CASCADEOCCT:Configurationclosed5 public notes

Search issues

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.

01Commenter 1
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.
02Commenter 2
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
03Commenter 3
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.
04Commenter 1
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.

05Commenter 2
Branch [archived branch] has been deleted by Commenter 1.

[revision removed]

Related records