From 89715a3cf187c271f7cf4c230b23cd6f6d638e32 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 8 Oct 2012 08:10:23 +0200 Subject: [PATCH] lavu: fix typo in Makefile --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 66e9bb422c..559f9d5b5e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -32,7 +32,7 @@ HEADERS = adler32.h \ md5.h \ mem.h \ dict.h \ - old_pix_fmt.h \ + old_pix_fmts.h \ opt.h \ parseutils.h \ pixdesc.h \