From eaa6bade377a33a83e0e0dd0ef2106508efd6790 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Tue, 27 Oct 2015 21:22:20 +0100 Subject: [PATCH] avcodec: install avdct.h as public header The commit 932ff70 introducing this header mentions it should be public. Reviewed-by: Ronald S. Bultje Signed-off-by: Andreas Cadhalpun --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 38152f75a2..5f38ebbd32 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak NAME = avcodec HEADERS = avcodec.h \ + avdct.h \ avfft.h \ dv_profile.h \ d3d11va.h \