[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

trunk/xvidcore/build/win32/libxvidcore.dsp revision 505, Sat Sep 21 15:16:48 2002 UTC branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp revision 1190, Mon Oct 27 01:03:06 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_X86" /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_X86" /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 85  Line 86 
86  # PROP Default_Filter ""  # PROP Default_Filter ""
87  # Begin Source File  # Begin Source File
88    
89    SOURCE=..\..\doc\_API_.txt
90    # End Source File
91    # Begin Source File
92    
93  SOURCE=..\..\authors.txt  SOURCE=..\..\authors.txt
94  # End Source File  # End Source File
95  # Begin Source File  # Begin Source File
# Line 101  Line 106 
106  # End Source File  # End Source File
107  # Begin Source File  # Begin Source File
108    
109    SOURCE=..\..\INSTALL
110    # End Source File
111    # Begin Source File
112    
113    SOURCE=..\..\LICENSE
114    # End Source File
115    # Begin Source File
116    
117    SOURCE=..\..\README.txt
118    # End Source File
119    # Begin Source File
120    
121  SOURCE=..\..\todo.txt  SOURCE=..\..\todo.txt
122  # End Source File  # End Source File
123  # Begin Source File  # Begin Source File
# Line 120  Line 137 
137  # PROP Default_Filter ""  # PROP Default_Filter ""
138  # Begin Source File  # Begin Source File
139    
140    SOURCE=..\..\src\bitstream\x86_asm\cbp_3dne.asm
141    
142    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
143    
144    # Begin Custom Build - Assembling $(InputPath)
145    IntDir=.\Release
146    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
147    InputName=cbp_3dne
148    
149    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
150            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
151    
152    # End Custom Build
153    
154    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
155    
156    # Begin Custom Build - Assembling $(InputPath)
157    IntDir=.\Debug
158    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
159    InputName=cbp_3dne
160    
161    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
162            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
163    
164    # End Custom Build
165    
166    !ENDIF
167    
168    # End Source File
169    # Begin Source File
170    
171  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
172    
173  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 226  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 244  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 257  Line 305 
305  # End Source File  # End Source File
306  # Begin Source File  # Begin Source File
307    
308    SOURCE=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
309    
310    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
311    
312    # Begin Custom Build - Assembling $(InputPath)
313    IntDir=.\Release
314    InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
315    InputName=fdct_xmm
316    
317    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
318            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
319    
320    # End Custom Build
321    
322    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
323    
324    # Begin Custom Build - Assembling $(InputPath)
325    IntDir=.\Debug
326    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\idct_3dne.asm
340    
341    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
342    
343    # Begin Custom Build - Assembling $(InputPath)
344    IntDir=.\Release
345    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
346    InputName=idct_3dne
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\idct_3dne.asm
358    InputName=idct_3dne
359    
360    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
361            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
362    
363    # End Custom Build
364    
365    !ENDIF
366    
367    # End Source File
368    # Begin Source File
369    
370  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
371    
372  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 286  Line 396 
396  !ENDIF  !ENDIF
397    
398  # End Source File  # End Source File
399    # Begin Source File
400    
401    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
402    
403    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
404    
405    # Begin Custom Build - Assembling $(InputPath)
406    IntDir=.\Release
407    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
408    InputName=simple_idct_mmx
409    
410    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
411            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
412    
413    # End Custom Build
414    
415    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
416    
417    # Begin Custom Build - Assembling $(InputPath)
418    IntDir=.\Debug
419    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
420    InputName=simple_idct_mmx
421    
422    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
423            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
424    
425    # End Custom Build
426    
427    !ENDIF
428    
429    # End Source File
430  # End Group  # End Group
431  # Begin Group "dct_h"  # Begin Group "dct_h"
432    
# Line 307  Line 448 
448    
449  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
450  # End Source File  # End Source File
451    # Begin Source File
452    
453    SOURCE=..\..\src\dct\simple_idct.c
454    # End Source File
455  # End Group  # End Group
456  # Begin Group "image"  # Begin Group "image"
457    
# Line 316  Line 461 
461  # PROP Default_Filter ""  # PROP Default_Filter ""
462  # Begin Source File  # Begin Source File
463    
464  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
465    # End Source File
466    # Begin Source File
467    
468    SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
469    
470  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
471    
472  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
473    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
474  IntDir=.\Release  IntDir=.\Release
475  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
476  InputName=interpolate8x8_3dn  InputName=colorspace_rgb_mmx
477    
478  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
479          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
480    
481  # End Custom Build  # End Custom Build
482    
483  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
484    
485  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
486    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
487  IntDir=.\Debug  IntDir=.\Debug
488  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
489  InputName=interpolate8x8_3dn  InputName=colorspace_rgb_mmx
490    
491  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
492          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
493    
494  # End Custom Build  # End Custom Build
495    
# Line 347  Line 498 
498  # End Source File  # End Source File
499  # Begin Source File  # Begin Source File
500    
501  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
502    
503  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
504    
505  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
506    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
507  IntDir=.\Release  IntDir=.\Release
508  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
509  InputName=interpolate8x8_mmx  InputName=colorspace_yuv_mmx
510    
511  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
512          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
513    
514  # End Custom Build  # End Custom Build
515    
516  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
517    
518  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
519    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
520  IntDir=.\Debug  IntDir=.\Debug
521  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
522  InputName=interpolate8x8_mmx  InputName=colorspace_yuv_mmx
523    
524  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
525          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
526    
527  # End Custom Build  # End Custom Build
528    
# Line 378  Line 531 
531  # End Source File  # End Source File
532  # Begin Source File  # Begin Source File
533    
534  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
535    
536  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
537    
538  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
539    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
540  IntDir=.\Release  IntDir=.\Release
541  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
542  InputName=interpolate8x8_xmm  InputName=colorspace_yuyv_mmx
543    
544  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
545          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
546    
547  # End Custom Build  # End Custom Build
548    
549  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
550    
551  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
552    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
553  IntDir=.\Debug  IntDir=.\Debug
554  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
555  InputName=interpolate8x8_xmm  InputName=colorspace_yuyv_mmx
556    
557  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
558          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
559    
560  # End Custom Build  # End Custom Build
561    
# Line 409  Line 564 
564  # End Source File  # End Source File
565  # Begin Source File  # Begin Source File
566    
567  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
568    
569  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
570    
571  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
572  IntDir=.\Release  IntDir=.\Release
573  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
574  InputName=rgb_to_yv12_mmx  InputName=interpolate8x8_3dn
575    
576  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
577          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 427  Line 582 
582    
583  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
584  IntDir=.\Debug  IntDir=.\Debug
585  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
586  InputName=rgb_to_yv12_mmx  InputName=interpolate8x8_3dn
587    
588  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
589          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 440  Line 595 
595  # End Source File  # End Source File
596  # Begin Source File  # Begin Source File
597    
598  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
599    
600  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
601    
602  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
603  IntDir=.\Release  IntDir=.\Release
604  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
605  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dne
606    
607  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
608          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 458  Line 613 
613    
614  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
615  IntDir=.\Debug  IntDir=.\Debug
616  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
617  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dne
618    
619  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
620          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 471  Line 626 
626  # End Source File  # End Source File
627  # Begin Source File  # Begin Source File
628    
629  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
630    
631  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
632    
633  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
634  IntDir=.\Release  IntDir=.\Release
635  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
636  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_mmx
637    
638  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
639          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 489  Line 644 
644    
645  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
646  IntDir=.\Debug  IntDir=.\Debug
647  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
648  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_mmx
649    
650  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
651          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 502  Line 657 
657  # End Source File  # End Source File
658  # Begin Source File  # Begin Source File
659    
660  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
661    
662  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
663    
664  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
665  IntDir=.\Release  IntDir=.\Release
666  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
667  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_xmm
668    
669  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
670          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 520  Line 675 
675    
676  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
677  IntDir=.\Debug  IntDir=.\Debug
678  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
679  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_xmm
680    
681  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
682          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 533  Line 688 
688  # End Source File  # End Source File
689  # Begin Source File  # Begin Source File
690    
691  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
692    
693  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
694    
695  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build
696  IntDir=.\Release  IntDir=.\Release
697  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
698  InputName=yv12_to_rgb32_mmx  InputName=qpel_mmx
699    
700  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
701          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 549  Line 704 
704    
705  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
706    
 # Begin Custom Build - Assembling $(InputPath)  
 IntDir=.\Debug  
 InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  
 InputName=yv12_to_rgb32_mmx  
   
 "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  
         nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)  
   
 # End Custom Build  
   
