Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'a062a55d37720abc8c704aa0e8682efd3cdc9c9b' | Michael Niedermayer | 2015-07-13 | 1 | -4/+4 |
| | | | | | | | | | | | * 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 disabled | Anton Khirnov | 2015-07-13 | 1 | -0/+75 |
The parser depends on hevc_ps, which in turn needs some data tables. Found-by: James Almer <jamrial@gmail.com> |