Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 23158:0863ec34d2e6
10l to Diego for breaking svn (again).
revert the change from r23172, that breaks compilation
vcd_read.h may not be the right incude for the given architecture,
but it also contains functions that are nor static nor inlined, defining them multiple times.
author | iive |
---|---|
date | Mon, 30 Apr 2007 00:45:52 +0000 |
parents | 854990f357ee |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef MPAE_FAAC_H #define MPAE_FAAC_H #include "ae.h" int mpae_init_faac(audio_encoder_t *encoder); #endif