[vlc-commits] [Git][videolan/vlc][3.0.x] daala: fix likely plugin descriptor compile issue without sout
Jean-Baptiste Kempf
gitlab at videolan.org
Sat Jun 12 20:20:47 UTC 2021
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
8cdc61cb by Lyndon Brown at 2021-06-12T20:06:17+00:00
daala: fix likely plugin descriptor compile issue without sout
(cherry picked from commit 801dc62e81872a8402e451240d5b8a75273f0591)
- - - - -
1 changed file:
- modules/codec/daala.c
Changes:
=====================================
modules/codec/daala.c
=====================================
@@ -147,8 +147,10 @@ vlc_module_begin ()
add_string( ENC_CFG_PREFIX "chroma-fmt", "420", ENC_CHROMAFMT_TEXT,
ENC_CHROMAFMT_LONGTEXT, false )
change_string_list( enc_chromafmt_list, enc_chromafmt_list_text )
+#endif
vlc_module_end ()
+#ifdef ENABLE_SOUT
static const char *const ppsz_enc_options[] = {
"quality", "keyint", "chroma-fmt", NULL
};
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8cdc61cb8fce58e57f9a934adc354b23f7ecd64f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8cdc61cb8fce58e57f9a934adc354b23f7ecd64f
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list