[FFmpeg-devel] patch for a new H.264 codec with Matrox m264 card.

Jean-Baptiste Kempf jb at videolan.org
Fri Mar 15 17:23:23 EET 2019


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


More information about the ffmpeg-devel mailing list