mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
This commit is contained in:
parent
dee904221c
commit
3c67e8b631
@ -70,10 +70,6 @@ EXPORTS.demuxer += [
|
||||
'binding/include/demuxer/TrackDemuxer.h',
|
||||
]
|
||||
|
||||
EXPORTS += [
|
||||
'binding/include/mp4parse.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'frameworks/av/media/libstagefright/foundation/hexdump.cpp',
|
||||
'frameworks/av/media/libstagefright/MetaData.cpp',
|
||||
@ -87,6 +83,9 @@ if CONFIG['MOZ_RUST']:
|
||||
SOURCES += [
|
||||
'binding/MP4Metadata.rs',
|
||||
]
|
||||
EXPORTS += [
|
||||
'binding/include/mp4parse.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'binding/Adts.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user