[svn] / branches / dev-api-4 / xvidcore / build / win32 / libxvidcore.dsp Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 939, Sun Mar 23 09:35:25 2003 UTC revision 1195, Wed Oct 29 12:41:41 2003 UTC
# Line 25  Line 25 
25  # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
26  # PROP Scc_ProjName ""  # PROP Scc_ProjName ""
27  # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ""
28  CPP=cl.exe  CPP=xicl6.exe
29  RSC=rc.exe  RSC=rc.exe
30    
31  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 41  Line 41 
41  # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
42  # PROP Target_Dir ""  # PROP Target_Dir ""
43  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44  # ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "NDEBUG" /D "ARCH_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD CPP /nologo /G6 /W3 /GX /Op /Ob2 /D "NDEBUG" /D "ARCH_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /D "WIN32" /D "_MBCS" /D "_LIB" /FAcs /YX /FD /O3 -QxK /Qunroll /c
45    # SUBTRACT CPP /Z<none> /Fr
46  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
47  # ADD RSC /l 0xc09 /d "NDEBUG"  # ADD RSC /l 0xc09 /d "NDEBUG"
48  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 64  Line 65 
65  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
66  # PROP Target_Dir ""  # PROP Target_Dir ""
67  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c  # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
69  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
70  # ADD RSC /l 0xc09 /d "_DEBUG"  # ADD RSC /l 0xc09 /d "_DEBUG"
71  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 273  Line 274 
274  # PROP Default_Filter ""  # PROP Default_Filter ""
275  # Begin Source File  # Begin Source File
276    
277  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
278    
279  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
280    
281  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
282  IntDir=.\Release  IntDir=.\Release
283  InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
284  InputName=fdct_mmx  InputName=fdct_mmx
285    
286  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
# Line 291  Line 292 
292    
293  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
294  IntDir=.\Debug  IntDir=.\Debug
295  InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
296  InputName=fdct_mmx  InputName=fdct_mmx
297    
298  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
# Line 304  Line 305 
305  # End Source File  # End Source File
306  # Begin Source File  # Begin Source File
307    
308  SOURCE=..\..\src\dct\x86_asm\fdct_xmm.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
309    
310  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
311    
312  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
313  IntDir=.\Release  IntDir=.\Release
314  InputPath=..\..\src\dct\x86_asm\fdct_xmm.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
315  InputName=fdct_xmm  InputName=fdct_xmm
316    
317  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
# Line 322  Line 323 
323    
324  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
325  IntDir=.\Debug  IntDir=.\Debug
326  InputPath=..\..\src\dct\x86_asm\fdct_xmm.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
327    InputName=fdct_xmm
328    
329    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
330            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
331    
332    # End Custom Build
333    
334    !ENDIF
335    
336    # End Source File
337    # Begin Source File
338    
339    SOURCE=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
340    
341    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
342    
343    # Begin Custom Build - Assembling $(InputPath)
344    IntDir=.\Release
345    InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
346    InputName=fdct_xmm
347    
348    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
349            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
350    
351    # End Custom Build
352    
353    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
354    
355    # Begin Custom Build - Assembling $(InputPath)
356    IntDir=.\Debug
357    InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
358  InputName=fdct_xmm  InputName=fdct_xmm
359    
360  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
# Line 469  Line 501 
501  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
502    
503  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
504  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
505  IntDir=.\Release  IntDir=.\Release
506  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
507  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 482  Line 514 
514  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
515    
516  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
517  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
518  IntDir=.\Debug  IntDir=.\Debug
519  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
520  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
# Line 502  Line 534 
534  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
535    
536  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
537  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
538  IntDir=.\Release  IntDir=.\Release
539  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
540  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 515  Line 547 
547  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
548    
549  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
550  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
551  IntDir=.\Debug  IntDir=.\Debug
552  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
553  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
# Line 535  Line 567 
567  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
568    
569  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
570  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
571  IntDir=.\Release  IntDir=.\Release
572  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
573  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 548  Line 580 
580  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
581    
582  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
583  InputDir=\xvid\stable4\src\image\x86_asm  InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
584  IntDir=.\Debug  IntDir=.\Debug
585  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
586  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
# Line 687  Line 719 
719  # End Source File  # End Source File
720  # Begin Source File  # Begin Source File
721    
722    SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
723    
724    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
725    
726    # Begin Custom Build
727    IntDir=.\Release
728    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
729    InputName=qpel_mmx
730    
731    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
732            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
733    
734    # End Custom Build
735    
736    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
737    
738    !ENDIF
739    
740    # End Source File
741    # Begin Source File
742    
743  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
744    
745  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 759  Line 812 
812  # End Source File  # End Source File
813  # Begin Source File  # Begin Source File
814    
815    SOURCE=..\..\src\image\qpel.c
816    # End Source File
817    # Begin Source File
818    
819  SOURCE=..\..\src\image\reduced.c  SOURCE=..\..\src\image\reduced.c
820  # End Source File  # End Source File
821  # End Group  # End Group
# Line 930  Line 987 
987  # PROP Default_Filter ""  # PROP Default_Filter ""
988  # Begin Source File  # Begin Source File
989    
990    SOURCE=..\..\src\motion\estimation.h
991    # End Source File
992    # Begin Source File
993    
994    SOURCE=..\..\src\motion\gmc.h
995    # End Source File
996    # Begin Source File
997    
998  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
999  # End Source File  # End Source File
1000  # Begin Source File  # Begin Source File
1001    
1002  SOURCE=..\..\src\motion\motion_est.h  SOURCE=..\..\src\motion\motion_inlines.h
1003  # End Source File  # End Source File
1004  # Begin Source File  # Begin Source File
1005    
1006  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
1007  # End Source File  # End Source File
1008    # End Group
1009  # Begin Source File  # Begin Source File
1010    
1011  SOURCE=..\..\src\motion\smp_motion_est.h  SOURCE=..\..\src\motion\estimation_bvop.c
1012  # End Source File  # End Source File
 # End Group  
