On Fri, 15 Mar 2019, at 15:02, Tomas Härdin wrote:
> > +    #ifdef _WIN32
> > +    lib_handle = dlopen("mvM264Ffmpeg.dll", RTLD_LAZY);
> > +    #else   
> > +    lib_handle = dlopen("libmvM264Ffmpeg.so", RTLD_LAZY);
> > +    #endif
> 
> Still dlopen() I see. You should link to these libraries properly, as
> others have said, and add appropriate license stuff to configure.

What are those libraries? Are they drivers/system libraries?

They seem to be a wrapper done just for the FFMpeg integration. If so, what is 
the license of those?

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to