All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl
       [not found] <1705E3C5B18AD43E.21236@lists.openembedded.org>
@ 2022-07-28  6:48 ` Saini, Naveen Kumar
  2022-07-28  9:14   ` Jose Quaresma
  0 siblings, 1 reply; 2+ messages in thread
From: Saini, Naveen Kumar @ 2022-07-28  6:48 UTC (permalink / raw)
  To: Saini, Naveen Kumar, openembedded-core

Please ignore this patch. It needs some re-work !

Regards,
Naveen

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Naveen Saini
> Sent: Thursday, July 28, 2022 12:47 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG
> for onevpl
> 
> Allow user to build this plugin against MFX version 2.2+ (oneVPL)
> 
> https://github.com/GStreamer/gst-plugins-
> bad/commit/beda9a73339bef878e95798f629a868c647627ce
> 
> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
> ---
>  .../gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb                 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> bad_1.20.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> bad_1.20.3.bb
> index 2dd42395f7..6048e17214 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> bad_1.20.3.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> bad_1.20.3.bb
> @@ -97,6 +97,7 @@ PACKAGECONFIG[webrtcdsp]       = "-
> Dwebrtcdsp=enabled,-Dwebrtcdsp=disabled,webrt
>  PACKAGECONFIG[zbar]            = "-Dzbar=enabled,-Dzbar=disabled,zbar"
>  PACKAGECONFIG[x11]             = "-Dx11=enabled,-Dx11=disabled,libxcb
> libxkbcommon"
>  PACKAGECONFIG[x265]            = "-Dx265=enabled,-Dx265=disabled,x265"
> +PACKAGECONFIG[onevpl]          = "-Dmsdk=enabled -Dmfx_api=oneVPL,-
> Dmsdk=disabled,onevpl onevpl-intel-gpu"
> 
>  GSTREAMER_GPL = "${@bb.utils.filter('PACKAGECONFIG', 'faad resindvd
> x265', d)}"
> 
> --
> 2.25.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl
  2022-07-28  6:48 ` [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl Saini, Naveen Kumar
@ 2022-07-28  9:14   ` Jose Quaresma
  0 siblings, 0 replies; 2+ messages in thread
From: Jose Quaresma @ 2022-07-28  9:14 UTC (permalink / raw)
  To: Naveen Saini; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2718 bytes --]

Hi Naveen,

PACKAGECONFIG[msdk] = "-Dmsdk=enabled,-Dmsdk=disabled,intel-mediasdk"
https://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb#n64

The msdk knob is already there so what is missing is the -Dmfx_api that
will change the target dependency.

Jose

Naveen Saini <naveen.kumar.saini@intel.com> escreveu no dia quinta,
28/07/2022 à(s) 07:48:

> Please ignore this patch. It needs some re-work !
>
> Regards,
> Naveen
>
> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-
> > core@lists.openembedded.org> On Behalf Of Naveen Saini
> > Sent: Thursday, July 28, 2022 12:47 PM
> > To: openembedded-core@lists.openembedded.org
> > Subject: [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG
> > for onevpl
> >
> > Allow user to build this plugin against MFX version 2.2+ (oneVPL)
> >
> > https://github.com/GStreamer/gst-plugins-
> > bad/commit/beda9a73339bef878e95798f629a868c647627ce
> >
> > Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
> > ---
> >  .../gstreamer/gstreamer1.0-plugins-bad_1.20.3.bb                 | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> > bad_1.20.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> > bad_1.20.3.bb
> > index 2dd42395f7..6048e17214 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> > bad_1.20.3.bb
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> > bad_1.20.3.bb
> > @@ -97,6 +97,7 @@ PACKAGECONFIG[webrtcdsp]       = "-
> > Dwebrtcdsp=enabled,-Dwebrtcdsp=disabled,webrt
> >  PACKAGECONFIG[zbar]            = "-Dzbar=enabled,-Dzbar=disabled,zbar"
> >  PACKAGECONFIG[x11]             = "-Dx11=enabled,-Dx11=disabled,libxcb
> > libxkbcommon"
> >  PACKAGECONFIG[x265]            = "-Dx265=enabled,-Dx265=disabled,x265"
> > +PACKAGECONFIG[onevpl]          = "-Dmsdk=enabled -Dmfx_api=oneVPL,-
> > Dmsdk=disabled,onevpl onevpl-intel-gpu"
> >
> >  GSTREAMER_GPL = "${@bb.utils.filter('PACKAGECONFIG', 'faad resindvd
> > x265', d)}"
> >
> > --
> > 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#168595):
> https://lists.openembedded.org/g/openembedded-core/message/168595
> Mute This Topic: https://lists.openembedded.org/mt/92664604/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 4884 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1705E3C5B18AD43E.21236@lists.openembedded.org>
2022-07-28  6:48 ` [OE-core] [PATCH] gstreamer1.0-plugins-bad: add PACKAGECONFIG for onevpl Saini, Naveen Kumar
2022-07-28  9:14   ` Jose Quaresma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.