diff --git a/README.md b/README.md index 9eb0245..372d701 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Get the source code. Compile the source code using this command (all one line): - g++ -o untrunc -O3 *.cpp -lavformat -lavcodec -lavutil + g++ -o untrunc -O3 *.cpp -lavformat -lavcodec -lavutil -std=c++11 ## Using