Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2022-06-13 19:32:20 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-06-13 22:22:15 +0300
commit0a191c59611ea4c8426ec6c816bf3677542ae149 (patch)
tree18076001615d9abe9a589bee9366e2c3c5e03271
parent112d3635f44a2235c30ae10f3a8600b868799962 (diff)
Enable MP3 decoding plugins
Required for games that play MP3 via MF, like "Let's Build a Zoo." CW-Bug-Id: #20803
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
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