summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2023-03-02 22:31:56 -0800
committerMichael Forney <mforney@mforney.org>2023-03-02 22:31:56 -0800
commitcdcbfad9dbde9c4f55b0e0991a42303e262b96c6 (patch)
tree0133e0e72dd332137f91587bf8607e30ed5831a7
parent197efbce151436d27ce2d2255b4e16b4e7f2bc41 (diff)
ffmpeg: Enable support for PGS subtitles
-rw-r--r--pkg/ffmpeg/config_components.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/config_components.h b/pkg/ffmpeg/config_components.h
index b90275b2..c7be339d 100644
--- a/pkg/ffmpeg/config_components.h
+++ b/pkg/ffmpeg/config_components.h
@@ -541,7 +541,7 @@
#define CONFIG_MICRODVD_DECODER 0
#define CONFIG_MOVTEXT_DECODER 0
#define CONFIG_MPL2_DECODER 0
-#define CONFIG_PGSSUB_DECODER 0
+#define CONFIG_PGSSUB_DECODER 1
#define CONFIG_PJS_DECODER 0
#define CONFIG_REALTEXT_DECODER 0
#define CONFIG_SAMI_DECODER 0