From patchwork Sun Sep 25 11:55:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Dekker X-Patchwork-Id: 712 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp1425277vsd; Sun, 25 Sep 2016 04:55:38 -0700 (PDT) X-Received: by 10.194.146.195 with SMTP id te3mr1858989wjb.51.1474804538874; Sun, 25 Sep 2016 04:55:38 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id g9si4235333wmf.103.2016.09.25.04.55.37; Sun, 25 Sep 2016 04:55:38 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@itanimul.li; dkim=neutral (body hash did not verify) header.i=@messagingengine.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AACE5689DFB; Sun, 25 Sep 2016 14:55:17 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 20E6C689BD8 for ; Sun, 25 Sep 2016 14:55:11 +0300 (EEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 29EF2205C1 for ; Sun, 25 Sep 2016 07:55:27 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Sun, 25 Sep 2016 07:55:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=itanimul.li; h= date:from:message-id:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=nEJtUjQHN2mEY1EufwK7thhjpjM=; b=IZRWjsAGPZJqFaR4Lt+zskxocBLM RR1GDtjUvyti/he2uJJczEKgr0SadO7UTjYSo08aHY4eDeMBzRBQPks3uVdwWKl6 bCrFNYsHhnOrlwyKK4ewFAnZCJmMUy28sSYASciuRGMXkFi+9Xo74E61xcMEJbSy uXdEEfoUCfEmZJM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-sasl-enc:x-sasl-enc; s=smtpout; bh=nEJtUjQHN2mEY1EufwK7thhjpj M=; b=XAKCtysTjffaqciRJkXF89jSI3mzKEiYCPF1UC3iwzdihu9Mn1f4D4aoxM XXAx3KDRfGgF4NhNHQ+jyMqKuK9kur1PpH8b7QxISRiUp9P9oSp99KZ6R/c3MqGY gjNDxMgSCbMFmYgVWbJmwP+bR9JVPkVv0zy5IMquR5wS/KjS0= X-Sasl-enc: Gzohz5hr1Z41QzoJzuy0LyW4iMLt/iRdQG94D8sLN+Ex 1474804526 Received: from localhost (cpc75394-sotn16-2-0-cust168.15-1.cable.virginm.net [82.22.8.169]) by mail.messagingengine.com (Postfix) with ESMTPA id B6D24F2985 for ; Sun, 25 Sep 2016 07:55:26 -0400 (EDT) From: Josh de Kock To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2016 12:55:24 +0100 Message-Id: <20160925115524.31948-1-josh@itanimul.li> X-Mailer: git-send-email 2.8.4 (Apple Git-73) Subject: [FFmpeg-devel] [PATCH] lavd/sdl2: rename user-facing names to sdl X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Josh de Kock --- configure | 2 +- libavdevice/sdl2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f593191..4cfd840 100755 --- a/configure +++ b/configure @@ -291,7 +291,7 @@ External library support: if gnutls is not used [no] --disable-schannel disable SChannel SSP, needed for TLS support on Windows if openssl and gnutls are not used [autodetect] - --disable-sdl2 disable sdl2 [autodetect] + --disable-sdl disable sdl2 [autodetect] --disable-securetransport disable Secure Transport, needed for TLS support on OSX if openssl and gnutls are not used [autodetect] --enable-x11grab enable X11 grabbing (legacy) [no] diff --git a/libavdevice/sdl2.c b/libavdevice/sdl2.c index 217ccc0..efc587c 100644 --- a/libavdevice/sdl2.c +++ b/libavdevice/sdl2.c @@ -352,7 +352,7 @@ static const AVClass sdl2_class = { }; AVOutputFormat ff_sdl2_muxer = { - .name = "sdl2", + .name = "sdl", .long_name = NULL_IF_CONFIG_SMALL("SDL2 output device"), .priv_data_size = sizeof(SDLContext), .audio_codec = AV_CODEC_ID_NONE,