From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id B5FAA4113B for ; Mon, 3 Jan 2022 19:18:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E9EB268B1AA; Mon, 3 Jan 2022 21:18:43 +0200 (EET) Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9899D68AE3C for ; Mon, 3 Jan 2022 21:18:37 +0200 (EET) Received: by mail-ot1-f43.google.com with SMTP id 45-20020a9d0a30000000b0058f1a6df088so44751486otg.4 for ; Mon, 03 Jan 2022 11:18:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:content-language:from :subject:to:content-transfer-encoding; bh=zsygIpa0TOu9qkOUjQaK+QuvrSuYmUOLwg90oUM1Lz8=; b=qyhV8O9Ab/xBQpkDrsForNjndABufaCyoJwhlpolt/IsD46mt9Ya3ujoqt0oWZvnVh cjs1ZfCQ3texzEsXe+WjcJGAifd+UZZlUO2TGU0a8ZFm82TaJ4fkaGzVR/D28szHyHkb Pekxy2tUQKD+okFzKdqvtqypCPvgy2XfYIxJRlxEscUqrIpf9xnmToo26Zn0CFH0IQfZ n4PYBKxPgz1+aWjT6Pw1O2a4uOAYEmvbuv3RZ9e5WYpmwdtOLlBB4ayqlu5i73usbqWh tFqib7IVbID9QYx7uGJ7QzpGqaDUEQZK1e/3SMzg7gpqjWQ3xhyOq5788bWe3mSK9M2K 1Xcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:from:subject:to:content-transfer-encoding; bh=zsygIpa0TOu9qkOUjQaK+QuvrSuYmUOLwg90oUM1Lz8=; b=DhHq3XIcVCEm9kEfxV1ysvUDHCkj3KhdN9FOJyFQ9DBA5abjlAfd2Dla10tHrivPKN 1BN7SIFNeZttU3/VXbAwp/1fpPc+AmxEAgTu2YisiS1ZIDaU6zBqaEw0rcn0VejCLRjV ML5SAF2aMjwv5sXSkaR4AsfebRY3v4izwkEWzaE5KUGO18/+VbYejmTyJmu5sKW1Hid5 Zqex899vMENX/6Mebn/HSoR1q5DPTSZ9TZE074JLf4DJs+UTsIdDf2laglO498rvWVZf p780uZxHc1dcfZsvE1lWuLrHhp2gJq1IplRZF2CsxVu0mzBmmSBg9TIYNwyTgAmlZAfG D1HQ== X-Gm-Message-State: AOAM532PPC5LV/ySWXRMBT34vMwthYjlvk/3E+Z9EJOzKs8aeT5JVeGU zbl2Q/yptuZ1qFG4bL5BnHnWVgpy5exQBg== X-Google-Smtp-Source: ABdhPJzSsGZIYdL+BYizBnn6L4gxEXpmqhOwUQab9Q+0HGLhtWK1rlbQqB2BF1ElykslUjf2LzvjMA== X-Received: by 2002:a9d:6256:: with SMTP id i22mr33019687otk.308.1641237515318; Mon, 03 Jan 2022 11:18:35 -0800 (PST) Received: from ?IPV6:2600:1700:4830:3f7f:7aac:34da:1863:159e? ([2600:1700:4830:3f7f:7aac:34da:1863:159e]) by smtp.gmail.com with ESMTPSA id g17sm9102671oiy.14.2022.01.03.11.18.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Jan 2022 11:18:34 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2022 13:18:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Content-Language: en-US From: Cameron Gutman To: FFmpeg development discussions and patches , rcombs@rcombs.me Subject: [FFmpeg-devel] Build break: VideoToolbox VP9 support breaks H.264-only build X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: I am building minimal ffmpeg libraries for my application using the following configure command: ./configure --enable-shared --disable-all --enable-avcodec --enable-decoder=h264 --enable-hwaccel=h264_videotoolbox libavcodec.dylib now fails to link after the following commit: commit a41a2efc85f8c88caec10040ee437562f9d0b947 Author: rcombs Date: Sat Nov 13 02:43:06 2021 -0600 lavc/videotoolbox: add VP9 hardware acceleration On M1 Max, this supports profiles 0 and 2, but not 1 and 3. The error is: 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) make: *** [libavcodec/libavcodec.59.dylib] Error 1 Perhaps ff_videotoolbox_vpcc_extradata_create() needs to go in videotoolbox.c like the other ff_videotoolbox_*_extradata_create() functions? Regards, Cam _______________________________________________ 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".