Thread: FFmpegSource
View Single Post
Old 1st January 2020, 02:22   #2556  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Compiled the last official stable release with FFMPEG 4.2.2 libs, figured a few people may be interested in having it so here it is:

FFMS2 2.23.1 (w/ FFmpeg 4.2.2)
Static Libs Build (x86 & x64) | Sources

Build Notes:
Compiled with Microsoft Visual Studio 2015
Shared Libs & Include Files were copied to the Visual Studio Directories in: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
Patch included with previous releases was applied to FFmpeg before compiling.

Static FFmpeg libs compiled with:
Code:
./configure --toolchain=msvc --enable-gpl --enable-version3 --disable-encoders --disable-programs --disable-filters \
 --disable-network --disable-doc --disable-avdevice --disable-swresample --disable-postproc --disable-avfilter --enable-avresample
make install
Visual Studio Project Modifications
Project Properties > Configuration Properties > Linker > Input
- Additional Dependencies: bcrypt.lib;

Changes to libs.cpp
Code:
#pragma comment(lib, "zlibstat.lib")
Included Libs:
LibAV (from FFmpeg 4.2.2)
zlib 1.2.11

Other Software:
MSYS2 (i686 & x86_64)
Yasm 1.3.0 (General Use Executables)
l33tmeatwad is offline   Reply With Quote