Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 25798:c8c9b4e89fb7
Surround variable declarations by preprocessor conditionals to avoid warnings:
module.c:143: warning: unused variable 'typeName'
module.c:948: warning: unused variable 'err'
author | diego |
---|---|
date | Mon, 21 Jan 2008 00:14:52 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
line wrap: on
line source
#ifndef AE_LAME_H #define AE_LAME_H #include "ae.h" int mpae_init_lame(audio_encoder_t *encoder); #endif /* AE_LAME_H */