707  !ENDIF  !ENDIF
708    
709  # End Source File  # End Source File
710  # Begin Source File  # Begin Source File
711    
712  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
713    
714  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
715    
716  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
717  IntDir=.\Release  IntDir=.\Release
718  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
719  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
720    
721  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
722          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 582  Line 727 
727    
728  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
729  IntDir=.\Debug  IntDir=.\Debug
730  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
731  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
732    
733  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
734          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 603  Line 748 
748  # End Source File  # End Source File
749  # Begin Source File  # Begin Source File
750    
751    SOURCE=..\..\src\image\font.h
752    # End Source File
753    # Begin Source File
754    
755  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.h
756  # End Source File  # End Source File
757  # Begin Source File  # Begin Source File
758    
759  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\interpolate8x8.h
760  # End Source File  # End Source File
761    # Begin Source File
762    
763    SOURCE=..\..\src\image\reduced.h
764    # End Source File
765  # End Group  # End Group
766  # Begin Source File  # Begin Source File
767    
# Line 616  Line 769 
769  # End Source File  # End Source File
770  # Begin Source File  # Begin Source File
771    
772    SOURCE=..\..\src\image\font.c
773    # End Source File
774    # Begin Source File
775    
776  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
777  # End Source File  # End Source File
778  # Begin Source File  # Begin Source File
779    
780  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\interpolate8x8.c
781  # End Source File  # End Source File
782    # Begin Source File
783    
784    SOURCE=..\..\src\image\qpel.c
785    # End Source File
786    # Begin Source File
787    
788    SOURCE=..\..\src\image\reduced.c
789    # End Source File
790  # End Group  # End Group
791  # Begin Group "motion"  # Begin Group "motion"
792    
# Line 663  Line 828 
828  # End Source File  # End Source File
829  # Begin Source File  # Begin Source File
830    
831    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
832    
833    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
834    
835    # Begin Custom Build - Assembling $(InputPath)
836    IntDir=.\Release
837    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
838    InputName=sad_3dne
839    
840    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
841            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
842    
843    # End Custom Build
844    
845    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
846    
847    # Begin Custom Build - Assembling $(InputPath)
848    IntDir=.\Debug
849    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
850    InputName=sad_3dne
851    
852    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
853            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
854    
855    # End Custom Build
856    
857    !ENDIF
858    
859    # End Source File
860    # Begin Source File
861    
862  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
863    
864  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 760  Line 956 
956  # PROP Default_Filter ""  # PROP Default_Filter ""
957  # Begin Source File  # Begin Source File
958    
959    SOURCE=..\..\src\motion\estimation.h
960    # End Source File
961    # Begin Source File
962    
963    SOURCE=..\..\src\motion\gmc.h
964    # End Source File
965    # Begin Source File
966    
967  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
968  # End Source File  # End Source File
969  # Begin Source File  # Begin Source File
970    
971    SOURCE=..\..\src\motion\motion_inlines.h
972    # End Source File
973    # Begin Source File
974    
975  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
976  # End Source File  # End Source File
977  # End Group  # End Group
978  # Begin Source File  # Begin Source File
979    
980  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_bvop.c
981    # End Source File
982    # Begin Source File
983    
984    SOURCE=..\..\src\motion\estimation_common.c
985    # End Source File
986    # Begin Source File
987    
988    SOURCE=..\..\src\motion\estimation_gmc.c
989  # End Source File  # End Source File
990  # Begin Source File  # Begin Source File
991    
992  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\estimation_pvop.c
993    # End Source File
994    # Begin Source File
995    
996    SOURCE=..\..\src\motion\estimation_rd_based.c
997    # End Source File
998    # Begin Source File
999    
1000    SOURCE=..\..\src\motion\gmc.c
1001    # End Source File
1002    # Begin Source File
1003    
1004    SOURCE=..\..\src\motion\motion_comp.c
1005  # End Source File  # End Source File
1006  # Begin Source File  # Begin Source File
1007    
1008  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
1009  # End Source File  # End Source File
1010    # Begin Source File
1011    
1012    SOURCE=..\..\src\motion\vop_type_decision.c
1013    # End Source File
1014  # End Group  # End Group
1015  # Begin Group "prediction"  # Begin Group "prediction"
1016    
# Line 804  Line 1036 
1036  # PROP Default_Filter ""  # PROP Default_Filter ""
1037  # Begin Source File  # Begin Source File
1038    
1039  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1040    
1041  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1042    
1043  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1044  IntDir=.\Release  IntDir=.\Release
1045  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1046  InputName=quantize4_mmx  InputName=quantize_mpeg_mmx
1047    
1048  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1049          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 822  Line 1054 
1054    
1055  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1056  IntDir=.\Debug  IntDir=.\Debug
1057  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1058  InputName=quantize4_mmx  InputName=quantize_mpeg_mmx
1059    
1060  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1061          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 835  Line 1067 
1067  # End Source File  # End Source File
1068  # Begin Source File  # Begin Source File
1069    
1070  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.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\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1077  InputName=quantize_mmx  InputName=quantize_mpeg_xmm
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 853  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\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1089  InputName=quantize_mmx  InputName=quantize_mpeg_xmm
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 864  Line 1096 
1096  !ENDIF  !ENDIF
1097    
1098  # End Source File  # End Source File
 # End Group  
 # Begin Group "quant_h"  
   
 # PROP Default_Filter ""  
