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

Commit 2a640efb authored by Dan Pasanen's avatar Dan Pasanen
Browse files

libstagefright: matroska: add missing include dir and header

Change-Id: Ied9c32307e207d171182b83f65368b34c7204651
parent 6623074d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@ LOCAL_C_INCLUDES:= \
        $(TOP)/external/libvpx/libwebm \
        $(TOP)/external/libvpx/libwebm \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/frameworks/av/media/libstagefright/include \
        $(TOP)/frameworks/av/media/libstagefright/include \
        $(TOP)/$(call project-path-for,qcom-media)/mm-core/inc \


LOCAL_CFLAGS += -Wno-multichar -Werror
LOCAL_CFLAGS += -Wno-multichar -Werror


+1 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,7 @@
#include <inttypes.h>
#include <inttypes.h>


#include <ExtendedUtils.h>
#include <ExtendedUtils.h>
#include <QCMediaDefs.h>


namespace android {
namespace android {