diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-22 14:27:50 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-22 14:27:50 +0000 |
commit | 04331dea2a4164f051ba4454ae5f62a1aa1037eb (patch) | |
tree | 3ddaacf5241d5db7c8b2181d28328403a4926d9e /libavutil/Makefile | |
parent | b81350a866a2123b07fd1a903d901db8e6295329 (diff) | |
download | ffmpeg-04331dea2a4164f051ba4454ae5f62a1aa1037eb.tar.gz |
Split avutil.h, move all the pixel format definitions to the new
dedicated file pixfmt.h.
Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 6c4543ae97..3357de0ec3 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -15,6 +15,7 @@ HEADERS = adler32.h \ mathematics.h \ md5.h \ mem.h \ + pixfmt.h \ random.h \ rational.h \ sha1.h |