Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-11-03 15:30:14 +01:00
commit 3923a19cd1
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE
#endif
#include "h264.h" #include "h264.h"
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>

View file

@ -1,4 +1,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE
#endif
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <math.h>//for log #include <math.h>//for log