view libdha/config.h @ 7648:7ee8239bfcc0

I think libfaad2 changed recently. The functions faacDecInit() and faacDecInit2() now return the number of channels through a pointer to char (was: pointer to long). patch by Uwe.Reder@3SOFT.de
author arpi
date Mon, 07 Oct 2002 10:18:46 +0000
parents 620c6ade8188
children 0e39a6112333
line wrap: on
line source

#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H

#include "../config.h"

#ifdef TARGET_LINUX
#define CONFIG_DHAHELPER
#endif

#endif /* LIBDHA_CONFIG_H */