diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-27 21:22:20 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-27 22:51:54 +0100 |
commit | eaa6bade377a33a83e0e0dd0ef2106508efd6790 (patch) | |
tree | 1f58aef47a2769d7ef42c0d1f6c51ebd5c8b2ec6 /libavcodec/Makefile | |
parent | 1b82a0052ce1541a42de74e06890f3fecba96c99 (diff) | |
download | ffmpeg-eaa6bade377a33a83e0e0dd0ef2106508efd6790.tar.gz |
avcodec: install avdct.h as public header
The commit 932ff70 introducing this header mentions it should be public.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |