From 7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 17 Oct 2012 11:51:01 +0200 Subject: Move AVFrame from lavc to lavu. Add AVBuffer-based reference counting API to it. --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') 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 \ -- cgit v1.2.3