Issue with recompiled libcef.dll 2454 for mp4 codecs

221 views
Skip to first unread message

Julien Tissier

unread,
Aug 3, 2016, 3:36:20 AM8/3/16
to delphichromiumembedded
Hi all,

I tried to recompile libcef.dll to get the mp4 codecs with chromium 45 using the branch 2454 (I already did it with branch 2171 and it worked) but when i replace the older with mine, i got this error :


Here a screenshot comparing the 2 dlls :


and here the batch script to compile my dll with mp4 codecs :

set GYP_GENERATORS=ninja,msvs-ninja
set GYP_MSVS_VERSION=2013
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
set GYP_DEFINES=proprietary_codecs=1 ffmpeg_branding=Chrome
set /a branch=2454
python automate-git.py --download-dir=2454 --no-debug-build --checkout=2782fb8 %* > %~dp0automate-git.log 
pause
echo add %~dp0%branch%\depot_tools to PATH
setx path "%PATH%;%~dp0%branch%\depot_tools" 
rem https://groups.google.com/forum/#!searchin/delphichromiumembedded/proprietary_codecs/delphichromiumembedded/8jisGiqxD-Y/d8gS8bqJvdsJ
cd %branch%/chromium/src/
%~dp0%branch%\depot_tools\ninja -C out\Release libcef > %~dp0ninja.log 
pause
%SystemRoot%\explorer.exe %~dp0%branch%\chromium\src\out\Release
I use a Windows 7 Virtual Machine with Visual Studio 2013 Community Edition to compile the library.

I checked on https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding and nothing more is required to compile between the 2171 and 2454 versions

What did I foget ?

Julien Tissier

unread,
Aug 3, 2016, 8:22:49 AM8/3/16
to delphichromiumembedded
Sorry all, I just forgot to copy the other recompiled files.

Reply all
Reply to author
Forward
0 new messages