Quoting wm4 (2016-03-21 09:32:12) > > So we have some cases where configure parses C files to get the list of > compoenents, and some where it generates C files? You're making the > codebase less consistent.
It works like that even now -- the list of all available <thing>s is only known in the C code, while the list of all enable <thing>s is only known to configure. Except right now we do a whole lot of rendundat checking through the generated header file. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
