Commits on Source (6)
-
This reverts commit 4cd9bdcb. Modifying cdata requires regenerating config.h which is included by every single source file in the project. There's no point in reconfiguring and recompiling the whole project to enable or disable a library for a module just for the sake of matching what autotool buildsystem did.
2a4591f4 -
The contrib include path was used to specify the include path to the libavcodec headers, but of course it doesn't work when libavcodec is not compiled from the contribs. Originally added with the plugin definition in 07d15477.
5df1ee7c -
Avoid using cdata, which will trigger a full rebuild on enabling/disabling.
d63771da -
It only has C files, so there's no need for cpp flags.
579ffcac -
The contrib include path was used to specify the include path to the libavcodec headers, but of course it doesn't work when libavcodec is not compiled from the contribs. Originally added with the plugin definition in 07d15477.
a93c647c -
Avoid using cdata, which will trigger a full rebuild on enabling/disabling.
cea2602e