From 49fb20cb8a5da4250c978bd8cea8bd841dc0594f Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 14 Jan 2009 17:19:17 +0000 Subject: replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bitstream.c') diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 57f139138e..a43f031595 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -82,7 +82,7 @@ void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length) if(length==0) return; - if(ENABLE_SMALL || words < 16 || put_bits_count(pb)&7){ + if(CONFIG_SMALL || words < 16 || put_bits_count(pb)&7){ for(i=0; i