Download raw body.
[NEW] vo-amrwbenc
On 2024/06/04 12:38, Jan Stary wrote:
> The audio/opencore-amr port provides amrnb (narrowband encoder + decoder)
> and amrwb (wideband decoder). This is the missing part, the wideband encoder.
>
> Tested on current/amd64, please test everywhere.
> (Also tested with aduio/sox.)
>
> Jan
>
whitespace is rather inconsistent. ok sthen with this on top.
diff --git a/audio/vo-amrwbenc/Makefile b/audio/vo-amrwbenc/Makefile
index ebbdc01..0bb4bdf 100644
--- a/audio/vo-amrwbenc/Makefile
+++ b/audio/vo-amrwbenc/Makefile
@@ -1,8 +1,8 @@
-COMMENT = VisualOn AMR-WB encoder library
-CATEGORIES = audio
+COMMENT= VisualOn AMR-WB encoder library
+CATEGORIES= audio
-DISTNAME = vo-amrwbenc-0.1.3
-SHARED_LIBS = vo-amrwbenc 0.0
+DISTNAME= vo-amrwbenc-0.1.3
+SHARED_LIBS= vo-amrwbenc 0.0
HOMEPAGE= https://opencore-amr.sourceforge.net/
SITES= ${SITE_SOURCEFORGE:=opencore-amr/}
[NEW] vo-amrwbenc