view libmpcodecs/ae_lavc.h @ 28384:452c6b9ffaad

Remove remarks about GNU Make being required on some systems. GNU Make 3.81 or later is required everywhere.
author diego
date Sun, 01 Feb 2009 11:15:18 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_LAVC_H
#define MPLAYER_AE_LAVC_H

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAVC_H */