Re: git: 11a24b63c1f5 - main - Mk/Uses/gstreamer.mk: Fix copypasta
- In reply to: Jason E. Hale: "git: 11a24b63c1f5 - main - Mk/Uses/gstreamer.mk: Fix copypasta"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 16:10:32 UTC
On 2025-05-05 08:28, Jason E. Hale wrote: > The branch main has been updated by jhale: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=11a24b63c1f5f6fbdc64c605f503de0386e3b501 > > commit 11a24b63c1f5f6fbdc64c605f503de0386e3b501 > Author: Jason E. Hale <jhale@FreeBSD.org> > AuthorDate: 2025-05-05 06:24:59 +0000 > Commit: Jason E. Hale <jhale@FreeBSD.org> > CommitDate: 2025-05-05 06:24:59 +0000 > > Mk/Uses/gstreamer.mk: Fix copypasta > > PR: 286577 > Fixes: 68f86896b58e audio/gstreamer1-plugins-fdkaac: New port: Fraunhofer FDK AAC plugin > --- > Mk/Uses/gstreamer.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk > index 72d831eefb4e..e713b7c3def0 100644 > --- a/Mk/Uses/gstreamer.mk > +++ b/Mk/Uses/gstreamer.mk > @@ -146,7 +146,7 @@ gst-faad_PORT= audio/gstreamer${_GST_VER}-plugins-faad > gst-faad_IMPL= bad > > gst-fdkaac_PORT= audio/gstreamer${_GST_VER}-plugins-fdkaac > -gst-faad_IMPL= bad > +gst-fdkaac_IMPL= bad > > gst-flac_PORT= audio/gstreamer${_GST_VER}-plugins-flac > gst-flac_IMPL= good Hi, Thanks for catching that one :-) Best regards, Daniel