[mythtv-users] mac build

John Hoyt john.hoyt at gmail.com
Sun Feb 7 12:59:40 UTC 2021


On Sun, Feb 7, 2021 at 7:23 AM John Hoyt <john.hoyt at gmail.com> wrote:

> audio/audiooutputbase.cpp:630:18: error: use of undeclared identifier
>> 'ff_codec_id_string'
>>             .arg(ff_codec_id_string(m_codec))
>>                  ^
>
>
> What I believe is happening is the compiler is trying to build off of
> ffmpeg's libraries and not the ones compiled and used internally by
> mythtv.  I never did sort this pathing issue out myself, but the easy
> solution is to uninstall ffmpeg.
>

Another possibility is that you're compiling with a case-sensitive
filesystem.  I found the case-sensitive filesystem to be troublesome and
moved my build systems to case-insensitive systems (which is what Apple
recommends for developers and regular users).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20210207/29e0d619/attachment.htm>


More information about the mythtv-users mailing list