1013  # Begin Source File  # Begin Source File
1014    
1015  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_common.c
1016    # End Source File
1017    # Begin Source File
1018    
1019    SOURCE=..\..\src\motion\estimation_gmc.c
1020  # End Source File  # End Source File
1021  # Begin Source File  # Begin Source File
1022    
1023  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\estimation_pvop.c
1024    # End Source File
1025    # Begin Source File
1026    
1027    SOURCE=..\..\src\motion\estimation_rd_based.c
1028    # End Source File
1029    # Begin Source File
1030    
1031    SOURCE=..\..\src\motion\gmc.c
1032    # End Source File
1033    # Begin Source File
1034    
1035    SOURCE=..\..\src\motion\motion_comp.c
1036  # End Source File  # End Source File
1037  # Begin Source File  # Begin Source File
1038    
# Line 959  Line 1040 
1040  # End Source File  # End Source File
1041  # Begin Source File  # Begin Source File
1042    
1043  SOURCE=..\..\src\motion\smp_motion_est.c  SOURCE=..\..\src\motion\vop_type_decision.c
1044  # End Source File  # End Source File
1045  # End Group  # End Group
1046  # Begin Group "prediction"  # Begin Group "prediction"
# Line 986  Line 1067 
1067  # PROP Default_Filter ""  # PROP Default_Filter ""
1068  # Begin Source File  # Begin Source File
1069    
1070  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1071    
1072  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1073    
1074  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1075  IntDir=.\Release  IntDir=.\Release
1076  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1077  InputName=quantize4_mmx  InputName=quantize_mpeg_mmx
1078    
1079  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1080          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1004  Line 1085 
1085    
1086  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1087  IntDir=.\Debug  IntDir=.\Debug
1088  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1089  InputName=quantize4_mmx  InputName=quantize_mpeg_mmx
1090    
1091  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1092          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1017  Line 1098 
1098  # End Source File  # End Source File
1099  # Begin Source File  # Begin Source File
1100    
1101  SOURCE=..\..\src\quant\x86_asm\quantize4_xmm.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1102    
1103  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1104    
1105  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1106  IntDir=.\Release  IntDir=.\Release
1107  InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1108  InputName=quantize4_xmm  InputName=quantize_mpeg_xmm
1109    
1110  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1111          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1035  Line 1116 
1116    
1117  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1118  IntDir=.\Debug  IntDir=.\Debug
1119  InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1120  InputName=quantize4_xmm  InputName=quantize_mpeg_xmm
1121    
1122  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1123          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1048  Line 1129 
1129  # End Source File  # End Source File
1130  # Begin Source File  # Begin Source File
1131    
1132  SOURCE=..\..\src\quant\x86_asm\quantize_3dne.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1133    
1134  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1135    
1136  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1137  IntDir=.\Release  IntDir=.\Release
1138  InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1139  InputName=quantize_3dne  InputName=quantize_h263_3dne
1140    
1141  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1142          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1066  Line 1147 
1147    
1148  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1149  IntDir=.\Debug  IntDir=.\Debug
1150  InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1151  InputName=quantize_3dne  InputName=quantize_h263_3dne
1152    
1153  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1154          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1079  Line 1160 
1160  # End Source File  # End Source File
1161  # Begin Source File  # Begin Source File
1162    
1163  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1164    
1165  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1166    
1167  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1168  IntDir=.\Release  IntDir=.\Release
1169  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1170  InputName=quantize_mmx  InputName=quantize_h263_mmx
1171    
1172  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1173          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1097  Line 1178 
1178    
1179  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1180  IntDir=.\Debug  IntDir=.\Debug
1181  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1182  InputName=quantize_mmx  InputName=quantize_h263_mmx
1183    
1184  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1185          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1114  Line 1195 
1195  # PROP Default_Filter ""  # PROP Default_Filter ""
1196  # Begin Source File  # Begin Source File
1197    
1198  SOURCE=..\..\src\quant\adapt_quant.h  SOURCE=..\..\src\quant\quant.h
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\src\quant\quant_h263.h  
1199  # End Source File  # End Source File
1200  # Begin Source File  # Begin Source File
1201    
1202  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\quant_matrix.h
1203  # End Source File  # End Source File
 # Begin Source File  
   
 SOURCE=..\..\src\quant\quant_mpeg4.h  
 # End Source File  
