summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-21 14:35:48 +0100
committerAnton Khirnov <anton@khirnov.net>2016-03-28 10:16:28 +0200
commitca2f19b9cc37be509d85f05c8f902860475905f8 (patch)
tree974be8576221b4068f613b3e23b5c3714968a8ea /libavcodec/Makefile
parenta7829a2a3f8e6ec0b9f2673c11f56916800aeb33 (diff)
h264: switch to h2645_parse for NAL parsing
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 321f8d14e9..0026b1fb7c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -252,7 +252,8 @@ OBJS-$(CONFIG_H264_DECODER) += h264.o h264_cabac.o h264_cavlc.o \
h264_direct.o h264_loopfilter.o \
h264_mb.o h264_picture.o h264_ps.o \
h264_refs.o h264_sei.o \
- h264_slice.o h264data.o h264_parse.o
+ h264_slice.o h264data.o h264_parse.o \
+ h2645_parse.o
OBJS-$(CONFIG_H264_MMAL_DECODER) += mmaldec.o
OBJS-$(CONFIG_H264_NVENC_ENCODER) += nvenc_h264.o
OBJS-$(CONFIG_H264_QSV_DECODER) += qsvdec_h2645.o