view libmpcodecs/ae_lame.h @ 26306:b7dfef4f7a01

Use DEPEND_CMD as set by configure to generate dependency information instead of hardcoding a gcc-specific command. This also fixes dependency generation for files in subdirectories.
author diego
date Sun, 06 Apr 2008 21:56:11 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_LAME_H
#define MPLAYER_AE_LAME_H

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAME_H */