view libmpcodecs/ae_lavc.h @ 19456:8e58b5ed5340

The X11 header check looks in $_extra_inc that contains directories in the format "-I/opt/X11", which won't work when 'test' is used to find the headers. based on patch by Jan Knutar, jknutar (at) nic (dot) fi
author diego
date Sun, 20 Aug 2006 10:01:18 +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