[MPlayer-dev-eng] [PATCH 8/9] Use proper ifdef/ifndef when checking defines
Diego Biurrun
diego at biurrun.de
Mon Feb 16 18:31:12 CET 2009
On Mon, Feb 16, 2009 at 05:16:57PM +0100, Hans-Christian Egtvedt wrote:
>
> --- a/libavcodec/bitstream.h
> +++ b/libavcodec/bitstream.h
> @@ -199,7 +199,7 @@ static inline void put_bits(PutBitContext *s, int n, unsigned int value)
> if (n >= bit_left) {
> -#if !HAVE_FAST_UNALIGNED
> +#ifndef HAVE_FAST_UNALIGNED
All of these are wrong, rejected.
Diego
More information about the MPlayer-dev-eng
mailing list