projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faff3a7
)
10l
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 15 Oct 2006 21:04:10 +0000
(21:04 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 15 Oct 2006 21:04:10 +0000
(21:04 +0000)
Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cabac.h
patch
|
blob
|
history
diff --git
a/libavcodec/cabac.h
b/libavcodec/cabac.h
index b17667cd5a140c7677119543ba16079e55c77ec4..836663034e446e2f366842d2f47c5ee47182d408 100644
(file)
--- a/
libavcodec/cabac.h
+++ b/
libavcodec/cabac.h
@@
-362,7
+362,7
@@
static inline void renorm_cabac_decoder_once(CABACContext *c){
static int always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){
//FIXME gcc generates duplicate load/stores for c->low and c->range
-#if defined(ARCH_X86) && !
defined(PIC
)
+#if defined(ARCH_X86) && !
(defined(PIC) && defined(__GNUC__)
)
int bit;
#define LOW "0"