Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 9:57 PM Markus Volk wrote: > > After further testing I found out that gstreamer can also support dts if you > use the gstreamer-libav plugin, since ffmpeg has dcadec code built in. Less > lightweight than building the gstreamer-plugin-dts with libdca, but more > feature

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
After further testing I found out that gstreamer can also support dts if you use the gstreamer-libav plugin, since ffmpeg has dcadec code built in. Less lightweight than building the gstreamer-plugin-dts with libdca, but more feature complete. So in the meantime there is no real reason to use l

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 9:28 AM Markus Volk wrote: > > On Thu, Sep 14 2023 at 09:14:26 AM -07:00:00, Khem Raj > wrote: > > if we change it into $(LN_S)f libdca.a "$(DESTDIR)$(libdir)/libdts.a" Then it > becomes relative and can be submitted upstream as well. > > > This change has already been r

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
On Thu, Sep 14 2023 at 09:14:26 AM -07:00:00, Khem Raj wrote: if we change it into $(LN_S)f libdca.a "$(DESTDIR)$(libdir)/libdts.a" Then it becomes relative and can be submitted upstream as well. This change has already been requested some years ago:

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 8:42 AM Markus Volk wrote: > > This adds a recipe for videolans libdca. > It is needed to add dts support for gstreamer/ffmpeg > > Signed-off-by: Markus Volk > --- > ...am-dont-create-symlinks-for-static-l.patch | 32 +++ > .../recipes-multimedia/libdca/li

[oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
This adds a recipe for videolans libdca. It is needed to add dts support for gstreamer/ffmpeg Signed-off-by: Markus Volk --- ...am-dont-create-symlinks-for-static-l.patch | 32 +++ .../recipes-multimedia/libdca/libdca_0.0.7.bb | 16 ++ 2 files changed, 48 insertions(+) c