From a78f136f3fa039fd7ad664fd6e6e976f1448c68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 23 Feb 2022 14:56:49 +0200 Subject: configure: Use a separate config_components.h header for $ALL_COMPONENTS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids unnecessary rebuilds of most source files if only the list of enabled components has changed, but not the other properties of the build, set in config.h. Signed-off-by: Martin Storsjö --- libavformat/bit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/bit.c') diff --git a/libavformat/bit.c b/libavformat/bit.c index 65141c0dcc..9efb4ac070 100644 --- a/libavformat/bit.c +++ b/libavformat/bit.c @@ -18,6 +18,9 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "config_components.h" + #include "avformat.h" #include "internal.h" #include "libavcodec/get_bits.h" -- cgit v1.2.1