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

Commit fb031331 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

C2SoftGav1Dec: Update include paths

Update include paths as external/libgav1/libgav1/* is now
moved to external/libgav1/*

Bug: 211157723
Test: Builds

Change-Id: I847aa466d03e4fc86f2da06636b1507aefb56627
parent 985ef526
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@

#include <SimpleC2Component.h>
#include <C2Config.h>
#include "libgav1/src/gav1/decoder.h"
#include "libgav1/src/gav1/decoder_settings.h"
#include <gav1/decoder.h>
#include <gav1/decoder_settings.h>

namespace android {