1204  # End Group  # End Group
1205  # Begin Source File  # Begin Source File
1206    
 SOURCE=..\..\src\quant\adapt_quant.c  
 # End Source File  
 # Begin Source File  
   
1207  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
1208  # End Source File  # End Source File
1209  # Begin Source File  # Begin Source File
# Line 1143  Line 1212 
1212  # End Source File  # End Source File
1213  # Begin Source File  # Begin Source File
1214    
1215  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1216  # End Source File  # End Source File
1217  # End Group  # End Group
1218  # Begin Group "utils"  # Begin Group "utils"
# Line 1323  Line 1392 
1392  # End Source File  # End Source File
1393  # Begin Source File  # Begin Source File
1394    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1395  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1396  # End Source File  # End Source File
1397  # End Group  # End Group
# Line 1367  Line 1432 
1432  # End Source File  # End Source File
1433  # Begin Source File  # Begin Source File
1434    
1435  SOURCE=..\..\src\plugins\plugin_cbr.c  SOURCE=..\..\src\plugins\plugin_2pass2.c
1436  # End Source File  # End Source File
1437  # Begin Source File  # Begin Source File
1438    
# Line 1375  Line 1440 
1440  # End Source File  # End Source File
1441  # Begin Source File  # Begin Source File
1442    
1443  SOURCE=..\..\src\plugins\plugin_fixed.c  SOURCE=..\..\src\plugins\plugin_lumimasking.c
1444  # End Source File  # End Source File
1445  # Begin Source File  # Begin Source File
1446    
1447  SOURCE=..\..\src\plugins\plugin_lumimasking.c  SOURCE=..\..\src\plugins\plugin_psnr.c
1448  # End Source File  # End Source File
1449  # Begin Source File  # Begin Source File
1450    
1451  SOURCE=..\..\src\plugins\plugin_psnr.c  SOURCE=..\..\src\plugins\plugin_single.c
1452  # End Source File  # End Source File
1453  # End Group  # End Group
1454  # Begin Source File  # Begin Source File

Legend:
Removed from v.939  
changed lines
  Added in v.1195

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4