I am trying to enable mp3 support in CEF 3.3239.1697.g4c795f5
in OSX Sierra. I typed the following sequence of commands.
set CEF_USE_GN=1
set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome
python /Users/myusername/Projects/cef_src/automate-git.py
--download-dir=/Users/myusername/Projects/cef_src/v1 --no-release-build --x64-build
The binary (cefclient
) was built but if I open html5test.com
, it says mp3 is not supported.