1099  # Begin Source File  # Begin Source File
1100    
1101  SOURCE=..\..\src\quant\adapt_quant.h  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1102  # End Source File  
1103  # Begin Source File  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1104    
1105    # Begin Custom Build - Assembling $(InputPath)
1106    IntDir=.\Release
1107    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1108    InputName=quantize_h263_3dne
1109    
1110    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1111            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1112    
1113    # End Custom Build
1114    
1115    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1116    
1117    # Begin Custom Build - Assembling $(InputPath)
1118    IntDir=.\Debug
1119    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1120    InputName=quantize_h263_3dne
1121    
1122    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1123            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1124    
1125    # End Custom Build
1126    
1127    !ENDIF
1128    
 SOURCE=..\..\src\quant\quant_h263.h  
1129  # End Source File  # End Source File
1130  # Begin Source File  # Begin Source File
1131    
1132  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1133    
1134    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1135    
1136    # Begin Custom Build - Assembling $(InputPath)
1137    IntDir=.\Release
1138    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1139    InputName=quantize_h263_mmx
1140    
1141    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1142            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1143    
1144    # End Custom Build
1145    
1146    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1147    
1148    # Begin Custom Build - Assembling $(InputPath)
1149    IntDir=.\Debug
1150    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1151    InputName=quantize_h263_mmx
1152    
1153    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1154            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1155    
1156    # End Custom Build
1157    
1158    !ENDIF
1159    
1160  # End Source File  # End Source File
1161    # End Group
1162    # Begin Group "quant_h"
1163    
1164    # PROP Default_Filter ""
1165  # Begin Source File  # Begin Source File
1166    
1167  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\quant.h
1168  # End Source File  # End Source File
 # End Group  
