From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f47.google.com ([209.85.213.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SzUHY-0002mg-Qr for openembedded-core@lists.openembedded.org; Thu, 09 Aug 2012 17:04:16 +0200 Received: by yhjj56 with SMTP id j56so463885yhj.6 for ; Thu, 09 Aug 2012 07:52:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=w+qgUkYFXqgF3TNfL0zYGZQ99dJE8JjJpjmTy7d3j6U=; b=pqTbWcOb6o2jMc3YnBQV1trTFs4kKTxQEhbKgHdL9h9mVb7HAT/YwJQgnL2DzSbhcb LMB7Qx8jPXhHLTMDE36kdeDCAw8GxR827jhYISCjWsPO9R6K2E3XfzfB/Cd9njDWeW0n PS3bJGlrgtwMONeXQZr0laRWwz34DUb/o1AOoo7xf/sAhQpAp7Hpm7MrkudrOBze5+pT qBUP7aHZZbsvCwtFLYSb5hKp/x+WIPgrafL8ArfBId6AisoKaCdZFm3oNqIsbpFGtMtN iuar2frOpCsfkxQPwnazp8+Jthpw65n/sFdxhSnX7cJ6reG9zXrFGB4tB8tw1d2moygE 3Npw== Received: by 10.50.189.134 with SMTP id gi6mr1298543igc.55.1344523946646; Thu, 09 Aug 2012 07:52:26 -0700 (PDT) Received: from [192.168.1.111] (S0106586d8f4832af.tb.shawcable.net. [24.109.142.27]) by mx.google.com with ESMTPS id a10sm1900923igd.1.2012.08.09.07.52.25 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 07:52:25 -0700 (PDT) Message-ID: <5023CEAE.6090406@gmail.com> Date: Thu, 09 Aug 2012 10:52:30 -0400 From: Derek Buitenhuis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1344451780-5914-1-git-send-email-yao.zhao@windriver.com> In-Reply-To: <1344451780-5914-1-git-send-email-yao.zhao@windriver.com> X-Enigmail-Version: 1.4.3 Subject: Re: [PATCH V2] gstreamer: gst-ffmpeg: fix build issues for libav X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 15:04:17 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 08/08/2012 2:49 PM, Yao Zhao wrote: > 1.The included libav configure is not generated by autotools > modify recipe to use correct toolchain wrapper with configure configure options you may or may not be missing: --enable-cross-compile --cross-prefix (probably not needed, since you set all the tools manually) --cpu --arch --sysroot > 3.backport libav_e500mc.patch from upstream to patch configure to > disable-altivec if it is e500mc. Don't you need to pass --cpu and --arch? Just as a side note, do we handle all of the autodetect deps? $ ./configure --help | grep autodetect --enable-vaapi enable VAAPI code [autodetect] --enable-vda enable VDA code [autodetect] --enable-vdpau enable VDPAU code [autodetect] --enable-bzlib enable bzlib [autodetect] --enable-zlib enable zlib [autodetect] - Derek