本文介绍了如何将mp3和ffmpeg编解码库的支持设置为cef?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想要支持mp3和ffmpeg编解码器的cef lib。我如何用这些编解码器功能重新编译cef库。我想学习,我应该在哪里编辑cef库或cefsharp?
然后如何编译它来重用它..
我正在使用cefsharp版本47。
解决方案
注意:请在处理之前考虑法律问题
有一种方法可以启用MP3支持CEF,但您必须修改源码分发中的cef.gypi,重新生成可视化工作室项目并重建。
分步说明:
a
I want to have cef lib with support of mp3 and ffmpeg codecs. How can i re-compile the library of cef with these codec features inside it.
I want to learn, where should I edit inside the cef library or cefsharp?Then how to compile it to reuse it..
I am using cefsharp version 47.
解决方案
NOTE: PLEASE CONSIDER LEGAL ISSUES BEFORE PROCEEDING
There is a way to enable MP3 support in CEF, but you'll have to modify the cef.gypi in the source distribution, regenerate the visual studio projects and rebuild.
Step by step instructions:
a
a
这篇关于如何将mp3和ffmpeg编解码库的支持设置为cef?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!