]> git.sesse.net Git - ffmpeg/commit
hevc_parser: fix standalone build with the hevc decoder disabled
authorAnton Khirnov <anton@khirnov.net>
Mon, 13 Jul 2015 06:56:53 +0000 (08:56 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 13 Jul 2015 06:58:21 +0000 (08:58 +0200)
commita062a55d37720abc8c704aa0e8682efd3cdc9c9b
treedf5cb0e9dc816a05b25b4a8730fa0732d5752524
parentb9f76d19d81fbc7f088536f966c2d3dc23c34ddc
hevc_parser: fix standalone build with the hevc decoder disabled

The parser depends on hevc_ps, which in turn needs some data tables.

Found-by: James Almer <jamrial@gmail.com>
libavcodec/Makefile
libavcodec/hevc.c
libavcodec/hevc_data.c [new file with mode: 0644]