Re: [FFmpeg-devel] [PATCH 3/3] lavc/wmv2dec: add #if around AVCodec def

2016-09-09 Thread Michael Niedermayer
On Fri, Sep 09, 2016 at 06:00:07PM -0500, Rodger Combs wrote: > --- > libavcodec/wmv2dec.c | 2 ++ > 1 file changed, 2 insertions(+) why ? the whole file is already conditionally build on just CONFIG_WMV2_DECODER or am i missing something ? [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 3/3] lavc/wmv2dec: add #if around AVCodec def

2016-09-09 Thread Rodger Combs
--- libavcodec/wmv2dec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index 20dbee5..477196e 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -455,6 +455,7 @@ int ff_wmv2_decode_mb(MpegEncContext *s, int16_t block[6][64])