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 283E74214E for ; Wed, 23 Feb 2022 14:30:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 311C068B287; Wed, 23 Feb 2022 16:30:05 +0200 (EET) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 58EC468B25A for ; Wed, 23 Feb 2022 16:29:58 +0200 (EET) Received: by mail-wr1-f54.google.com with SMTP id v21so4673457wrv.5 for ; Wed, 23 Feb 2022 06:29:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=K1zyYZjaGi9Cvb8zDnmxxbljOuJ8nBNwVscRi5Ez79Y=; b=COD5p/Y29N49IMlRiN9fIa6KHkpc+fbDLcFNM3MLy/wiSBcNXl6LvYm7/c6WSURTBE DhjtyimnuN/o6rN0HYNzab2v/AKv3VUk+RO/RRRJCyCS9IJI0f6mldkxrGLZfg6Y77L0 sHQqwSx8a9EyPw0ZMTXfk6dMQLheLWVq3y8x6ovoWq2RzZDV6uCddkCSIEOWau4daFnD PClZseZmS/6+3BHRe5+8jaOPjInqrZv+vyPJJw2JPZqh0X2Xlg2btIVFMPFywznW3w96 xVRLsDETdXVxT2++3MMTanQCT4cj8lMRGQbDj1WEun5vmf0fmk1aslPuuhOrrKmjqCrU xTWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K1zyYZjaGi9Cvb8zDnmxxbljOuJ8nBNwVscRi5Ez79Y=; b=nCINbKHvaNTdjBK63VApen0XFSHLuAJGUXJLcEIYo54JGPNXujyldQuEmf6MtvsQxE Xz/16U5co8CJm6VfefaPyOdCX/SNC3uqTIRsOP1BCE78v9TiNzW9Q058vS36gCDDGm6J +XXrLsuFPY/3vFlsv4bPQpxgJPD1GTlbx2n/DpT710tjUFsG158dM95Jdw3GISvkcWn4 rFXaxlTN5vSCwjllWox0u7B4OSJszGezNYLlzZxLdSKKx//warjtGnXv4vQUpPXH42st 3End5mxYyV1rp1MTJEW5y/mECYC6JZNdoxqRklv4glo9MKny7v3cjaY5U7JtSTg5i7wg X+Eg== X-Gm-Message-State: AOAM530K21fdSEe2obWEleXwId2tK9dkZ3sP0hEVrQJUhdUQwQIRwWGD hqV5x8x+qGPvGvQ/YwGI2aMrxfDKsppZsQ1e X-Google-Smtp-Source: ABdhPJxnY7AECZ56IRXPtaxPJInU8D7AahhFXV6fpaMedOIBILlDPWOzWkKYLPcD+83FB3qw0Ioaug== X-Received: by 2002:a5d:6da8:0:b0:1e3:c0b:153d with SMTP id u8-20020a5d6da8000000b001e30c0b153dmr23016139wrs.658.1645626597910; Wed, 23 Feb 2022 06:29:57 -0800 (PST) Received: from localhost (host-97-187.parnet.fi. [77.234.97.187]) by smtp.gmail.com with ESMTPSA id a2sm5544017wmq.38.2022.02.23.06.29.56 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 23 Feb 2022 06:29:57 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Feb 2022 16:29:42 +0200 Message-Id: <20220223142951.40366-5-martin@martin.st> X-Mailer: git-send-email 2.32.0 (Apple Git-132) In-Reply-To: <20220223142951.40366-1-martin@martin.st> References: <20220223142951.40366-1-martin@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 04/13] libavdevice: Remove unnecessary includes of version.h 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: --- libavdevice/android_camera.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavdevice/android_camera.c b/libavdevice/android_camera.c index f089d1b6f9..1934999c18 100644 --- a/libavdevice/android_camera.c +++ b/libavdevice/android_camera.c @@ -43,8 +43,6 @@ #include "libavutil/threadmessage.h" #include "libavutil/time.h" -#include "version.h" - /* This image format is available on all Android devices * supporting the Camera2 API */ #define IMAGE_FORMAT_ANDROID AIMAGE_FORMAT_YUV_420_888 -- 2.32.0 (Apple Git-132) _______________________________________________ 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".