Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7013c8bb authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fixes to make libstagefright build for the simulator.

parent a4170099
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@

#define TIME_SOURCE_H_

#include <stdint.h>

namespace android {

class TimeSource {
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <stddef.h>
#include <sys/time.h>

#include <media/stagefright/TimeSource.h>
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#undef __STRICT_ANSI__
#define __STDINT_LIMITS
#define __STDC_LIMIT_MACROS
#include <stdint.h>

#define LOG_TAG "TimedEventQueue"