Skip to content

Commit 1a864db

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "stagefright aacenc: Simplify the definition of __inline"
2 parents 77576ff + 9f26d4c commit 1a864db

File tree

1 file changed

+1
-3
lines changed
  • media/libstagefright/codecs/aacenc/basic_op

1 file changed

+1
-3
lines changed

media/libstagefright/codecs/aacenc/basic_op/typedefs.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
#define assert(_Expression) ((void)0)
4949
#endif
5050

51-
#ifdef LINUX
52-
#define __inline static __inline__
53-
#endif
51+
#define __inline static __inline
5452

5553
#define INT_BITS 32
5654
/*

0 commit comments

Comments
 (0)