Commit f4180290 authored by melanson's avatar melanson

these functions (get_bit_count and align_put_bits) are referenced even

when CONFIG_ENCODERS is not defined


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2735 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 66ffcfaa
......@@ -60,7 +60,8 @@ void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size)
#endif
}
#ifdef CONFIG_ENCODERS
//#ifdef CONFIG_ENCODERS
#if 1
/* return the number of bits output */
int get_bit_count(PutBitContext *s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment