From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4EED4E013DE for ; Fri, 26 Jul 2013 11:17:38 -0700 (PDT) Received: by mail-pd0-f172.google.com with SMTP id z10so3201452pdj.17 for ; Fri, 26 Jul 2013 11:17:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=cxDfMBQoxkEoopbmF5kNVvG/W+V0KkVsuU3vyecyeuM=; b=bmDerOzxTmafqlk2xAsvl3ALZmsfCm3ox9DaHZqJBl5NCjNS3XnwRGaEzmeJ9MrCBn vpyLjUWgck06MFlBDVTJEsHhaIvf8VV7gOi9XbOV6gltCFzwytIk2O2AN5WYIIkF7DRK /MG8JHd3Q5oOOjoOSdHX5CkueSaQOLf/gp25F5tzoJe/ITIaXnW19YP59BRi8KWTIxt1 MF5YbNkDemwdqoG238GksyWH8P2WnjfDOO8V5jd7QLqDy3jzBlW27vjNV5AuJ6KhZgFA JE2VTFVXn4LI1tBIXCiVFQC3b70emkP09eZqXV94i2M7v0tmwpEhEoQaoLfcoKekZFAS 7bpg== X-Received: by 10.68.196.165 with SMTP id in5mr55777465pbc.0.1374862658854; Fri, 26 Jul 2013 11:17:38 -0700 (PDT) Received: from [29.6.1.42] ([70.96.116.236]) by mx.google.com with ESMTPSA id vu5sm4983229pab.10.2013.07.26.11.17.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 11:17:37 -0700 (PDT) Message-ID: <51F2BD3E.4070305@boundarydevices.com> Date: Fri, 26 Jul 2013 11:17:34 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <1374854807-3997-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQljD8ez0JAxHFMFdH1SlUlNoqS3w+SbPNIAQZkrYV7wXp9Qm8TahUdwMkHyqN/E7zf0Sdwz Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2] gst-plugins-gl: Add dependencies on libjpeg, libpng X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 18:17:39 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 07/26/2013 09:18 AM, Otavio Salvador wrote: > On Fri, Jul 26, 2013 at 1:06 PM, Eric Nelson > wrote: >> There's a tight dependency on libjpeg.so.8 and libpng16.so.16 >> inside of the libgstopengl.so library: >> >> >> >> >> Change-Id: Ieec9824d8fb3883265148e228bc7d374ba4f755b >> Signed-off-by: Eric Nelson > > I am sorry to didn't find this before but this is not a meta-fsl-arm > specific fix. Instead this should be send to OE-Core and modify the > .bb file. > > I checked the source: > > .../gst-plugins-gl-0.10.3% git grep ljpeg configure.ac > configure.ac:JPEG_LIBS="$LIBS -ljpeg-mmx" > configure.ac: JPEG_LIBS="-ljpeg" > .../gst-plugins-gl-0.10.3% git grep lpng configure.ac > .../gst-plugins-gl-0.10.3% git grep png configure.ac > configure.ac:dnl libpng is optional > configure.ac:PKG_CHECK_MODULES(LIBPNG, libpng >= 1.0, HAVE_PNG=yes, HAVE_PNG=no) > configure.ac: AC_DEFINE(HAVE_PNG, [1] , [Use libpng]) > I'm going to need to re-test this. It looks like 'jpeg' is already expressed as a dependency: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb?h=dylan Regards, Eric