From: Steinar Gunderson Date: Mon, 27 Sep 2010 11:17:13 +0000 (+0200) Subject: Protected encoder_sys_t definition with ENABLE_SOUT. X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=661c20f5694da6ff372c7819c1b6cb828bb66962 Protected encoder_sys_t definition with ENABLE_SOUT. --- diff --git a/modules/codec/lpcm.c b/modules/codec/lpcm.c index 32346f1d0e..4d1eb04f13 100644 --- a/modules/codec/lpcm.c +++ b/modules/codec/lpcm.c @@ -93,6 +93,7 @@ struct decoder_sys_t int i_type; }; +#ifdef ENABLE_SOUT struct encoder_sys_t { int i_channels; @@ -103,6 +104,7 @@ struct encoder_sys_t int i_buffer_used; int i_frame_num; }; +#endif /* * LPCM DVD header :