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

Commit f6d1049d authored by Robert Shih's avatar Robert Shih
Browse files

NdkMediaCodec: typedef struct ANativeWindow ANativeWindow

Bug: https://github.com/android-ndk/ndk/issues/528
Change-Id: I7b1eeff43ab2ac77999ed4c2d231c0178d614659
parent 8798a2dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ extern "C" {
#endif

struct ANativeWindow;
typedef struct ANativeWindow ANativeWindow;

#if __ANDROID_API__ >= 21