summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 16:41:48 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-10 13:54:03 +0200
commit9875fd24ce585497b26d8b7a3d87143b3e80a6ca (patch)
treefd19d011c7ec29e755c97db23902d68aa96bb4e5 /libavcodec/Makefile
parentf1e3e9e2042a77891d8a75ef501f95b9b820da11 (diff)
avcodec.h: split AVPacket API into its own header
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index abb4992b60..1ae5f610c0 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -12,6 +12,7 @@ HEADERS = ac3_parser.h \
dxva2.h \
jni.h \
mediacodec.h \
+ packet.h \
qsv.h \
vaapi.h \
vdpau.h \