mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Revert "Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC"
This reverts commit 9e7d1492e6.
This commit is contained in:
parent
7e50abda7d
commit
119feb053c
54 changed files with 30 additions and 314 deletions
|
|
@ -2061,7 +2061,6 @@ MOZ_VORBIS=
|
|||
MOZ_TREMOR=
|
||||
MOZ_SAMPLE_TYPE_FLOAT32=
|
||||
MOZ_SAMPLE_TYPE_S16=
|
||||
MOZ_GMP=
|
||||
MOZ_WEBRTC=
|
||||
MOZ_PEERCONNECTION=
|
||||
MOZ_SRTP=
|
||||
|
|
@ -2811,24 +2810,6 @@ else
|
|||
AC_SUBST(MOZ_SAMPLE_TYPE_FLOAT32)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable Gecko Media Plugins
|
||||
dnl ========================================================
|
||||
|
||||
if test -n "$MOZ_EME"; then
|
||||
MOZ_GMP=1
|
||||
fi
|
||||
|
||||
if test -n "$MOZ_WEBRTC"; then
|
||||
MOZ_GMP=1
|
||||
fi
|
||||
|
||||
if test -n "$MOZ_GMP"; then
|
||||
AC_DEFINE(MOZ_GMP)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_GMP)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable Raw Codecs
|
||||
dnl ========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue