anthwlock / untrunc

Restore a truncated mp4/mov. Improved version of ponchio/untrunc
GNU General Public License v2.0
2k stars 191 forks source link

Enable C++11 when compiling #12

Closed martinml closed 5 years ago

martinml commented 5 years ago

In Ubuntu 16.04 the buillding instructions were throwing an error:

This file requires compiler and library support for the ISO C++ 2011 standard

This PR fixed the problem at least for my particular case.