From patchwork Fri May 6 13:29:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gst-ffmpeg: fix license information Date: Fri, 06 May 2011 13:29:51 -0000 From: Punya Prakash X-Patchwork-Id: 3307 Message-Id: <1304688591-31481-1-git-send-email-pprakash@ti.com> To: openembedded-devel@lists.openembedded.org Cc: Punya Prakash From: Punya Prakash * gst-ffmpeg by default compiles FFmpeg/libav with --enable-gpl and --enable-postproc --- recipes/gstreamer/gst-ffmpeg_0.10.11.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb index 563521e..26aecce 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb @@ -1,11 +1,11 @@ DESCRIPTION = "FFmpeg-based GStreamer plug-in" SECTION = "multimedia" PRIORITY = "optional" -LICENSE = "LGPL" +LICENSE = "GPLv2 LGPLv2.1" HOMEPAGE = "http://www.gstreamer.net/" DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" -PR = "r1" +PR = "r2" inherit autotools pkgconfig