t264lib.dsp
资源名称:h264src.zip [点击查看]
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:14k
源码类别:
mpeg/mp3
开发平台:
Visual C++
- # Microsoft Developer Studio Project File - Name="t264lib" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 6.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Static Library" 0x0104
- CFG=t264lib - 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 "t264lib.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 "t264lib.mak" CFG="t264lib - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "t264lib - Win32 Debug" (based on "Win32 (x86) Static Library")
- !MESSAGE "t264lib - Win32 Release" (based on "Win32 (x86) Static Library")
- !MESSAGE
- # Begin Project
- # PROP AllowPerConfigDependencies 0
- # PROP Scc_ProjName ""
- # PROP Scc_LocalPath ""
- CPP=cl.exe
- RSC=rc.exe
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "..bin"
- # PROP BASE Intermediate_Dir "Debuglib"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "....bin"
- # PROP Intermediate_Dir "Debuglib"
- # PROP Target_Dir ""
- MTL=midl.exe
- # ADD BASE MTL /nologo /win32
- # ADD MTL /nologo /win32
- # ADD BASE CPP /nologo /W3 /Gm /ZI /Od /I "../../common" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /TC /GZ /c
- # ADD CPP /nologo /W3 /Gm /ZI /Od /I "../../common" /I "../../decoder" /I "../../encoder" /I "../../encoder/sse2" /I "../../encoder/plugins" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /FR /TC /GZ /c
- # ADD BASE RSC /l 0x409
- # ADD RSC /l 0x409
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo /out:"$(OutDir)/t264libd.lib"
- # ADD LIB32 /nologo /out:"../bin/t264libd.lib"
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "..bin"
- # PROP BASE Intermediate_Dir "Releaselib"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "..bin"
- # PROP Intermediate_Dir "Releaselib"
- # PROP Target_Dir ""
- MTL=midl.exe
- # ADD BASE MTL /nologo /win32
- # ADD MTL /nologo /win32
- # ADD BASE CPP /nologo /W3 /Zi /I "../../common" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /TC /c
- # ADD CPP /nologo /W3 /Zi /O2 /Ob2 /I "../../common" /I "../../encoder/plugins" /I "../../encoder" /I "../../encoder/sse2" /I "../../decoder" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /TC /c
- # ADD BASE RSC /l 0x409
- # ADD RSC /l 0x409
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo /out:"$(OutDir)/t264lib.lib"
- # ADD LIB32 /nologo
- !ENDIF
- # Begin Target
- # Name "t264lib - Win32 Debug"
- # Name "t264lib - Win32 Release"
- # Begin Group "Source Files"
- # PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- # Begin Group "asm"
- # PROP Default_Filter "asm"
- # Begin Source File
- SOURCE=....encodersse2cpu.asm
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Debuglib
- InputPath=....encodersse2cpu.asm
- InputName=cpu
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Releaselib
- InputPath=....encodersse2cpu.asm
- InputName=cpu
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=....encodersse2dct_sse2.asm
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Debuglib
- InputPath=....encodersse2dct_sse2.asm
- InputName=dct_sse2
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Releaselib
- InputPath=....encodersse2dct_sse2.asm
- InputName=dct_sse2
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=....encodersse2interpolate_sse2.asm
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Debuglib
- InputPath=....encodersse2interpolate_sse2.asm
- InputName=interpolate_sse2
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Releaselib
- InputPath=....encodersse2interpolate_sse2.asm
- InputName=interpolate_sse2
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=....encodersse2sad.asm
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Debuglib
- InputPath=....encodersse2sad.asm
- InputName=sad
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Releaselib
- InputPath=....encodersse2sad.asm
- InputName=sad
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ENDIF
- # End Source File
- # Begin Source File
- SOURCE=....encodersse2utility_mmx.asm
- !IF "$(CFG)" == "t264lib - Win32 Debug"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Debuglib
- InputPath=....encodersse2utility_mmx.asm
- InputName=utility_mmx
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ELSEIF "$(CFG)" == "t264lib - Win32 Release"
- # PROP Ignore_Default_Tool 1
- # Begin Custom Build
- IntDir=.Releaselib
- InputPath=....encodersse2utility_mmx.asm
- InputName=utility_mmx
- "$(IntDir)$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- nasm -Xvc -f win32 -o $(IntDir)$(InputName).obj $(InputPath)
- # End Custom Build
- !ENDIF
- # End Source File
- # End Group
- # Begin Source File
- SOURCE=....decoderblock.c
- DEP_CPP_BLOCK=
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....decoderblock.h"
- # End Source File
- # Begin Source File
- SOURCE=....encodercabac.c
- DEP_CPP_CABAC=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderinter.h"
- # End Source File
- # Begin Source File
- SOURCE=....commoncabac_engine.c
- DEP_CPP_CABAC_=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- # End Source File
- # Begin Source File
- SOURCE=....encodercavlc.c
- DEP_CPP_CAVLC=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderinter.h"
- "....encodervlc.h"
- # End Source File
- # Begin Source File
- SOURCE=....commondct.c
- DEP_CPP_DCT_C=
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- # End Source File
- # Begin Source File
- SOURCE=....commondeblock.c
- DEP_CPP_DEBLO=
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- # End Source File
- # Begin Source File
- SOURCE=....decoderdec_cabac.c
- DEP_CPP_DEC_C=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....encoderinter.h"
- "....encoderinter_b.h"
- # End Source File
- # Begin Source File
- SOURCE=....decoderdec_cavlc.c
- DEP_CPP_DEC_CA=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....encodercavlc.h"
- "....encoderinter.h"
- "....encoderinter_b.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderestimation.c
- DEP_CPP_ESTIM=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderestimation.h"
- "....encoderinter.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderinter.c
- DEP_CPP_INTER=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....encoderestimation.h"
- "....encoderinter.h"
- "....encoderinterpolate.h"
- "....encoderintra.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderinter_b.c
- DEP_CPP_INTER_=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....decoderblock.h"
- "....encoderestimation.h"
- "....encoderinter.h"
- "....encoderinter_b.h"
- "....encoderinterpolate.h"
- "....encoderintra.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderinterpolate.c
- DEP_CPP_INTERP=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderinterpolate.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderintra.c
- DEP_CPP_INTRA=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....encodercavlc.h"
- "....encoderintra.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderpredict.c
- DEP_CPP_PREDI=
- "....commonconfig.h"
- "....commonportab.h"
- "....encoderpredict.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderpluginsratecontrol.c
- DEP_CPP_RATEC=
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderpluginsratecontrol.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderrbsp.c
- DEP_CPP_RBSP_=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderrbsp.h"
- # End Source File
- # Begin Source File
- SOURCE=....encoderpluginsstat.c
- DEP_CPP_STAT_=
- "....commonconfig.h"
- "....commondeblock.h"
- "....commonportab.h"
- "....commonT264.h"
- # End Source File
- # Begin Source File
- SOURCE=....decoderT264dec.c
- DEP_CPP_T264D=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commondct.h"
- "....commondeblock.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....decoderblock.h"
- "....decoderdec_cabac.h"
- "....decoderdec_cavlc.h"
- "....encoderinter.h"
- "....encoderinterpolate.h"
- "....encodersse2sse2.h"
- # End Source File
- # Begin Source File
- SOURCE=....encodert264enc.c
- DEP_CPP_T264E=
- "....commonbitstream.h"
- "....commoncabac_engine.h"
- "....commonconfig.h"
- "....commondct.h"
- "....commondeblock.h"
- "....commonportab.h"
- "....commonT264.h"
- "....commonutility.h"
- "....encodercabac.h"
- "....encodercavlc.h"
- "....encoderestimation.h"
- "....encoderinter.h"
- "....encoderinter_b.h"
- "....encoderinterpolate.h"
- "....encoderintra.h"
- "....encoderpluginsratecontrol.h"
- "....encoderpredict.h"
- "....encoderrbsp.h"
- "....encodersse2sse2.h"
- "....encodertypedecision.h"
- # End Source File
- # Begin Source File
- SOURCE=....encodertypedecision.c
- DEP_CPP_TYPED=
- "....commonbitstream.h"
- "....commonconfig.h"
- "....commonportab.h"
- "....commonT264.h"
- "....encoderestimation.h"
- "....encodertypedecision.h"
- # End Source File
- # Begin Source File
- SOURCE=....commonutility.c
- DEP_CPP_UTILI=
- "....commonconfig.h"
- "....commonportab.h"
- "....commonutility.h"
- # End Source File
- # End Group
- # Begin Group "Header Files"
- # PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
- # Begin Source File
- SOURCE=....commonbitstream.h
- # End Source File
- # Begin Source File
- SOURCE=....encodercavlc.h
- # End Source File
- # Begin Source File
- SOURCE=....commonconfig.h
- # End Source File
- # Begin Source File
- SOURCE=....commondct.h
- # End Source File
- # Begin Source File
- SOURCE=....commondeblock.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderestimation.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderinter.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderinter_b.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderinterpolate.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderintra.h
- # End Source File
- # Begin Source File
- SOURCE=....commoninttypes.h
- # End Source File
- # Begin Source File
- SOURCE=....commonportab.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderpredict.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderpluginsratecontrol.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderrbsp.h
- # End Source File
- # Begin Source File
- SOURCE=....encoderpluginsstat.h
- # End Source File
- # Begin Source File
- SOURCE=....commonT264.h
- # End Source File
- # Begin Source File
- SOURCE=....commontimer.h
- # End Source File
- # Begin Source File
- SOURCE=....encodertypedecision.h
- # End Source File
- # Begin Source File
- SOURCE=....commonutility.h
- # End Source File
- # Begin Source File
- SOURCE=....encodervlc.h
- # End Source File
- # End Group
- # Begin Group "Resource Files"
- # PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
- # End Group
- # End Target
- # End Project