From ea14a655f7b8b7091aa91a083537141f1abe6a2b Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 8 Oct 2012 12:09:16 +0200 Subject: [PATCH] avutil: skip old_pix_fmts.h since it is just a list --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/Makefile b/libavutil/Makefile index 4beb94e6cd..34b6e42e0b 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -91,6 +91,8 @@ OBJS = adler32.o \ OBJS-$(HAVE_MSVCRT) += ../compat/msvcrt/snprintf.o \ ../compat/strtod.o +SKIPHEADERS = old_pix_fmts.h + TESTPROGS = adler32 \ aes \ avstring \