[FFmpeg-cvslog] avutil: skip old_pix_fmts.h since it is just a list
Janne Grunau
git at videolan.org
Tue Oct 9 13:10:43 CEST 2012
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Mon Oct 8 12:09:16 2012 +0200| [ea14a655f7b8b7091aa91a083537141f1abe6a2b] | committer: Janne Grunau
avutil: skip old_pix_fmts.h since it is just a list
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea14a655f7b8b7091aa91a083537141f1abe6a2b
---
libavutil/Makefile | 2 ++
1 file changed, 2 insertions(+)
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 \
More information about the ffmpeg-cvslog
mailing list