[FFmpeg-cvslog] lavu: fix typo in Makefile

Anton Khirnov git at videolan.org
Mon Oct 8 20:17:44 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Oct  8 08:10:23 2012 +0200| [89715a3cf187c271f7cf4c230b23cd6f6d638e32] | committer: Michael Niedermayer

lavu: fix typo in Makefile

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89715a3cf187c271f7cf4c230b23cd6f6d638e32
---

 libavutil/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/Makefile b/libavutil/Makefile
index 66e9bb4..559f9d5 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                                                     \



More information about the ffmpeg-cvslog mailing list