# HG changeset patch # User chainsaw # Date 1146494777 25200 # Node ID fb6570909c74dbcd91b04a997e83e139711be0a8 # Parent e4089d6b0fcff009fbc017f830f12ce51b5d6913 [svn] Stop assuming that a char is signed by default. Stop trying to store negative values in an unsigned char. Remove some fragments of the Windows build system that were still present. diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/include/neaacdec.h --- a/Plugins/Input/aac/include/neaacdec.h Mon May 01 05:57:13 2006 -0700 +++ b/Plugins/Input/aac/include/neaacdec.h Mon May 01 07:46:17 2006 -0700 @@ -213,12 +213,12 @@ unsigned char *channels); /* Init the library using a DecoderSpecificInfo */ -char NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, unsigned char *pBuffer, +signed char NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, unsigned char *pBuffer, unsigned long SizeOfDecoderSpecificInfo, unsigned long *samplerate, unsigned char *channels); /* Init the library for DRM */ -char NEAACDECAPI NeAACDecInitDRM(NeAACDecHandle *hDecoder, unsigned long samplerate, +signed char NEAACDECAPI NeAACDecInitDRM(NeAACDecHandle *hDecoder, unsigned long samplerate, unsigned char channels); void NEAACDECAPI NeAACDecPostSeekReset(NeAACDecHandle hDecoder, long frame); @@ -237,7 +237,7 @@ void **sample_buffer, unsigned long sample_buffer_size); -char NEAACDECAPI NeAACDecAudioSpecificConfig(unsigned char *pBuffer, +signed char NEAACDECAPI NeAACDecAudioSpecificConfig(unsigned char *pBuffer, unsigned long buffer_size, mp4AudioSpecificConfig *mp4ASC); diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad.dsp --- a/Plugins/Input/aac/libfaad2/libfaad.dsp Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,484 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libfaad" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libfaad - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libfaad.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libfaad.mak" CFG="libfaad - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libfaad - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libfaad - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -RSC=rc.exe - -!IF "$(CFG)" == "libfaad - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -MTL=midl.exe -F90=df.exe -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /G6 /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0x413 /d "NDEBUG" -# ADD RSC /l 0x413 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libfaad - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -MTL=midl.exe -F90=df.exe -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0x413 /d "_DEBUG" -# ADD RSC /l 0x413 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "libfaad - Win32 Release" -# Name "libfaad - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\bits.c -# End Source File -# Begin Source File - -SOURCE=.\cfft.c -# End Source File -# Begin Source File - -SOURCE=.\common.c -# End Source File -# Begin Source File - -SOURCE=.\decoder.c -# End Source File -# Begin Source File - -SOURCE=.\drc.c -# End Source File -# Begin Source File - -SOURCE=.\drm_dec.c -# End Source File -# Begin Source File - -SOURCE=.\error.c -# End Source File -# Begin Source File - -SOURCE=.\filtbank.c -# End Source File -# Begin Source File - -SOURCE=.\hcr.c -# End Source File -# Begin Source File - -SOURCE=.\huffman.c -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.c -# End Source File -# Begin Source File - -SOURCE=.\is.c -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.c -# End Source File -# Begin Source File - -SOURCE=.\mdct.c -# End Source File -# Begin Source File - -SOURCE=.\mp4.c -# End Source File -# Begin Source File - -SOURCE=.\ms.c -# End Source File -# Begin Source File - -SOURCE=.\output.c -# End Source File -# Begin Source File - -SOURCE=.\pns.c -# End Source File -# Begin Source File - -SOURCE=.\ps_dec.c -# End Source File -# Begin Source File - -SOURCE=.\ps_syntax.c -# End Source File -# Begin Source File - -SOURCE=.\pulse.c -# End Source File -# Begin Source File - -SOURCE=.\rvlc.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_dct.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_dec.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_e_nf.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_fbt.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfadj.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfgen.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_huff.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_qmf.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_syntax.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_tf_grid.c -# End Source File -# Begin Source File - -SOURCE=.\specrec.c -# End Source File -# Begin Source File - -SOURCE=.\ssr.c -# End Source File -# Begin Source File - -SOURCE=.\ssr_fb.c -# End Source File -# Begin Source File - -SOURCE=.\ssr_ipqf.c -# End Source File -# Begin Source File - -SOURCE=.\syntax.c -# End Source File -# Begin Source File - -SOURCE=.\tns.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Group "codebook" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\codebook\hcb_1.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_10.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_11.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_2.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_3.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_4.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_5.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_6.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_7.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_8.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_9.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_sf.h -# End Source File -# End Group -# Begin Source File - -SOURCE=.\analysis.h -# End Source File -# Begin Source File - -SOURCE=.\bits.h -# End Source File -# Begin Source File - -SOURCE=.\cfft.h -# End Source File -# Begin Source File - -SOURCE=.\cfft_tab.h -# End Source File -# Begin Source File - -SOURCE=.\common.h -# End Source File -# Begin Source File - -SOURCE=.\decoder.h -# End Source File -# Begin Source File - -SOURCE=.\drc.h -# End Source File -# Begin Source File - -SOURCE=.\drm_dec.h -# End Source File -# Begin Source File - -SOURCE=.\error.h -# End Source File -# Begin Source File - -SOURCE=.\filtbank.h -# End Source File -# Begin Source File - -SOURCE=.\fixed.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb.h -# End Source File -# Begin Source File - -SOURCE=.\huffman.h -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.h -# End Source File -# Begin Source File - -SOURCE=.\iq_table.h -# End Source File -# Begin Source File - -SOURCE=.\is.h -# End Source File -# Begin Source File - -SOURCE=.\kbd_win.h -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.h -# End Source File -# Begin Source File - -SOURCE=.\mdct.h -# End Source File -# Begin Source File - -SOURCE=.\mdct_tab.h -# End Source File -# Begin Source File - -SOURCE=.\mp4.h -# End Source File -# Begin Source File - -SOURCE=.\ms.h -# End Source File -# Begin Source File - -SOURCE=.\output.h -# End Source File -# Begin Source File - -SOURCE=.\pns.h -# End Source File -# Begin Source File - -SOURCE=.\ps_dec.h -# End Source File -# Begin Source File - -SOURCE=.\ps_tables.h -# End Source File -# Begin Source File - -SOURCE=.\pulse.h -# End Source File -# Begin Source File - -SOURCE=.\rvlc.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_dct.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_dec.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_e_nf.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_fbt.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfadj.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfgen.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_huff.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_noise.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_qmf.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_qmf_c.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_syntax.h -# End Source File -# Begin Source File - -SOURCE=.\sbr_tf_grid.h -# End Source File -# Begin Source File - -SOURCE=.\sine_win.h -# End Source File -# Begin Source File - -SOURCE=.\specrec.h -# End Source File -# Begin Source File - -SOURCE=.\ssr.h -# End Source File -# Begin Source File - -SOURCE=.\structs.h -# End Source File -# Begin Source File - -SOURCE=.\syntax.h -# End Source File -# Begin Source File - -SOURCE=.\tns.h -# End Source File -# End Group -# End Target -# End Project diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad.vcproj --- a/Plugins/Input/aac/libfaad2/libfaad.vcproj Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1015 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2.vcp --- a/Plugins/Input/aac/libfaad2/libfaad2.vcp Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2091 +0,0 @@ -# Microsoft eMbedded Visual Tools Project File - Name="libfaad2" - Package Owner=<4> -# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (WCE x86) Static Library" 0x8304 -# TARGTYPE "Win32 (WCE ARM) Static Library" 0x8504 - -CFG=libfaad2 - Win32 (WCE ARM) Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libfaad2.vcn". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libfaad2.vcn" CFG="libfaad2 - Win32 (WCE ARM) Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libfaad2 - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Static Library") -!MESSAGE "libfaad2 - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Static Library") -!MESSAGE "libfaad2 - Win32 (WCE x86) Release" (based on "Win32 (WCE x86) Static Library") -!MESSAGE "libfaad2 - Win32 (WCE x86) Debug" (based on "Win32 (WCE x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -# PROP ATL_Project 2 - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "ARMRel" -# PROP BASE Intermediate_Dir "ARMRel" -# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ARMRel" -# PROP Intermediate_Dir "ARMRel" -# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /GX- /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /GX- /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "ARMDbg" -# PROP BASE Intermediate_Dir "ARMDbg" -# PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "ARMDbg" -# PROP Intermediate_Dir "ARMDbg" -# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=clarm.exe -# ADD BASE CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -# ADD CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "X86Rel" -# PROP BASE Intermediate_Dir "X86Rel" -# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "X86Rel" -# PROP Intermediate_Dir "X86Rel" -# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX- /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /Oxs /c -# ADD CPP /nologo /W3 /GX- /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Gs8192 /GF /Oxs /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "X86Dbg" -# PROP BASE Intermediate_Dir "X86Dbg" -# PROP BASE CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "X86Dbg" -# PROP Intermediate_Dir "X86Dbg" -# PROP CPU_ID "{D6518FF3-710F-11D3-99F2-00105A0DF099}" -# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -# ADD CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gs8192 /GF /c -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo - -!ENDIF - -# Begin Target - -# Name "libfaad2 - Win32 (WCE ARM) Release" -# Name "libfaad2 - Win32 (WCE ARM) Debug" -# Name "libfaad2 - Win32 (WCE x86) Release" -# Name "libfaad2 - Win32 (WCE x86) Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Group "codebook" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\codebook\hcb_1.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_1=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_1=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_1=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_1=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_10.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_10=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_10=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_10=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_10=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_11.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_11=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_11=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_11=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_11=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_2.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_2=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_2=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_2=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_2=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_3.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_3=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_3=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_3=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_3=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_4.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_4=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_4=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_4=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_4=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_5.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_5=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_5=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_5=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_5=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_6.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_6=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_6=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_6=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_6=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_7.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_7=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_7=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_7=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_7=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_8.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_8=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_8=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_8=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_8=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_9.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_9=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_9=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_9=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_9=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb_sf.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_HCB_S=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_HCB_S=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_HCB_S=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_HCB_S=\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# End Group -# Begin Source File - -SOURCE=.\bits.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_BITS_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_BITS_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_BITS_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_BITS_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\cfft.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_CFFT_=\ - ".\cfft.h"\ - ".\cfft_tab.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_CFFT_=\ - ".\cfft.h"\ - ".\cfft_tab.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_CFFT_=\ - ".\cfft.h"\ - ".\cfft_tab.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_CFFT_=\ - ".\cfft.h"\ - ".\cfft_tab.h"\ - ".\common.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\common.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_COMMO=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_COMMO=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_COMMO=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_COMMO=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\data.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_DATA_=\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_DATA_=\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_DATA_=\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_DATA_=\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\decoder.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_DECOD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\drc.h"\ - ".\error.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\is.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\ms.h"\ - ".\output.h"\ - ".\pns.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_DECOD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\drc.h"\ - ".\error.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\is.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\ms.h"\ - ".\output.h"\ - ".\pns.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_DECOD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\drc.h"\ - ".\error.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\is.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\ms.h"\ - ".\output.h"\ - ".\pns.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_DECOD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\drc.h"\ - ".\error.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\is.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\ms.h"\ - ".\output.h"\ - ".\pns.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\dither.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_DITHE=\ - ".\common.h"\ - ".\dither.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_DITHE=\ - ".\common.h"\ - ".\dither.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_DITHE=\ - ".\common.h"\ - ".\dither.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_DITHE=\ - ".\common.h"\ - ".\dither.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\drc.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_DRC_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\drc.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_DRC_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\drc.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_DRC_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\drc.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_DRC_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\drc.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\error.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_ERROR=\ - ".\common.h"\ - ".\error.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_ERROR=\ - ".\common.h"\ - ".\error.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_ERROR=\ - ".\common.h"\ - ".\error.h"\ - ".\fixed.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_ERROR=\ - ".\common.h"\ - ".\error.h"\ - ".\fixed.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\filtbank.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_FILTB=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\kbd_win.h"\ - ".\mdct.h"\ - ".\sine_win.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_FILTB=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\kbd_win.h"\ - ".\mdct.h"\ - ".\sine_win.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_FILTB=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\kbd_win.h"\ - ".\mdct.h"\ - ".\sine_win.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_FILTB=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\kbd_win.h"\ - ".\mdct.h"\ - ".\sine_win.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_IC_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_IC_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_IC_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_IC_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\is.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_IS_C2c=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_IS_C2c=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_IS_C2c=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_IS_C2c=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_LT_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_LT_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_LT_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_LT_PR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\lt_predict.h"\ - ".\mdct.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\mdct.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_MDCT_=\ - ".\cfft.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\mdct.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_MDCT_=\ - ".\cfft.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\mdct.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_MDCT_=\ - ".\cfft.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\mdct.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_MDCT_=\ - ".\cfft.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\mdct.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\mp4.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_MP4_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_MP4_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_MP4_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_MP4_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\mp4.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\ms.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_MS_C34=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\ms.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_MS_C34=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\ms.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_MS_C34=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\ms.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_MS_C34=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\is.h"\ - ".\ms.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\output.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_OUTPU=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\output.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_OUTPU=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\output.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_OUTPU=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\output.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_OUTPU=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\common.h"\ - ".\decoder.h"\ - ".\dither.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\output.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\pns.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_PNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_PNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_PNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_PNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pns.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\pulse.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_PULSE=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_PULSE=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_PULSE=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_PULSE=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\reordered_spectral_data.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_REORD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_REORD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_REORD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_REORD=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\pulse.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\rvlc_scale_factors.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_RVLC_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\rvlc_scale_factors.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_RVLC_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\rvlc_scale_factors.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_RVLC_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\rvlc_scale_factors.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_RVLC_=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\rvlc_scale_factors.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\specrec.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_SPECR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\iq_table.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_SPECR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\iq_table.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_SPECR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\iq_table.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_SPECR=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\data.h"\ - ".\fixed.h"\ - ".\iq_table.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\syntax.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_SYNTA=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\huffman.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\pulse.h"\ - ".\rvlc_scale_factors.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_SYNTA=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\huffman.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\pulse.h"\ - ".\rvlc_scale_factors.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_SYNTA=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\huffman.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\pulse.h"\ - ".\rvlc_scale_factors.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_SYNTA=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\cfft.h"\ - ".\codebook\hcb.h"\ - ".\common.h"\ - ".\data.h"\ - ".\decoder.h"\ - ".\filtbank.h"\ - ".\fixed.h"\ - ".\huffman.h"\ - ".\ic_predict.h"\ - ".\mdct.h"\ - ".\pulse.h"\ - ".\rvlc_scale_factors.h"\ - ".\specrec.h"\ - ".\syntax.h"\ - - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\tns.c - -!IF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Release" - -DEP_CPP_TNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE ARM) Debug" - -DEP_CPP_TNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Release" - -DEP_CPP_TNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ELSEIF "$(CFG)" == "libfaad2 - Win32 (WCE x86) Debug" - -DEP_CPP_TNS_C=\ - ".\analysis.h"\ - ".\bits.h"\ - ".\common.h"\ - ".\fixed.h"\ - ".\syntax.h"\ - ".\tns.h"\ - - -!ENDIF - -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\analysis.h -# End Source File -# Begin Source File - -SOURCE=.\bits.h -# End Source File -# Begin Source File - -SOURCE=.\cfft.h -# End Source File -# Begin Source File - -SOURCE=.\cfft_tab.h -# End Source File -# Begin Source File - -SOURCE=.\common.h -# End Source File -# Begin Source File - -SOURCE=.\data.h -# End Source File -# Begin Source File - -SOURCE=.\decoder.h -# End Source File -# Begin Source File - -SOURCE=.\dither.h -# End Source File -# Begin Source File - -SOURCE=.\drc.h -# End Source File -# Begin Source File - -SOURCE=.\error.h -# End Source File -# Begin Source File - -SOURCE=.\filtbank.h -# End Source File -# Begin Source File - -SOURCE=.\fixed.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb.h -# End Source File -# Begin Source File - -SOURCE=.\huffman.h -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.h -# End Source File -# Begin Source File - -SOURCE=.\iq_table.h -# End Source File -# Begin Source File - -SOURCE=.\is.h -# End Source File -# Begin Source File - -SOURCE=.\kbd_win.h -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.h -# End Source File -# Begin Source File - -SOURCE=.\mdct.h -# End Source File -# Begin Source File - -SOURCE=.\mp4.h -# End Source File -# Begin Source File - -SOURCE=.\ms.h -# End Source File -# Begin Source File - -SOURCE=.\output.h -# End Source File -# Begin Source File - -SOURCE=.\pns.h -# End Source File -# Begin Source File - -SOURCE=.\pulse.h -# End Source File -# Begin Source File - -SOURCE=.\rvlc_scale_factors.h -# End Source File -# Begin Source File - -SOURCE=.\sine_win.h -# End Source File -# Begin Source File - -SOURCE=.\specrec.h -# End Source File -# Begin Source File - -SOURCE=.\syntax.h -# End Source File -# Begin Source File - -SOURCE=.\tns.h -# End Source File -# End Group -# End Target -# End Project diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2.vcw --- a/Plugins/Input/aac/libfaad2/libfaad2.vcw Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libfaad2"=".\libfaad2.vcp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2_dll.dsp --- a/Plugins/Input/aac/libfaad2/libfaad2_dll.dsp Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,355 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libfaad2_dll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libfaad2_dll - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libfaad2_dll.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libfaad2_dll.mak" CFG="libfaad2_dll - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libfaad2_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libfaad2_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=xicl6.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libfaad2_dll - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libfaad2_dll___Win32_Release" -# PROP BASE Intermediate_Dir "libfaad2_dll___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ReleaseDLL" -# PROP Intermediate_Dir "ReleaseDLL" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libfaad2_dll_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "fftw" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libfaad2_dll_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 /nologo /dll /machine:I386 /out:"ReleaseDLL/libfaad2.dll" - -!ELSEIF "$(CFG)" == "libfaad2_dll - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libfaad2_dll___Win32_Debug" -# PROP BASE Intermediate_Dir "libfaad2_dll___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "DebugDLL" -# PROP Intermediate_Dir "DebugDLL" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libfaad2_dll_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "fftw" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libfaad2_dll_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=xilink6.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 /nologo /dll /debug /machine:I386 /out:"DebugDLL/libfaad2.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "libfaad2_dll - Win32 Release" -# Name "libfaad2_dll - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\bits.c -# End Source File -# Begin Source File - -SOURCE=.\cfft.c -# End Source File -# Begin Source File - -SOURCE=.\common.c -# End Source File -# Begin Source File - -SOURCE=.\decoder.c -# End Source File -# Begin Source File - -SOURCE=.\dither.c -# End Source File -# Begin Source File - -SOURCE=.\drc.c -# End Source File -# Begin Source File - -SOURCE=.\error.c -# End Source File -# Begin Source File - -SOURCE=.\filtbank.c -# End Source File -# Begin Source File - -SOURCE=.\hcr.c -# End Source File -# Begin Source File - -SOURCE=.\huffman.c -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.c -# End Source File -# Begin Source File - -SOURCE=.\is.c -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.c -# End Source File -# Begin Source File - -SOURCE=.\mdct.c -# End Source File -# Begin Source File - -SOURCE=.\mp4.c -# End Source File -# Begin Source File - -SOURCE=.\ms.c -# End Source File -# Begin Source File - -SOURCE=.\output.c -# End Source File -# Begin Source File - -SOURCE=.\pns.c -# End Source File -# Begin Source File - -SOURCE=.\pulse.c -# End Source File -# Begin Source File - -SOURCE=.\rvlc.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_dct.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_dec.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_e_nf.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_fbt.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfadj.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_hfgen.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_huff.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_qmf.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_syntax.c -# End Source File -# Begin Source File - -SOURCE=.\sbr_tf_grid.c -# End Source File -# Begin Source File - -SOURCE=.\specrec.c -# End Source File -# Begin Source File - -SOURCE=.\ssr.c -# End Source File -# Begin Source File - -SOURCE=.\ssr_fb.c -# End Source File -# Begin Source File - -SOURCE=.\ssr_ipqf.c -# End Source File -# Begin Source File - -SOURCE=.\syntax.c -# End Source File -# Begin Source File - -SOURCE=.\tns.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\analysis.h -# End Source File -# Begin Source File - -SOURCE=.\bits.h -# End Source File -# Begin Source File - -SOURCE=.\cfft.h -# End Source File -# Begin Source File - -SOURCE=.\common.h -# End Source File -# Begin Source File - -SOURCE=.\data.h -# End Source File -# Begin Source File - -SOURCE=.\decoder.h -# End Source File -# Begin Source File - -SOURCE=.\dither.h -# End Source File -# Begin Source File - -SOURCE=.\drc.h -# End Source File -# Begin Source File - -SOURCE=.\error.h -# End Source File -# Begin Source File - -SOURCE=.\filtbank.h -# End Source File -# Begin Source File - -SOURCE=.\codebook\hcb.h -# End Source File -# Begin Source File - -SOURCE=.\huffman.h -# End Source File -# Begin Source File - -SOURCE=.\ic_predict.h -# End Source File -# Begin Source File - -SOURCE=.\is.h -# End Source File -# Begin Source File - -SOURCE=.\kbd_win.h -# End Source File -# Begin Source File - -SOURCE=.\lt_predict.h -# End Source File -# Begin Source File - -SOURCE=.\mdct.h -# End Source File -# Begin Source File - -SOURCE=.\mp4.h -# End Source File -# Begin Source File - -SOURCE=.\ms.h -# End Source File -# Begin Source File - -SOURCE=.\output.h -# End Source File -# Begin Source File - -SOURCE=.\pns.h -# End Source File -# Begin Source File - -SOURCE=.\pulse.h -# End Source File -# Begin Source File - -SOURCE=.\rvlc.h -# End Source File -# Begin Source File - -SOURCE=.\specrec.h -# End Source File -# Begin Source File - -SOURCE=.\ssr.h -# End Source File -# Begin Source File - -SOURCE=.\syntax.h -# End Source File -# Begin Source File - -SOURCE=.\Tns.h -# End Source File -# End Group -# Begin Source File - -SOURCE=.\libfaad2.def -# End Source File -# End Target -# End Project diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2_dll.dsw --- a/Plugins/Input/aac/libfaad2/libfaad2_dll.dsw Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libfaad2_dll"=.\libfaad2_dll.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2_dll.sln --- a/Plugins/Input/aac/libfaad2/libfaad2_dll.sln Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfaad2_dll", "libfaad2_dll.vcproj", "{482DA264-EE88-4575-B208-87C4CB80CD08}" -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Release - EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {482DA264-EE88-4575-B208-87C4CB80CD08}.Debug.ActiveCfg = Debug|Win32 - {482DA264-EE88-4575-B208-87C4CB80CD08}.Debug.Build.0 = Debug|Win32 - {482DA264-EE88-4575-B208-87C4CB80CD08}.Release.ActiveCfg = Release|Win32 - {482DA264-EE88-4575-B208-87C4CB80CD08}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/libfaad2_dll.vcproj --- a/Plugins/Input/aac/libfaad2/libfaad2_dll.vcproj Mon May 01 05:57:13 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,307 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r e4089d6b0fcf -r fb6570909c74 Plugins/Input/aac/libfaad2/structs.h --- a/Plugins/Input/aac/libfaad2/structs.h Mon May 01 05:57:13 2006 -0700 +++ b/Plugins/Input/aac/libfaad2/structs.h Mon May 01 07:46:17 2006 -0700 @@ -46,13 +46,13 @@ /* used to save the prediction state */ typedef struct { - int16_t r[2]; - int16_t COR[2]; - int16_t VAR[2]; + signed short r[2]; + signed short COR[2]; + signed short VAR[2]; } pred_state; typedef struct { - uint16_t N; + unsigned short N; cfft_info *cfft; complex_t *sincos; #ifdef PROFILE @@ -81,17 +81,17 @@ typedef struct { - uint8_t present; + unsigned char present; - uint8_t num_bands; - uint8_t pce_instance_tag; - uint8_t excluded_chns_present; - uint8_t band_top[17]; - uint8_t prog_ref_level; - uint8_t dyn_rng_sgn[17]; - uint8_t dyn_rng_ctl[17]; - uint8_t exclude_mask[MAX_CHANNELS]; - uint8_t additional_excluded_chns[MAX_CHANNELS]; + unsigned char num_bands; + unsigned char pce_instance_tag; + unsigned char excluded_chns_present; + unsigned char band_top[17]; + unsigned char prog_ref_level; + unsigned char dyn_rng_sgn[17]; + unsigned char dyn_rng_ctl[17]; + unsigned char exclude_mask[MAX_CHANNELS]; + unsigned char additional_excluded_chns[MAX_CHANNELS]; real_t ctrl1; real_t ctrl2; @@ -99,81 +99,81 @@ typedef struct { - uint8_t element_instance_tag; - uint8_t object_type; - uint8_t sf_index; - uint8_t num_front_channel_elements; - uint8_t num_side_channel_elements; - uint8_t num_back_channel_elements; - uint8_t num_lfe_channel_elements; - uint8_t num_assoc_data_elements; - uint8_t num_valid_cc_elements; - uint8_t mono_mixdown_present; - uint8_t mono_mixdown_element_number; - uint8_t stereo_mixdown_present; - uint8_t stereo_mixdown_element_number; - uint8_t matrix_mixdown_idx_present; - uint8_t pseudo_surround_enable; - uint8_t matrix_mixdown_idx; - uint8_t front_element_is_cpe[16]; - uint8_t front_element_tag_select[16]; - uint8_t side_element_is_cpe[16]; - uint8_t side_element_tag_select[16]; - uint8_t back_element_is_cpe[16]; - uint8_t back_element_tag_select[16]; - uint8_t lfe_element_tag_select[16]; - uint8_t assoc_data_element_tag_select[16]; - uint8_t cc_element_is_ind_sw[16]; - uint8_t valid_cc_element_tag_select[16]; + unsigned char element_instance_tag; + unsigned char object_type; + unsigned char sf_index; + unsigned char num_front_channel_elements; + unsigned char num_side_channel_elements; + unsigned char num_back_channel_elements; + unsigned char num_lfe_channel_elements; + unsigned char num_assoc_data_elements; + unsigned char num_valid_cc_elements; + unsigned char mono_mixdown_present; + unsigned char mono_mixdown_element_number; + unsigned char stereo_mixdown_present; + unsigned char stereo_mixdown_element_number; + unsigned char matrix_mixdown_idx_present; + unsigned char pseudo_surround_enable; + unsigned char matrix_mixdown_idx; + unsigned char front_element_is_cpe[16]; + unsigned char front_element_tag_select[16]; + unsigned char side_element_is_cpe[16]; + unsigned char side_element_tag_select[16]; + unsigned char back_element_is_cpe[16]; + unsigned char back_element_tag_select[16]; + unsigned char lfe_element_tag_select[16]; + unsigned char assoc_data_element_tag_select[16]; + unsigned char cc_element_is_ind_sw[16]; + unsigned char valid_cc_element_tag_select[16]; - uint8_t channels; + unsigned char channels; - uint8_t comment_field_bytes; - uint8_t comment_field_data[257]; + unsigned char comment_field_bytes; + unsigned char comment_field_data[257]; /* extra added values */ - uint8_t num_front_channels; - uint8_t num_side_channels; - uint8_t num_back_channels; - uint8_t num_lfe_channels; - uint8_t sce_channel[16]; - uint8_t cpe_channel[16]; + unsigned char num_front_channels; + unsigned char num_side_channels; + unsigned char num_back_channels; + unsigned char num_lfe_channels; + unsigned char sce_channel[16]; + unsigned char cpe_channel[16]; } program_config; typedef struct { - uint16_t syncword; - uint8_t id; - uint8_t layer; - uint8_t protection_absent; - uint8_t profile; - uint8_t sf_index; - uint8_t private_bit; - uint8_t channel_configuration; - uint8_t original; - uint8_t home; - uint8_t emphasis; - uint8_t copyright_identification_bit; - uint8_t copyright_identification_start; - uint16_t aac_frame_length; - uint16_t adts_buffer_fullness; - uint8_t no_raw_data_blocks_in_frame; - uint16_t crc_check; + unsigned short syncword; + unsigned char id; + unsigned char layer; + unsigned char protection_absent; + unsigned char profile; + unsigned char sf_index; + unsigned char private_bit; + unsigned char channel_configuration; + unsigned char original; + unsigned char home; + unsigned char emphasis; + unsigned char copyright_identification_bit; + unsigned char copyright_identification_start; + unsigned short aac_frame_length; + unsigned short adts_buffer_fullness; + unsigned char no_raw_data_blocks_in_frame; + unsigned short crc_check; /* control param */ - uint8_t old_format; + unsigned char old_format; } adts_header; typedef struct { - uint8_t copyright_id_present; - int8_t copyright_id[10]; - uint8_t original_copy; - uint8_t home; - uint8_t bitstream_type; - uint32_t bitrate; - uint8_t num_program_config_elements; - uint32_t adif_buffer_fullness; + unsigned char copyright_id_present; + signed char copyright_id[10]; + unsigned char original_copy; + unsigned char home; + unsigned char bitstream_type; + unsigned long bitrate; + unsigned char num_program_config_elements; + unsigned long adif_buffer_fullness; /* maximum of 16 PCEs */ program_config pce[16]; @@ -182,90 +182,90 @@ #ifdef LTP_DEC typedef struct { - uint8_t last_band; - uint8_t data_present; - uint16_t lag; - uint8_t lag_update; - uint8_t coef; - uint8_t long_used[MAX_SFB]; - uint8_t short_used[8]; - uint8_t short_lag_present[8]; - uint8_t short_lag[8]; + unsigned char last_band; + unsigned char data_present; + unsigned short lag; + unsigned char lag_update; + unsigned char coef; + unsigned char long_used[MAX_SFB]; + unsigned char short_used[8]; + unsigned char short_lag_present[8]; + unsigned char short_lag[8]; } ltp_info; #endif #ifdef MAIN_DEC typedef struct { - uint8_t limit; - uint8_t predictor_reset; - uint8_t predictor_reset_group_number; - uint8_t prediction_used[MAX_SFB]; + unsigned char limit; + unsigned char predictor_reset; + unsigned char predictor_reset_group_number; + unsigned char prediction_used[MAX_SFB]; } pred_info; #endif typedef struct { - uint8_t number_pulse; - uint8_t pulse_start_sfb; - uint8_t pulse_offset[4]; - uint8_t pulse_amp[4]; + unsigned char number_pulse; + unsigned char pulse_start_sfb; + unsigned char pulse_offset[4]; + unsigned char pulse_amp[4]; } pulse_info; typedef struct { - uint8_t n_filt[8]; - uint8_t coef_res[8]; - uint8_t length[8][4]; - uint8_t order[8][4]; - uint8_t direction[8][4]; - uint8_t coef_compress[8][4]; - uint8_t coef[8][4][32]; + unsigned char n_filt[8]; + unsigned char coef_res[8]; + unsigned char length[8][4]; + unsigned char order[8][4]; + unsigned char direction[8][4]; + unsigned char coef_compress[8][4]; + unsigned char coef[8][4][32]; } tns_info; #ifdef SSR_DEC typedef struct { - uint8_t max_band; + unsigned char max_band; - uint8_t adjust_num[4][8]; - uint8_t alevcode[4][8][8]; - uint8_t aloccode[4][8][8]; + unsigned char adjust_num[4][8]; + unsigned char alevcode[4][8][8]; + unsigned char aloccode[4][8][8]; } ssr_info; #endif typedef struct { - uint8_t max_sfb; + unsigned char max_sfb; - uint8_t num_swb; - uint8_t num_window_groups; - uint8_t num_windows; - uint8_t window_sequence; - uint8_t window_group_length[8]; - uint8_t window_shape; - uint8_t scale_factor_grouping; - uint16_t sect_sfb_offset[8][15*8]; - uint16_t swb_offset[52]; + unsigned char num_swb; + unsigned char num_window_groups; + unsigned char num_windows; + unsigned char window_sequence; + unsigned char window_group_length[8]; + unsigned char window_shape; + unsigned char scale_factor_grouping; + unsigned short sect_sfb_offset[8][15*8]; + unsigned short swb_offset[52]; - uint8_t sect_cb[8][15*8]; - uint16_t sect_start[8][15*8]; - uint16_t sect_end[8][15*8]; - uint8_t sfb_cb[8][8*15]; - uint8_t num_sec[8]; /* number of sections in a group */ + unsigned char sect_cb[8][15*8]; + unsigned short sect_start[8][15*8]; + unsigned short sect_end[8][15*8]; + unsigned char sfb_cb[8][8*15]; + unsigned char num_sec[8]; /* number of sections in a group */ - uint8_t global_gain; - int16_t scale_factors[8][51]; /* [0..255] */ + unsigned char global_gain; + signed short scale_factors[8][51]; /* [0..255] */ - uint8_t ms_mask_present; - uint8_t ms_used[MAX_WINDOW_GROUPS][MAX_SFB]; + unsigned char ms_mask_present; + unsigned char ms_used[MAX_WINDOW_GROUPS][MAX_SFB]; - uint8_t noise_used; + unsigned char noise_used; - uint8_t pulse_data_present; - uint8_t tns_data_present; - uint8_t gain_control_data_present; - uint8_t predictor_data_present; + unsigned char pulse_data_present; + unsigned char tns_data_present; + unsigned char gain_control_data_present; + unsigned char predictor_data_present; pulse_info pul; tns_info tns; @@ -282,26 +282,26 @@ #ifdef ERROR_RESILIENCE /* ER HCR data */ - uint16_t length_of_reordered_spectral_data; - uint8_t length_of_longest_codeword; + unsigned short length_of_reordered_spectral_data; + unsigned char length_of_longest_codeword; /* ER RLVC data */ - uint8_t sf_concealment; - uint8_t rev_global_gain; - uint16_t length_of_rvlc_sf; - uint16_t dpcm_noise_nrg; - uint8_t sf_escapes_present; - uint8_t length_of_rvlc_escapes; - uint16_t dpcm_noise_last_position; + unsigned char sf_concealment; + unsigned char rev_global_gain; + unsigned short length_of_rvlc_sf; + unsigned short dpcm_noise_nrg; + unsigned char sf_escapes_present; + unsigned char length_of_rvlc_escapes; + unsigned short dpcm_noise_last_position; #endif } ic_stream; /* individual channel stream */ typedef struct { - uint8_t channel; - int16_t paired_channel; + unsigned char channel; + signed short paired_channel; - uint8_t element_instance_tag; - uint8_t common_window; + unsigned char element_instance_tag; + unsigned char common_window; ic_stream ics1; ic_stream ics2; @@ -310,109 +310,109 @@ typedef struct mp4AudioSpecificConfig { /* Audio Specific Info */ - /*uint8_t*/ unsigned char objectTypeIndex; - /*uint8_t*/ unsigned char samplingFrequencyIndex; - /*uint32_t*/ unsigned long samplingFrequency; - /*uint8_t*/ unsigned char channelsConfiguration; + unsigned char objectTypeIndex; + unsigned char samplingFrequencyIndex; + unsigned long samplingFrequency; + unsigned char channelsConfiguration; /* GA Specific Info */ - /*uint8_t*/ unsigned char frameLengthFlag; - /*uint8_t*/ unsigned char dependsOnCoreCoder; - /*uint16_t*/ unsigned short coreCoderDelay; - /*uint8_t*/ unsigned char extensionFlag; - /*uint8_t*/ unsigned char aacSectionDataResilienceFlag; - /*uint8_t*/ unsigned char aacScalefactorDataResilienceFlag; - /*uint8_t*/ unsigned char aacSpectralDataResilienceFlag; - /*uint8_t*/ unsigned char epConfig; + unsigned char frameLengthFlag; + unsigned char dependsOnCoreCoder; + unsigned short coreCoderDelay; + unsigned char extensionFlag; + unsigned char aacSectionDataResilienceFlag; + unsigned char aacScalefactorDataResilienceFlag; + unsigned char aacSpectralDataResilienceFlag; + unsigned char epConfig; - /*uint8_t*/ char sbr_present_flag; - /*uint8_t*/ char forceUpSampling; - /*uint8_t*/ char downSampledSBR; + signed char sbr_present_flag; + unsigned char forceUpSampling; + unsigned char downSampledSBR; } mp4AudioSpecificConfig; typedef struct NeAACDecConfiguration { - /*uint8_t*/ unsigned char defObjectType; - /*uint32_t*/ unsigned long defSampleRate; - /*uint8_t*/ unsigned char outputFormat; - /*uint8_t*/ unsigned char downMatrix; - /*uint8_t*/ unsigned char useOldADTSFormat; - /*uint8_t*/ unsigned char dontUpSampleImplicitSBR; + unsigned char defObjectType; + unsigned long defSampleRate; + unsigned char outputFormat; + unsigned char downMatrix; + unsigned char useOldADTSFormat; + unsigned char dontUpSampleImplicitSBR; } NeAACDecConfiguration, *NeAACDecConfigurationPtr; typedef struct NeAACDecFrameInfo { - /*uint32_t*/ unsigned long bytesconsumed; - /*uint32_t*/ unsigned long samples; - /*uint8_t*/ unsigned char channels; - /*uint8_t*/ unsigned char error; - /*uint32_t*/ unsigned long samplerate; + unsigned long bytesconsumed; + unsigned long samples; + unsigned char channels; + unsigned char error; + unsigned long samplerate; /* SBR: 0: off, 1: on; normal, 2: on; downsampled */ - /*uint8_t*/ unsigned char sbr; + unsigned char sbr; /* MPEG-4 ObjectType */ - /*uint8_t*/ unsigned char object_type; + unsigned char object_type; /* AAC header type; MP4 will be signalled as RAW also */ - /*uint8_t*/ unsigned char header_type; + unsigned char header_type; /* multichannel configuration */ - /*uint8_t*/ unsigned char num_front_channels; - /*uint8_t*/ unsigned char num_side_channels; - /*uint8_t*/ unsigned char num_back_channels; - /*uint8_t*/ unsigned char num_lfe_channels; - /*uint8_t*/ unsigned char channel_position[MAX_CHANNELS]; + unsigned char num_front_channels; + unsigned char num_side_channels; + unsigned char num_back_channels; + unsigned char num_lfe_channels; + unsigned char channel_position[MAX_CHANNELS]; /* PS: 0: off, 1: on */ - /*uint8_t*/ unsigned char ps; + unsigned char ps; } NeAACDecFrameInfo; typedef struct { - uint8_t adts_header_present; - uint8_t adif_header_present; - uint8_t sf_index; - uint8_t object_type; - uint8_t channelConfiguration; + unsigned char adts_header_present; + unsigned char adif_header_present; + unsigned char sf_index; + unsigned char object_type; + unsigned char channelConfiguration; #ifdef ERROR_RESILIENCE - uint8_t aacSectionDataResilienceFlag; - uint8_t aacScalefactorDataResilienceFlag; - uint8_t aacSpectralDataResilienceFlag; + unsigned char aacSectionDataResilienceFlag; + unsigned char aacScalefactorDataResilienceFlag; + unsigned char aacSpectralDataResilienceFlag; #endif - uint16_t frameLength; - uint8_t postSeekResetFlag; + unsigned short frameLength; + unsigned char postSeekResetFlag; - uint32_t frame; + unsigned long frame; - uint8_t downMatrix; - uint8_t upMatrix; - uint8_t first_syn_ele; - uint8_t has_lfe; + unsigned char downMatrix; + unsigned char upMatrix; + unsigned char first_syn_ele; + unsigned char has_lfe; /* number of channels in current frame */ - uint8_t fr_channels; + unsigned char fr_channels; /* number of elements in current frame */ - uint8_t fr_ch_ele; + unsigned char fr_ch_ele; /* element_output_channels: determines the number of channels the element will output */ - uint8_t element_output_channels[MAX_SYNTAX_ELEMENTS]; + unsigned char element_output_channels[MAX_SYNTAX_ELEMENTS]; /* element_alloced: determines whether the data needed for the element is allocated or not */ - uint8_t element_alloced[MAX_SYNTAX_ELEMENTS]; + unsigned char element_alloced[MAX_SYNTAX_ELEMENTS]; /* alloced_channels: determines the number of channels where output data is allocated for */ - uint8_t alloced_channels; + unsigned char alloced_channels; /* output data buffer */ void *sample_buffer; - uint8_t window_shape_prev[MAX_CHANNELS]; + unsigned char window_shape_prev[MAX_CHANNELS]; #ifdef LTP_DEC - uint16_t ltp_lag[MAX_CHANNELS]; + unsigned short ltp_lag[MAX_CHANNELS]; #endif fb_info *fb; drc_info *drc; @@ -421,17 +421,17 @@ real_t *fb_intermed[MAX_CHANNELS]; #ifdef SBR_DEC - int8_t sbr_present_flag; - int8_t forceUpSampling; - int8_t downSampledSBR; + signed char sbr_present_flag; + signed char forceUpSampling; + signed char downSampledSBR; /* determines whether SBR data is allocated for the gives element */ - uint8_t sbr_alloced[MAX_SYNTAX_ELEMENTS]; + unsigned char sbr_alloced[MAX_SYNTAX_ELEMENTS]; sbr_info *sbr[MAX_SYNTAX_ELEMENTS]; #endif #if (defined(PS_DEC) || defined(DRM_PS)) - uint8_t ps_used[MAX_SYNTAX_ELEMENTS]; - uint8_t ps_used_global; + unsigned char ps_used[MAX_SYNTAX_ELEMENTS]; + unsigned char ps_used_global; #endif #ifdef SSR_DEC @@ -444,14 +444,14 @@ pred_state *pred_stat[MAX_CHANNELS]; #endif #ifdef LTP_DEC - int16_t *lt_pred_stat[MAX_CHANNELS]; + signed short *lt_pred_stat[MAX_CHANNELS]; #endif /* Program Config Element */ - uint8_t pce_set; + unsigned char pce_set; program_config pce; - uint8_t element_id[MAX_CHANNELS]; - uint8_t internal_channel[MAX_CHANNELS]; + unsigned char element_id[MAX_CHANNELS]; + unsigned char internal_channel[MAX_CHANNELS]; /* Configuration data */ NeAACDecConfiguration config;