Skip to content

Commit

Permalink
Disable Encrypted Media Extension (EME) support and Fragmented MP4 su…
Browse files Browse the repository at this point in the history
…pport for now
  • Loading branch information
rainemak committed Apr 8, 2020
1 parent 1d42ac8 commit c80a21e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/xulrunner-qt5.spec
Expand Up @@ -196,6 +196,10 @@ echo "ac_add_options --disable-tests" >> "$MOZCONFIG"
echo "ac_add_options --disable-strip" >> "$MOZCONFIG"
echo "ac_add_options --with-app-name=%{name}" >> "$MOZCONFIG"

# Encrypted Media Extension (EME) support requires Fragmented MP4 support
echo "ac_add_options --disable-fmp4" >> "$MOZCONFIG"
echo "ac_add_options --disable-eme" >> "$MOZCONFIG"

%if %{system_nss}
echo "ac_add_options --with-system-nss" >> "$MOZCONFIG"
%endif
Expand Down

0 comments on commit c80a21e

Please sign in to comment.