changeset 1771:8488bab5efa2 libavcodec

these functions (get_bit_count and align_put_bits) are referenced even when CONFIG_ENCODERS is not defined
author melanson
date Sat, 31 Jan 2004 20:37:46 +0000
parents cd36e37fb879
children 8cd5257195c9
files common.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.c	Sat Jan 31 18:17:38 2004 +0000
+++ b/common.c	Sat Jan 31 20:37:46 2004 +0000
@@ -60,7 +60,8 @@
 #endif
 }
 
-#ifdef CONFIG_ENCODERS
+//#ifdef CONFIG_ENCODERS
+#if 1
 
 /* return the number of bits output */
 int get_bit_count(PutBitContext *s)