diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-08 08:10:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-08 20:12:00 +0200 |
commit | 89715a3cf187c271f7cf4c230b23cd6f6d638e32 (patch) | |
tree | 40e3731d6a4754cabd116b0b9948bfac8c98c47a | |
parent | ae77266fce26eac4f5267d158c65bdebfb64f780 (diff) | |
download | ffmpeg-89715a3cf187c271f7cf4c230b23cd6f6d638e32.tar.gz |
lavu: fix typo in Makefile
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |