diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-06 11:18:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-08 07:12:16 +0200 |
commit | 78071a1420b425dfb787ac739048f523007b8139 (patch) | |
tree | 66733d0633637ce8b6781956c50282e319c65a4f /libavutil/Makefile | |
parent | 7b556be6735371d1040c7076547b8198d9fadd34 (diff) | |
download | ffmpeg-78071a1420b425dfb787ac739048f523007b8139.tar.gz |
pixfmt: add AV_ prefixes to PIX_FMT_*
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index cf9b32f6d2..97f8ba7ece 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -29,6 +29,7 @@ HEADERS = adler32.h \ md5.h \ mem.h \ dict.h \ + old_pix_fmt.h \ opt.h \ parseutils.h \ pixdesc.h \ |