Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: James Almer <jamrial@gmail.com>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH] avcodec/videotoolbox: Fix undefined symbol with minimal configuration
Date: Tue, 4 Jan 2022 22:17:17 -0300
Message-ID: <c46f8931-9e54-6498-b7ef-b88b4a3e54d6@gmail.com> (raw)
In-Reply-To: <20220105011528.GA14829@gmail.com>



On 1/4/2022 10:15 PM, lance.lmwang@gmail.com wrote:
> On Tue, Jan 04, 2022 at 05:51:56PM -0600, Cameron Gutman wrote:
>>
>>> On Jan 4, 2022, at 3:43 AM, lance.lmwang@gmail.com wrote:
>>>
>>> From: Limin Wang <lance.lmwang@gmail.com>
>>>
>>> Please reproduced with the following minimal configure command:
>>> ./configure --enable-shared --disable-all --enable-avcodec --enable-decoder=h264 --enable-hwaccel=h264_videotoolbox
>>>
>>> You'll get below error:
>>>
>>> Undefined symbols for architecture x86_64:
>>>   "_ff_videotoolbox_vpcc_extradata_create", referenced from:
>>>       _videotoolbox_start in videotoolbox.o
>>> ld: symbol(s) not found for architecture x86_64
>>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>>>
>>> Reported-by: Cameron Gutman <aicommander@gmail.com>
>>> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
>>> ---
>>
>> Thanks, this fixes the build break for me. Please merge it into 5.0 if possible.
>>
>> Tested-by: Cameron Gutman <aicommander@gmail.com>
> 
> thank for the testing, will apply and try to merge to 5.0.

A cherry-pick should work without conflicts for this change.

> 
>>
>>> libavcodec/videotoolbox.c | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
>>> index 69beb38..51d4eac 100644
>>> --- a/libavcodec/videotoolbox.c
>>> +++ b/libavcodec/videotoolbox.c
>>> @@ -825,11 +825,13 @@ static CFDictionaryRef videotoolbox_decoder_config_create(CMVideoCodecType codec
>>>          if (data)
>>>              CFDictionarySetValue(avc_info, CFSTR("hvcC"), data);
>>>          break;
>>> +#if CONFIG_VP9_VIDEOTOOLBOX_HWACCEL
>>>      case kCMVideoCodecType_VP9 :
>>>          data = ff_videotoolbox_vpcc_extradata_create(avctx);
>>>          if (data)
>>>              CFDictionarySetValue(avc_info, CFSTR("vpcC"), data);
>>>          break;
>>> +#endif
>>>      default:
>>>          break;
>>>      }
>>> -- 
>>> 1.8.3.1
>>>
>>> _______________________________________________
>>> ffmpeg-devel mailing list
>>> ffmpeg-devel@ffmpeg.org
>>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>>
>>> To unsubscribe, visit link above, or email
>>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>>
> 
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

  reply	other threads:[~2022-01-05  1:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04  9:43 lance.lmwang
2022-01-04 23:51 ` Cameron Gutman
2022-01-05  1:15   ` lance.lmwang
2022-01-05  1:17     ` James Almer [this message]
2022-01-05  1:21       ` lance.lmwang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c46f8931-9e54-6498-b7ef-b88b4a3e54d6@gmail.com \
    --to=jamrial@gmail.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git