view libmpcodecs/ae_lame.h @ 18933:4d4ecbaa9f54

The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in libavformat.a. Swapping the order of libavcodec.a and libavformat.a during the linking phase allows non-GNU linkers to work. patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de
author diego
date Fri, 07 Jul 2006 17:04:04 +0000
parents 507ed764f0ef
children 3f0d00abc073
line wrap: on
line source

#ifndef __AE_MP3LAME_H_
#define __AE_MP3LAME_H_

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif