view libmpcodecs/ae_lavc.h @ 20388:9e8d9b93639c

Remove -fno-PIC check from configure and put -fPIC back at the beginning of CFLAGS in libdha/ and vidix/drivers/.
author diego
date Mon, 23 Oct 2006 10:02:21 +0000
parents e84a6ae9d51e
children 3f0d00abc073
line wrap: on
line source

#ifndef __AE_LAVC_H_
#define __AE_LAVC_H_

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif