"Ronald S. Bultje" <[email protected]> writes: > From: "Ronald S. Bultje" <[email protected]> > > This is similar to how we support e.g. __restrict as an alternative for > restrict, and allows us to support compilers that use __inline instead > of inline. The define is placed in avconfig.h instead of config.h since > we use inline in public header files.
NAK. The restrict munging is broken and ought to be removed. Redefining standard keywords is only asking for trouble. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
