Module: libav Branch: master Commit: ea14a655f7b8b7091aa91a083537141f1abe6a2b
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Mon Oct 8 12:09:16 2012 +0200 avutil: skip old_pix_fmts.h since it is just a list --- libavutil/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 4beb94e..34b6e42 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 \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
