Skip to content

Commit c2a4a10

Browse files
cco3Android Git Automerger
authored andcommitted
am ea37409: am c24f5ba: am 9a3f3b9: am 67cf093: Merge "stagefright amrwbenc: Simplify the definition of static_vo"
* commit 'ea374096511f92206c264f3f1eb0551a05a34cd5': stagefright amrwbenc: Simplify the definition of static_vo
2 parents 8f3ca63 + ea37409 commit c2a4a10

File tree

1 file changed

+0
-4
lines changed
  • media/libstagefright/codecs/amrwbenc/inc

1 file changed

+0
-4
lines changed

media/libstagefright/codecs/amrwbenc/inc/basic_op.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929
#define MIN_16 (Word16)-32768 /* 0x8000 */
3030

3131

32-
#ifdef LINUX
33-
#define static_vo static __inline__
34-
#else
3532
#define static_vo static __inline
36-
#endif
3733

3834
#define saturate(L_var1) (((L_var1) > 0X00007fffL) ? (MAX_16): (((L_var1) < (Word32) 0xffff8000L) ? (MIN_16): ((L_var1) & 0xffff)))
3935

0 commit comments

Comments
 (0)