1169  # Begin Source File  # Begin Source File
1170    
1171  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1172  # End Source File  # End Source File
1173    # End Group
1174  # Begin Source File  # Begin Source File
1175    
1176  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 899  Line 1181 
1181  # End Source File  # End Source File
1182  # Begin Source File  # Begin Source File
1183    
1184  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1185  # End Source File  # End Source File
1186  # End Group  # End Group
1187  # Begin Group "utils"  # Begin Group "utils"
# Line 941  Line 1223 
1223  # End Source File  # End Source File
1224  # Begin Source File  # Begin Source File
1225    
1226    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1227    
1228    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1229    
1230    # Begin Custom Build - Assembling $(InputPath)
1231    IntDir=.\Release
1232    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1233    InputName=interlacing_mmx
1234    
1235    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1236            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1237    
1238    # End Custom Build
1239    
1240    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1241    
1242    # Begin Custom Build - Assembling $(InputPath)
1243    IntDir=.\Debug
1244    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1245    InputName=interlacing_mmx
1246    
1247    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1248            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1249    
1250    # End Custom Build
1251    
1252    !ENDIF
1253    
1254    # End Source File
1255    # Begin Source File
1256    
1257    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1258    
1259    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1260    
1261    # Begin Custom Build - Assembling $(InputPath)
1262    IntDir=.\Release
1263    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1264    InputName=mem_transfer_3dne
1265    
1266    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1267            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1268    
1269    # End Custom Build
1270    
1271    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1272    
1273    # Begin Custom Build - Assembling $(InputPath)
1274    IntDir=.\Debug
1275    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1276    InputName=mem_transfer_3dne
1277    
1278    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1279            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1280    
1281    # End Custom Build
1282    
1283    !ENDIF
1284    
1285    # End Source File
1286    # Begin Source File
1287    
1288  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1289    
1290  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 1017  Line 1361 
1361  # End Source File  # End Source File
1362  # Begin Source File  # Begin Source File
1363    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1364  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1365  # End Source File  # End Source File
1366  # End Group  # End Group
# Line 1033  Line 1373 
1373  # End Source File  # End Source File
1374  # Begin Source File  # Begin Source File
1375    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1376  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1377  # End Source File  # End Source File
1378  # Begin Source File  # Begin Source File
# Line 1052  Line 1388 
1388  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1389  # End Source File  # End Source File
1390  # End Group  # End Group
1391    # Begin Group "plugins"
1392    
1393    # PROP Default_Filter ""
1394    # Begin Group "plugins_h"
1395    
1396    # PROP Default_Filter ""
1397    # End Group
1398  # Begin Source File  # Begin Source File
1399    
1400  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1401    # End Source File
1402    # Begin Source File
1403    
1404    SOURCE=..\..\src\plugins\plugin_2pass2.c
1405    # End Source File
1406    # Begin Source File
1407    
1408    SOURCE=..\..\src\plugins\plugin_dump.c
1409  # End Source File  # End Source File
1410  # Begin Source File  # Begin Source File
1411    
1412  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_lumimasking.c
1413    # End Source File
1414    # Begin Source File
1415    
1416    SOURCE=..\..\src\plugins\plugin_psnr.c
1417    # End Source File
1418    # Begin Source File
1419    
1420    SOURCE=..\..\src\plugins\plugin_single.c
1421    # End Source File
1422    # End Group
1423    # Begin Source File
1424    
1425    SOURCE=..\..\src\decoder.c
1426  # End Source File  # End Source File
1427  # Begin Source File  # Begin Source File
1428    

Legend:
Removed from v.505  
changed lines
  Added in v.1190

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