bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.5k stars 8.12k forks source link

how to make a Dynamic library? #2951

Open elasticolifan opened 7 years ago

elasticolifan commented 7 years ago

Our app contains two Framework both using ffmgpeg. So we can not build both of them in one app (mach-o error: duplicate symbols). According this , we tryed to build a Dynamic Lib of ijkplayer by changing Mach-O type to "Dynamic Library".But it throws errors saying:"Undefined symbols". Is there any solutions? thx!

SteveOfTheStow commented 7 years ago

Got this issue also as I want to use ijkplayer with Carthage, which only supports dynamic frameworks.

iamprabal commented 6 years ago

any resolution to this one? For licensing and auditing requirements, we wish to integrate the IJKPlayer dynamically. How do I go about that? I am unable to generate the .framework file separately so I could just include that in my project.