DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

Need arm cpu support #26

Open jaoyina opened 2 years ago

jaoyina commented 2 years ago

My laptop is running windows 11 on ARM, which is Qualcomm Snapdragon 8cx. I tried the exe version, it did not work, please add support in future version.

nmcc1212 commented 1 year ago

also, apple silicon support would be nice

NeedsMoar commented 1 year ago

If you add the arm target to the visual studio solution on windows there's no reason this shouldn't build for ARM. Similarly on mac the default makefile doesn't contain any x86 specific make flags and there's no inline assembly so it should just build on either without changing anything unless Apple was stupid enough to use big endian mode on the M1.