[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 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_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\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
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_3dne.asm
371    
372    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
373    
374    # Begin Custom Build - Assembling $(InputPath)
375    IntDir=.\Release
376    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
377    InputName=idct_3dne
378    
379    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
380            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
381    
382    # End Custom Build
383    
384    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
385    
386    # Begin Custom Build - Assembling $(InputPath)
387    IntDir=.\Debug
388    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
389    InputName=idct_3dne
390    
391    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
392            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
393    
394    # End Custom Build
395    
396    !ENDIF
397    
398    # End Source File
399    # Begin Source File
400    
401  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
402    
403  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 286  Line 427 
427  !ENDIF  !ENDIF
428    
429  # End Source File  # End Source File
430    # Begin Source File
431    
432    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
433    
434    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
435    
436    # Begin Custom Build - Assembling $(InputPath)
437    IntDir=.\Release
438    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
439    InputName=simple_idct_mmx
440    
441    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
442            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
443    
444    # End Custom Build
445    
446    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
447    
448    # Begin Custom Build - Assembling $(InputPath)
449    IntDir=.\Debug
450    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
451    InputName=simple_idct_mmx
452    
453    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
454            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
455    
456    # End Custom Build
457    
458    !ENDIF
459    
460    # End Source File
461  # End Group  # End Group
462  # Begin Group "dct_h"  # Begin Group "dct_h"
463    
# Line 307  Line 479 
479    
480  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
481  # End Source File  # End Source File
482    # Begin Source File
483    
484    SOURCE=..\..\src\dct\simple_idct.c
485    # End Source File
486  # End Group  # End Group
487  # Begin Group "image"  # Begin Group "image"
488    
# Line 316  Line 492 
492  # PROP Default_Filter ""  # PROP Default_Filter ""
493  # Begin Source File  # Begin Source File
494    
495  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
496    # End Source File
497    # Begin Source File
498    
499    SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
500    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
505  IntDir=.\Release  IntDir=.\Release
506  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
507  InputName=interpolate8x8_3dn  InputName=colorspace_rgb_mmx
508    
509  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
510          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
511    
512  # End Custom Build  # End Custom Build
513    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
518  IntDir=.\Debug  IntDir=.\Debug
519  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
520  InputName=interpolate8x8_3dn  InputName=colorspace_rgb_mmx
521    
522  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
523          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
524    
525  # End Custom Build  # End Custom Build
526    
# Line 347  Line 529 
529  # End Source File  # End Source File
530  # Begin Source File  # Begin Source File
531    
532  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
533    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
538  IntDir=.\Release  IntDir=.\Release
539  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
540  InputName=interpolate8x8_mmx  InputName=colorspace_yuv_mmx
541    
542  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
543          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
544    
545  # End Custom Build  # End Custom Build
546    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
551  IntDir=.\Debug  IntDir=.\Debug
552  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
553  InputName=interpolate8x8_mmx  InputName=colorspace_yuv_mmx
554    
555  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
556          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
557    
558  # End Custom Build  # End Custom Build
559    
# Line 378  Line 562 
562  # End Source File  # End Source File
563  # Begin Source File  # Begin Source File
564    
565  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
566    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
571  IntDir=.\Release  IntDir=.\Release
572  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
573  InputName=interpolate8x8_xmm  InputName=colorspace_yuyv_mmx
574    
575  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
576          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
577    
578  # End Custom Build  # End Custom Build
579    
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=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm\
584  IntDir=.\Debug  IntDir=.\Debug
585  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
586  InputName=interpolate8x8_xmm  InputName=colorspace_yuyv_mmx
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 -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
590    
591  # End Custom Build  # End Custom Build
592    
# Line 409  Line 595 
595  # End Source File  # End Source File
596  # Begin Source File  # Begin Source File
597    
598  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.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\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
605  InputName=rgb_to_yv12_mmx  InputName=interpolate8x8_3dn
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 427  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\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
617  InputName=rgb_to_yv12_mmx  InputName=interpolate8x8_3dn
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 440  Line 626 
626  # End Source File  # End Source File
627  # Begin Source File  # Begin Source File
628    
629  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.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\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
636  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dne
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 458  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\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
648  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dne
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 471  Line 657 
657  # End Source File  # End Source File
658  # Begin Source File  # Begin Source File
659    
660  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.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\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
667  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_mmx
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 489  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\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
679  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_mmx
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 502  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_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
692    
693  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
694    
695  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
696  IntDir=.\Release  IntDir=.\Release
697  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
698  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_xmm
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 520  Line 706 
706    
707  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
708  IntDir=.\Debug  IntDir=.\Debug
709  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
710  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_xmm
711    
712  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
713          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 533  Line 719 
719  # End Source File  # End Source File
720  # Begin Source File  # Begin Source File
721    
722  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
723    
724  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
725    
726  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build
727  IntDir=.\Release  IntDir=.\Release
728  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
729  InputName=yv12_to_rgb32_mmx  InputName=qpel_mmx
730    
731  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
732          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 549  Line 735 
735    
736  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
737    
 # 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  
   
738  !ENDIF  !ENDIF
739    
740  # End Source File  # End Source File
741  # Begin Source File  # Begin Source File
742    
743  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
744    
745  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
746    
747  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
748  IntDir=.\Release  IntDir=.\Release
749  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
750  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
751    
752  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
753          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 582  Line 758 
758    
759  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
760  IntDir=.\Debug  IntDir=.\Debug
761  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
762  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
763    
764  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
765          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 603  Line 779 
779  # End Source File  # End Source File
780  # Begin Source File  # Begin Source File
781    
782    SOURCE=..\..\src\image\font.h
783    # End Source File
784    # Begin Source File
785    
786  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.h
787  # End Source File  # End Source File
788  # Begin Source File  # Begin Source File
789    
790  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\interpolate8x8.h
791  # End Source File  # End Source File
792    # Begin Source File
793    
794    SOURCE=..\..\src\image\reduced.h
795    # End Source File
796  # End Group  # End Group
797  # Begin Source File  # Begin Source File
798    
# Line 616  Line 800 
800  # End Source File  # End Source File
801  # Begin Source File  # Begin Source File
802    
803    SOURCE=..\..\src\image\font.c
804    # End Source File
805    # Begin Source File
806    
807  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
808  # End Source File  # End Source File
809  # Begin Source File  # Begin Source File
810    
811  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\interpolate8x8.c
812  # End Source File  # End Source File
813    # 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
820    # End Source File
821  # End Group  # End Group
822  # Begin Group "motion"  # Begin Group "motion"
823    
# Line 663  Line 859 
859  # End Source File  # End Source File
860  # Begin Source File  # Begin Source File
861    
862    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
863    
864    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
865    
866    # Begin Custom Build - Assembling $(InputPath)
867    IntDir=.\Release
868    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
869    InputName=sad_3dne
870    
871    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
872            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
873    
874    # End Custom Build
875    
876    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
877    
878    # Begin Custom Build - Assembling $(InputPath)
879    IntDir=.\Debug
880    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
881    InputName=sad_3dne
882    
883    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
884            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
885    
886    # End Custom Build
887    
888    !ENDIF
889    
890    # End Source File
891    # Begin Source File
892    
893  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
894    
895  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 760  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_inlines.h
1003    # End Source File
1004    # 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  # End Group
1009  # Begin Source File  # Begin Source File
1010    
1011  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_bvop.c
1012    # End Source File
1013    # Begin Source File
1014    
1015    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
1021    # Begin Source File
1022    
1023    SOURCE=..\..\src\motion\estimation_pvop.c
1024  # End Source File  # End Source File
1025  # Begin Source File  # Begin Source File
1026    
1027  SOURCE=..\..\src\motion\motion_est.c  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    
1039  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
1040  # End Source File  # End Source File
1041    # Begin Source File
1042    
1043    SOURCE=..\..\src\motion\vop_type_decision.c
1044    # End Source File
1045  # End Group  # End Group
1046  # Begin Group "prediction"  # Begin Group "prediction"
1047    
# Line 804  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 822  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 835  Line 1098 
1098  # End Source File  # End Source File
1099  # Begin Source File  # Begin Source File
1100    
1101  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.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\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1108  InputName=quantize_mmx  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 853  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\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1120  InputName=quantize_mmx  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 864  Line 1127 
1127  !ENDIF  !ENDIF
1128    
1129  # End Source File  # End Source File
 # End Group  
 # Begin Group "quant_h"  
   
 # PROP Default_Filter ""  
1130  # Begin Source File  # Begin Source File
1131    
1132  SOURCE=..\..\src\quant\adapt_quant.h  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1133  # End Source File  
1134  # Begin Source File  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1135    
1136    # Begin Custom Build - Assembling $(InputPath)
1137    IntDir=.\Release
1138    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1139    InputName=quantize_h263_3dne
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_3dne.asm
1151    InputName=quantize_h263_3dne
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    
 SOURCE=..\..\src\quant\quant_h263.h  
1160  # End Source File  # End Source File
1161  # Begin Source File  # Begin Source File
1162    
1163  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1164    
1165    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1166    
1167    # Begin Custom Build - Assembling $(InputPath)
1168    IntDir=.\Release
1169    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1170    InputName=quantize_h263_mmx
1171    
1172    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1173            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1174    
1175    # End Custom Build
1176    
1177    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1178    
1179    # Begin Custom Build - Assembling $(InputPath)
1180    IntDir=.\Debug
1181    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1182    InputName=quantize_h263_mmx
1183    
1184    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1185            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1186    
1187    # End Custom Build
1188    
1189    !ENDIF
1190    
1191  # End Source File  # End Source File
1192    # End Group
1193    # Begin Group "quant_h"
1194    
1195    # PROP Default_Filter ""
1196  # Begin Source File  # Begin Source File
1197    
1198  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\quant.h
1199  # End Source File  # End Source File
 # End Group  
1200  # Begin Source File  # Begin Source File
1201    
1202  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1203  # End Source File  # End Source File
1204    # End Group
1205  # Begin Source File  # Begin Source File
1206    
1207  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 899  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 941  Line 1254 
1254  # End Source File  # End Source File
1255  # Begin Source File  # Begin Source File
1256    
1257    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1258    
1259    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1260    
1261    # Begin Custom Build - Assembling $(InputPath)
1262    IntDir=.\Release
1263    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1264    InputName=interlacing_mmx
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\interlacing_mmx.asm
1276    InputName=interlacing_mmx
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_3dne.asm
1289    
1290    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1291    
1292    # Begin Custom Build - Assembling $(InputPath)
1293    IntDir=.\Release
1294    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1295    InputName=mem_transfer_3dne
1296    
1297    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1298            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1299    
1300    # End Custom Build
1301    
1302    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1303    
1304    # Begin Custom Build - Assembling $(InputPath)
1305    IntDir=.\Debug
1306    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1307    InputName=mem_transfer_3dne
1308    
1309    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1310            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1311    
1312    # End Custom Build
1313    
1314    !ENDIF
1315    
1316    # End Source File
1317    # Begin Source File
1318    
1319  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1320    
1321  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 1017  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 1033  Line 1404 
1404  # End Source File  # End Source File
1405  # Begin Source File  # Begin Source File
1406    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1407  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1408  # End Source File  # End Source File
1409  # Begin Source File  # Begin Source File
# Line 1052  Line 1419 
1419  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1420  # End Source File  # End Source File
1421  # End Group  # End Group
1422    # Begin Group "plugins"
1423    
1424    # PROP Default_Filter ""
1425    # Begin Group "plugins_h"
1426    
1427    # PROP Default_Filter ""
1428    # End Group
1429  # Begin Source File  # Begin Source File
1430    
1431  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1432    # End Source File
1433    # Begin Source File
1434    
1435    SOURCE=..\..\src\plugins\plugin_2pass2.c
1436  # End Source File  # End Source File
1437  # Begin Source File  # Begin Source File
1438    
1439  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_dump.c
1440    # End Source File
1441    # Begin Source File
1442    
1443    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1444    # End Source File
1445    # Begin Source File
1446    
1447    SOURCE=..\..\src\plugins\plugin_psnr.c
1448    # End Source File
1449    # Begin Source File
1450    
1451    SOURCE=..\..\src\plugins\plugin_single.c
1452    # End Source File
1453    # End Group
1454    # Begin Source File
1455    
1456    SOURCE=..\..\src\decoder.c
1457  # End Source File  # End Source File
1458  # Begin Source File  # Begin Source File
1459    

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

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