Remove remaining MOZ_GONK_MEDIACODEC code

This commit is contained in:
trav90 2018-11-21 08:44:16 -06:00 • committed by Roy Tam
commit e99eefeb84
5 changed files with 0 additions and 22 deletions

View file

@ -91,10 +91,6 @@ MP4Decoder::CanHandleMediaType(const MediaContentType& aType,
const bool isMP4Audio = aType.GetMIMEType().EqualsASCII("audio/mp4") ||
aType.GetMIMEType().EqualsASCII("audio/x-m4a");
const bool isMP4Video =
// On B2G, treat 3GPP as MP4 when Gonk PDM is available.
#ifdef MOZ_GONK_MEDIACODEC
aType.GetMIMEType().EqualsASCII(VIDEO_3GPP) ||
#endif
aType.GetMIMEType().EqualsASCII("video/mp4") ||
aType.GetMIMEType().EqualsASCII("video/quicktime") ||
aType.GetMIMEType().EqualsASCII("video/x-m4v");

View file

@ -20,6 +20,3 @@ SOURCES += [
]
FINAL_LIBRARY = 'xul'
if CONFIG['MOZ_GONK_MEDIACODEC']:
DEFINES['MOZ_GONK_MEDIACODEC'] = True