From 0a191c59611ea4c8426ec6c816bf3677542ae149 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 13 Jun 2022 11:32:20 -0500 Subject: [PATCH] Enable MP3 decoding plugins Required for games that play MP3 via MF, like "Let's Build a Zoo." CW-Bug-Id: #20803 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index f533227d..429727a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -501,6 +501,8 @@ GST_GOOD_MESON_ARGS := \ -Dvideofilter=enabled \ -Dvpx=enabled \ -Dwavparse=enabled \ + -Did3demux=enabled \ + -Dmpg123=enabled \ -Dorc=enabled GST_GOOD_DEPENDS = gst_orc gstreamer gst_base