view libmpcodecs/ae_faac.h @ 20724:b8fe18a742ce

Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS Patch by Nigel Pearson % nigel A ind P tansu P com P au % Original thread: Date: Nov 6, 2006 10:43 PM Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS
author gpoirier
date Tue, 07 Nov 2006 07:07:05 +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