From owner-cvs-all@FreeBSD.ORG Thu Dec 30 07:55:43 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C893D106566B; Thu, 30 Dec 2010 07:55:43 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA5B8FC12; Thu, 30 Dec 2010 07:55:42 +0000 (UTC) Received: by qwj9 with SMTP id 9so10472910qwj.13 for ; Wed, 29 Dec 2010 23:55:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=rz61DVqxoRMGwjv08UpsL1jJ6fD4ReVqQI1K+0rnTXg=; b=l74jk2dwQpA0uPHoB+SAKr39u04EWaBxbxb/Iy0zZRL1AJgbYMGruHpvYbm7GR6jRX 2Ezqspd+DE8H+eAvDQcQ2cAMyuTPp4f0t+dO9cqo5Gs0TJicUODX5O6RorglUVKDkgNh 2W62pNLjQeRqPCK/vOKS3m7S92s7d2MixGbqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=kSFEkzvGLOoKQ+8mh6sTGhKmx0uoTrkmkWR3yBfyxhx82n85RDezyLk94wUQNevI8c 2u7AxAyXrb7AT+r6qZcFcn+9cHCxv/RAtj4IboVHVDISYMA4ovAshcU+FPXmcbVaxaIf vpmeBAhwQcn2XosJYfxfc9/f+FaEEqbR+Mvik= Received: by 10.224.19.203 with SMTP id c11mr15056320qab.170.1293695742442; Wed, 29 Dec 2010 23:55:42 -0800 (PST) Received: from localhost ([199.48.147.45]) by mx.google.com with ESMTPS id h20sm9065090qck.12.2010.12.29.23.55.39 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Dec 2010 23:55:41 -0800 (PST) From: Anonymous To: Martin Matuska References: <201012292141.oBTLfaHr080637__14101.1523003273$1293658913$gmane$org@repoman.freebsd.org> Date: Thu, 30 Dec 2010 10:55:30 +0300 In-Reply-To: <201012292141.oBTLfaHr080637__14101.1523003273$1293658913$gmane$org@repoman.freebsd.org> (Martin Matuska's message of "Wed, 29 Dec 2010 21:41:36 +0000 (UTC)") Message-ID: <86y677n18t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, Bernhard Froehlich , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/ffmpeg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2010 07:55:43 -0000 Martin Matuska writes: > mm 2010-12-29 21:41:36 UTC > > FreeBSD ports repository > > Modified files: > multimedia/ffmpeg Makefile > Log: > - Add libvdpau support to OPTIONS > > PR: ports/153491 > Submitted by: Bernhard Froehlich libavcodec doesn't link against libvdpau, it's a build-time dependency. For example, in mplayer case it's vo_vdpau that uses vdp_device_create_x11 from -lvdpau and actually decodes video.