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

Cannot build mp4muxer #31

Closed willsedg closed 1 year ago

willsedg commented 1 year ago

I get the following error when building for linux_amd64:

will@ubuntu-server:~/dlb_mp4base/make/mp4muxer/linux_amd64$ make mp4muxer_release
[CCDEP:cc] ../../../../dlb_mp4base/frontend/mp4_muxer_app.c
make: cc: No such file or directory
make: *** [Makefile:118: obj/mp4muxer_release/mp4_muxer_app.o] Error 127
willsedg commented 1 year ago

Always worth making sure you've installed the C compiler...