nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 309 B view raw
1diff --git a/src/FaacEncoder.cpp b/src/FaacEncoder.cpp 2index 1100226..3ab1805 100644 3--- a/src/FaacEncoder.cpp 4+++ b/src/FaacEncoder.cpp 5@@ -36,7 +36,7 @@ 6 // compile the whole file only if faac support configured in 7 #ifdef HAVE_FAAC_LIB 8 9- 10+#include <string.h> 11 12 #include "Exception.h" 13 #include "Util.h"