unifiedstreaming / fmp4-ingest

Repository on shared work on developing a fragmented MPEG-4 ingest specification
32 stars 11 forks source link

Enable Linux builds #14

Closed davemevans closed 5 years ago

davemevans commented 5 years ago

As it stands, it isn't possible to build this project on Linux for a number of reasons:

Further, the project would not build on CentOS 7 (and other distributions with compilers that do not run in C++11 mode by default)

Finally, removed the UTF BOM from the start of a couple of files.

Note that I haven't actually tested this build process on Windows, but I believe the changes should be transparent.

RufaelDev commented 5 years ago

Thanks, indeed i did not get to testing on Linux, thanks for the contribution