[MPlayer-dev-eng] [RFC] what about USE_LIBAVUTIL_SO?

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 24 18:42:30 CET 2007


Hello,
I found a few places where USE_LIBAVUTIL_SO is used, e.g.
stream/realrtsp/real.c and spudec.c.
To me, libavutil is supposed to become and integral part of MPlayer, and
having those #ifdefs everywhere would seriously clutter the code and I
don't know how much of somewhat internal lavu code we use or might want
to use in the future.
Also using this #ifdef only in some places as done currently will not be
very useful.
So are there any strong objections to removing those #ifdef for
USE_LIBAVUTIL_SO everywhere?
Note that this will still allow using the dynamically linked libavutil
if someone really insists, you just need to have the libavutil subdir
(and be very sure the versions match, but we require that anyway...).

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list