Commit fd963914 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Fix compilation without DAVINCI_HACK defined.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent a8ec5d8e
...@@ -579,6 +579,7 @@ void CloseVideoDecoder( vlc_object_t *p_this ) ...@@ -579,6 +579,7 @@ void CloseVideoDecoder( vlc_object_t *p_this )
free( p_sys ); free( p_sys );
} }
#ifdef DAVINCI_HACK
static void Resize( decoder_t *p_dec, vlc_bool_t b_scale ) static void Resize( decoder_t *p_dec, vlc_bool_t b_scale )
{ {
decoder_sys_t *p_sys = p_dec->p_sys; decoder_sys_t *p_sys = p_dec->p_sys;
...@@ -755,6 +756,8 @@ static void Resize( decoder_t *p_dec, vlc_bool_t b_scale ) ...@@ -755,6 +756,8 @@ static void Resize( decoder_t *p_dec, vlc_bool_t b_scale )
} }
} while(0); } while(0);
} }
#endif
/**************************************************************************** /****************************************************************************
* DecodeBlock: the whole thing * DecodeBlock: the whole thing
****************************************************************************/ ****************************************************************************/
......
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