summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_data.c
Commit message (Collapse)AuthorAge
* Merge commit 'a062a55d37720abc8c704aa0e8682efd3cdc9c9b'Michael Niedermayer2015-07-13
| | | | | | | | | | | * commit 'a062a55d37720abc8c704aa0e8682efd3cdc9c9b': hevc_parser: fix standalone build with the hevc decoder disabled Conflicts: libavcodec/Makefile libavcodec/hevc.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
* hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-13
The parser depends on hevc_ps, which in turn needs some data tables. Found-by: James Almer <jamrial@gmail.com>