unifiedstreaming / fmp4-ingest

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

Linux build broken again #16

Closed davemevans closed 5 years ago

davemevans commented 5 years ago

Compile error: error: ‘memcpy’ was not declared in this scope. This is because cstring is not included in fmp4ingest.cpp

Link error: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' because pthread is not configured as a target link library.