Module: libav Branch: master Commit: 8728b958ff1b9b4b4a1d72b704af1decbe0bef31
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Mon Oct 8 08:10:23 2012 +0200 lavu: fix typo in Makefile --- libavutil/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 97f8ba7..4beb94e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -29,7 +29,7 @@ HEADERS = adler32.h \ md5.h \ mem.h \ dict.h \ - old_pix_fmt.h \ + old_pix_fmts.h \ opt.h \ parseutils.h \ pixdesc.h \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
