diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-21 18:16:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | ff0a96046d8d2758139872fd94f95da9d5b83caa (patch) | |
tree | 4eccbf1c6f8bb2b09758df11a2a6753ad69d594c /libavcodec/Makefile | |
parent | cf1746d77989c2742c8c364f57a626942cccd8d1 (diff) | |
download | ffmpeg-ff0a96046d8d2758139872fd94f95da9d5b83caa.tar.gz |
lavc: move small misc definitions into a separate header
This will allow to avoid #including the entire avcodec.h in some places.
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 4fa8d7ab10..04f28c6c1c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -12,6 +12,7 @@ HEADERS = ac3_parser.h \ codec_id.h \ codec_par.h \ d3d11va.h \ + defs.h \ dirac.h \ dv_profile.h \ dxva2.h \ |