diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-17 11:51:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:36:15 +0100 |
commit | 7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e (patch) | |
tree | cf6a6275abb9737b551b7cbea0b61b7935a7116b /libavutil/Makefile | |
parent | ad0c9f2d5d81e22207c6ccecc426bf7306acc327 (diff) | |
download | ffmpeg-7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e.tar.gz |
Move AVFrame from lavc to lavu.
Add AVBuffer-based reference counting API to it.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index ef29d5c4b5..582fc31951 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -20,6 +20,7 @@ HEADERS = adler32.h \ eval.h \ fifo.h \ file.h \ + frame.h \ hmac.h \ imgutils.h \ intfloat.h \ @@ -70,6 +71,7 @@ OBJS = adler32.o \ fifo.o \ file.o \ float_dsp.o \ + frame.o \ hmac.o \ imgutils.o \ intfloat_readwrite.o \ |