Marton Balint (2018-02-22):
> I think what CE ment was static v.s. dynamic lib names

I am pretty sure he asked if the file name of the library could be
different at run time than at compile time, which would be the only
reason to justify using an environment variable.

By the way, using an environment variable to load a dynamic library is a
terrible idea in terms of security. Let us not do it.

> With dynamic loading we can rely on the library name defined in the NDI SDK
> headers which should be the proper one for each OS/arch.

So basically, we should add 100+ lines of ugly code just because these
guys are unable to follow the same rules as any other library?

I vote no.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to