Sean McGovern <[email protected]> writes:

> On Monday, May 21, 2012, Justin Ruggles <[email protected]> wrote:
>> On 05/21/2012 01:53 PM, Anton Khirnov wrote:
>>> Those functions are only useful inside filters. It is better to not
>>> support user filters until the API is more stable.
>>> ---
>>>  libavfilter/avfilter.h      |   13 ++++++++++---
>>>  libavfilter/avfiltergraph.c |    2 +-
>>>  libavfilter/formats.c       |    9 ++++++++-
>>>  libavfilter/formats.h       |    2 ++
>>>  libavfilter/version.h       |    3 +++
>>>  libavfilter/vf_vflip.c      |    3 ++-
>>>  libavfilter/vf_yadif.c      |    3 ++-
>>>  libavfilter/video.c         |   35 +++++++++++++++++++++++++++--------
>>>  libavfilter/video.h         |   24 ++++++++++++++++++++++++
>>>  tools/lavfi-showfiltfmts.c  |    3 ++-
>>>  10 files changed, 81 insertions(+), 16 deletions(-)
>>>  create mode 100644 libavfilter/video.h
>>
>
> Sorry for the late response -- this broke shared FATE builds as
> lavfi-showfiltfmts needs the hidden symbol and isn't built statically.

The simple solution is to reclassify that program from TOOL to TESTPROG,
which would give it access to internal symbols.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to