[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 842, Thu Feb 13 12:50:43 2003 UTC branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp revision 1018, Wed May 14 11:49:16 2003 UTC
# 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_LITTLE_ENDIAN" /D "ARCH_IS_32BIT" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c  # 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
45  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
46  # ADD RSC /l 0xc09 /d "NDEBUG"  # ADD RSC /l 0xc09 /d "NDEBUG"
47  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 64  Line 64 
64  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
65  # PROP Target_Dir ""  # PROP Target_Dir ""
66  # 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
67  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_IS_IA32" /D "ARCH_IS_LITTLE_ENDIAN" /D "ARCH_IS_32BIT" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c  # 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
68  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
69  # ADD RSC /l 0xc09 /d "_DEBUG"  # ADD RSC /l 0xc09 /d "_DEBUG"
70  BSC32=bscmake.exe  BSC32=bscmake.exe
# Line 85  Line 85 
85  # PROP Default_Filter ""  # PROP Default_Filter ""
86  # Begin Source File  # Begin Source File
87    
88    SOURCE=..\..\doc\_API_.txt
89    # End Source File
90    # Begin Source File
91    
92  SOURCE=..\..\authors.txt  SOURCE=..\..\authors.txt
93  # End Source File  # End Source File
94  # Begin Source File  # Begin Source File
# Line 101  Line 105 
105  # End Source File  # End Source File
106  # Begin Source File  # Begin Source File
107    
108    SOURCE=..\..\INSTALL
109    # End Source File
110    # Begin Source File
111    
112    SOURCE=..\..\LICENSE
113    # End Source File
114    # Begin Source File
115    
116    SOURCE=..\..\README.txt
117    # End Source File
118    # Begin Source File
119    
120  SOURCE=..\..\todo.txt  SOURCE=..\..\todo.txt
121  # End Source File  # End Source File
122  # Begin Source File  # Begin Source File
# Line 120  Line 136 
136  # PROP Default_Filter ""  # PROP Default_Filter ""
137  # Begin Source File  # Begin Source File
138    
139    SOURCE=..\..\src\bitstream\x86_asm\cbp_3dne.asm
140    
141    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
142    
143    # Begin Custom Build - Assembling $(InputPath)
144    IntDir=.\Release
145    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
146    InputName=cbp_3dne
147    
148    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
149            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
150    
151    # End Custom Build
152    
153    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
154    
155    # Begin Custom Build - Assembling $(InputPath)
156    IntDir=.\Debug
157    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
158    InputName=cbp_3dne
159    
160    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
161            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
162    
163    # End Custom Build
164    
165    !ENDIF
166    
167    # End Source File
168    # Begin Source File
169    
170  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
171    
172  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 257  Line 304 
304  # End Source File  # End Source File
305  # Begin Source File  # Begin Source File
306    
307    SOURCE=..\..\src\dct\x86_asm\fdct_xmm.asm
308    
309    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
310    
311    # Begin Custom Build - Assembling $(InputPath)
312    IntDir=.\Release
313    InputPath=..\..\src\dct\x86_asm\fdct_xmm.asm
314    InputName=fdct_xmm
315    
316    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
317            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
318    
319    # End Custom Build
320    
321    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
322    
323    # Begin Custom Build - Assembling $(InputPath)
324    IntDir=.\Debug
325    InputPath=..\..\src\dct\x86_asm\fdct_xmm.asm
326    InputName=fdct_xmm
327    
328    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
329            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
330    
331    # End Custom Build
332    
333    !ENDIF
334    
335    # End Source File
336    # Begin Source File
337    
338    SOURCE=..\..\src\dct\x86_asm\idct_3dne.asm
339    
340    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
341    
342    # Begin Custom Build - Assembling $(InputPath)
343    IntDir=.\Release
344    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
345    InputName=idct_3dne
346    
347    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
348            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
349    
350    # End Custom Build
351    
352    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
353    
354    # Begin Custom Build - Assembling $(InputPath)
355    IntDir=.\Debug
356    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
357    InputName=idct_3dne
358    
359    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
360            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
361    
362    # End Custom Build
363    
364    !ENDIF
365    
366    # End Source File
367    # Begin Source File
368    
369  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
370    
371  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 286  Line 395 
395  !ENDIF  !ENDIF
396    
397  # End Source File  # End Source File
398    # Begin Source File
399    
400    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
401    
402    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
403    
404    # Begin Custom Build - Assembling $(InputPath)
405    IntDir=.\Release
406    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
407    InputName=simple_idct_mmx
408    
409    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
410            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
411    
412    # End Custom Build
413    
414    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
415    
416    # Begin Custom Build - Assembling $(InputPath)
417    IntDir=.\Debug
418    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
419    InputName=simple_idct_mmx
420    
421    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
422            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
423    
424    # End Custom Build
425    
426    !ENDIF
427    
428    # End Source File
429  # End Group  # End Group
430  # Begin Group "dct_h"  # Begin Group "dct_h"
431    
# Line 307  Line 447 
447    
448  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
449  # End Source File  # End Source File
450    # Begin Source File
451    
452    SOURCE=..\..\src\dct\simple_idct.c
453    # End Source File
454  # End Group  # End Group
455  # Begin Group "image"  # Begin Group "image"
456    
# Line 316  Line 460 
460  # PROP Default_Filter ""  # PROP Default_Filter ""
461  # Begin Source File  # Begin Source File
462    
463  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
   
 !IF  "$(CFG)" == "libxvidcore - Win32 Release"  
   
 # Begin Custom Build - Assembling $(InputPath)  
 IntDir=.\Release  
 InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  
 InputName=interpolate8x8_3dn  
   
 "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  
         nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)  
   
 # End Custom Build  
   
 !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  
   
 # Begin Custom Build - Assembling $(InputPath)  
 IntDir=.\Debug  
 InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  
 InputName=interpolate8x8_3dn  
   
 "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  
         nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)  
   
 # End Custom Build  
   
 !ENDIF  
   
464  # End Source File  # End Source File
465  # Begin Source File  # Begin Source File
466    
467  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
468    
469  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
470    
471  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
472    InputDir=\xvid\stable4\src\image\x86_asm
473  IntDir=.\Release  IntDir=.\Release
474  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
475  InputName=interpolate8x8_mmx  InputName=colorspace_rgb_mmx
476    
477  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
478          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
479    
480  # End Custom Build  # End Custom Build
481    
482  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
483    
484  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
485    InputDir=\xvid\stable4\src\image\x86_asm
486  IntDir=.\Debug  IntDir=.\Debug
487  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
488  InputName=interpolate8x8_mmx  InputName=colorspace_rgb_mmx
489    
490  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
491          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
492    
493  # End Custom Build  # End Custom Build
494    
# Line 378  Line 497 
497  # End Source File  # End Source File
498  # Begin Source File  # Begin Source File
499    
500  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
501    
502  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
503    
504  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
505    InputDir=\xvid\stable4\src\image\x86_asm
506  IntDir=.\Release  IntDir=.\Release
507  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
508  InputName=interpolate8x8_xmm  InputName=colorspace_yuv_mmx
509    
510  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
511          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
512    
513  # End Custom Build  # End Custom Build
514    
515  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
516    
517  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
518    InputDir=\xvid\stable4\src\image\x86_asm
519  IntDir=.\Debug  IntDir=.\Debug
520  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
521  InputName=interpolate8x8_xmm  InputName=colorspace_yuv_mmx
522    
523  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
524          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
525    
526  # End Custom Build  # End Custom Build
527    
# Line 409  Line 530 
530  # End Source File  # End Source File
531  # Begin Source File  # Begin Source File
532    
533  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
534    
535  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
536    
537  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
538    InputDir=\xvid\stable4\src\image\x86_asm
539  IntDir=.\Release  IntDir=.\Release
540  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
541  InputName=rgb_to_yv12_mmx  InputName=colorspace_yuyv_mmx
542    
543  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
544          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
545    
546  # End Custom Build  # End Custom Build
547    
548  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
549    
550  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
551    InputDir=\xvid\stable4\src\image\x86_asm
552  IntDir=.\Debug  IntDir=.\Debug
553  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
554  InputName=rgb_to_yv12_mmx  InputName=colorspace_yuyv_mmx
555    
556  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
557          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
558    
559  # End Custom Build  # End Custom Build
560    
# Line 440  Line 563 
563  # End Source File  # End Source File
564  # Begin Source File  # Begin Source File
565    
566  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
567    
568  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
569    
570  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
571  IntDir=.\Release  IntDir=.\Release
572  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
573  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dn
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 -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 458  Line 581 
581    
582  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
583  IntDir=.\Debug  IntDir=.\Debug
584  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
585  InputName=yuv_to_yv12_mmx  InputName=interpolate8x8_3dn
586    
587  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
588          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 471  Line 594 
594  # End Source File  # End Source File
595  # Begin Source File  # Begin Source File
596    
597  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
598    
599  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
600    
601  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
602  IntDir=.\Release  IntDir=.\Release
603  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
604  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_3dne
605    
606  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
607          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 489  Line 612 
612    
613  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
614  IntDir=.\Debug  IntDir=.\Debug
615  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
616  InputName=yuyv_to_yv12_mmx  InputName=interpolate8x8_3dne
617    
618  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
619          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 502  Line 625 
625  # End Source File  # End Source File
626  # Begin Source File  # Begin Source File
627    
628  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
629    
630  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
631    
632  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
633  IntDir=.\Release  IntDir=.\Release
634  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
635  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_mmx
636    
637  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
638          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 520  Line 643 
643    
644  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
645  IntDir=.\Debug  IntDir=.\Debug
646  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
647  InputName=yv12_to_rgb24_mmx  InputName=interpolate8x8_mmx
648    
649  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
650          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 533  Line 656 
656  # End Source File  # End Source File
657  # Begin Source File  # Begin Source File
658    
659  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
660    
661  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
662    
663  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
664  IntDir=.\Release  IntDir=.\Release
665  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
666  InputName=yv12_to_rgb32_mmx  InputName=interpolate8x8_xmm
667    
668  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
669          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 551  Line 674 
674    
675  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
676  IntDir=.\Debug  IntDir=.\Debug
677  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
678  InputName=yv12_to_rgb32_mmx  InputName=interpolate8x8_xmm
679    
680  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
681          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 564  Line 687 
687  # End Source File  # End Source File
688  # Begin Source File  # Begin Source File
689    
690  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
691    
692  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
693    
694  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
695  IntDir=.\Release  IntDir=.\Release
696  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
697  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
698    
699  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
700          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 582  Line 705 
705    
706  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
707  IntDir=.\Debug  IntDir=.\Debug
708  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
709  InputName=yv12_to_yuyv_mmx  InputName=reduced_mmx
710    
711  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
712          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 603  Line 726 
726  # End Source File  # End Source File
727  # Begin Source File  # Begin Source File
728    
729    SOURCE=..\..\src\image\font.h
730    # End Source File
731    # Begin Source File
732    
733  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.h
734  # End Source File  # End Source File
735  # Begin Source File  # Begin Source File
736    
737  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\interpolate8x8.h
738  # End Source File  # End Source File
739    # Begin Source File
740    
741    SOURCE=..\..\src\image\reduced.h
742    # End Source File
743  # End Group  # End Group
744  # Begin Source File  # Begin Source File
745    
# Line 616  Line 747 
747  # End Source File  # End Source File
748  # Begin Source File  # Begin Source File
749    
750    SOURCE=..\..\src\image\font.c
751    # End Source File
752    # Begin Source File
753    
754  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\image.c
755  # End Source File  # End Source File
756  # Begin Source File  # Begin Source File
757    
758  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\interpolate8x8.c
759  # End Source File  # End Source File
760    # Begin Source File
761    
762    SOURCE=..\..\src\image\reduced.c
763    # End Source File
764  # End Group  # End Group
765  # Begin Group "motion"  # Begin Group "motion"
766    
# Line 663  Line 802 
802  # End Source File  # End Source File
803  # Begin Source File  # Begin Source File
804    
805    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
806    
807    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
808    
809    # Begin Custom Build - Assembling $(InputPath)
810    IntDir=.\Release
811    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
812    InputName=sad_3dne
813    
814    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
815            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
816    
817    # End Custom Build
818    
819    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
820    
821    # Begin Custom Build - Assembling $(InputPath)
822    IntDir=.\Debug
823    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
824    InputName=sad_3dne
825    
826    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
827            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
828    
829    # End Custom Build
830    
831    !ENDIF
832    
833    # End Source File
834    # Begin Source File
835    
836  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
837    
838  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 764  Line 934 
934  # End Source File  # End Source File
935  # Begin Source File  # Begin Source File
936    
937    SOURCE=..\..\src\motion\motion_est.h
938    # End Source File
939    # Begin Source File
940    
941  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
942  # End Source File  # End Source File
943    # Begin Source File
944    
945    SOURCE=..\..\src\motion\smp_motion_est.h
946    # End Source File
947  # End Group  # End Group
948  # Begin Source File  # Begin Source File
949    
# Line 779  Line 957 
957    
958  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
959  # End Source File  # End Source File
960    # Begin Source File
961    
962    SOURCE=..\..\src\motion\smp_motion_est.c
963    # End Source File
964  # End Group  # End Group
965  # Begin Group "prediction"  # Begin Group "prediction"
966    
# Line 835  Line 1017 
1017  # End Source File  # End Source File
1018  # Begin Source File  # Begin Source File
1019    
1020    SOURCE=..\..\src\quant\x86_asm\quantize4_xmm.asm
1021    
1022    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1023    
1024    # Begin Custom Build - Assembling $(InputPath)
1025    IntDir=.\Release
1026    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
1027    InputName=quantize4_xmm
1028    
1029    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1030            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1031    
1032    # End Custom Build
1033    
1034    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1035    
1036    # Begin Custom Build - Assembling $(InputPath)
1037    IntDir=.\Debug
1038    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
1039    InputName=quantize4_xmm
1040    
1041    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1042            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1043    
1044    # End Custom Build
1045    
1046    !ENDIF
1047    
1048    # End Source File
1049    # Begin Source File
1050    
1051    SOURCE=..\..\src\quant\x86_asm\quantize_3dne.asm
1052    
1053    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1054    
1055    # Begin Custom Build - Assembling $(InputPath)
1056    IntDir=.\Release
1057    InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm
1058    InputName=quantize_3dne
1059    
1060    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1061            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1062    
1063    # End Custom Build
1064    
1065    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1066    
1067    # Begin Custom Build - Assembling $(InputPath)
1068    IntDir=.\Debug
1069    InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm
1070    InputName=quantize_3dne
1071    
1072    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1073            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1074    
1075    # End Custom Build
1076    
1077    !ENDIF
1078    
1079    # End Source File
1080    # Begin Source File
1081    
1082  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm
1083    
1084  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 941  Line 1185 
1185  # End Source File  # End Source File
1186  # Begin Source File  # Begin Source File
1187    
1188    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1189    
1190    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1191    
1192    # Begin Custom Build - Assembling $(InputPath)
1193    IntDir=.\Release
1194    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1195    InputName=interlacing_mmx
1196    
1197    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1198            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1199    
1200    # End Custom Build
1201    
1202    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1203    
1204    # Begin Custom Build - Assembling $(InputPath)
1205    IntDir=.\Debug
1206    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1207    InputName=interlacing_mmx
1208    
1209    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1210            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1211    
1212    # End Custom Build
1213    
1214    !ENDIF
1215    
1216    # End Source File
1217    # Begin Source File
1218    
1219    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1220    
1221    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1222    
1223    # Begin Custom Build - Assembling $(InputPath)
1224    IntDir=.\Release
1225    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1226    InputName=mem_transfer_3dne
1227    
1228    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1229            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1230    
1231    # End Custom Build
1232    
1233    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1234    
1235    # Begin Custom Build - Assembling $(InputPath)
1236    IntDir=.\Debug
1237    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1238    InputName=mem_transfer_3dne
1239    
1240    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1241            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1242    
1243    # End Custom Build
1244    
1245    !ENDIF
1246    
1247    # End Source File
1248    # Begin Source File
1249    
1250  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1251    
1252  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 1033  Line 1339 
1339  # End Source File  # End Source File
1340  # Begin Source File  # Begin Source File
1341    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1342  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1343  # End Source File  # End Source File
1344  # Begin Source File  # Begin Source File
# Line 1052  Line 1354 
1354  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1355  # End Source File  # End Source File
1356  # End Group  # End Group
1357    # Begin Group "plugins"
1358    
1359    # PROP Default_Filter ""
1360    # Begin Group "plugins_h"
1361    
1362    # PROP Default_Filter ""
1363    # End Group
1364  # Begin Source File  # Begin Source File
1365    
1366  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1367    # End Source File
1368    # Begin Source File
1369    
1370    SOURCE=..\..\src\plugins\plugin_2pass2.c
1371    # End Source File
1372    # Begin Source File
1373    
1374    SOURCE=..\..\src\plugins\plugin_dump.c
1375  # End Source File  # End Source File
1376  # Begin Source File  # Begin Source File
1377    
1378  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_lumimasking.c
1379    # End Source File
1380    # Begin Source File
1381    
1382    SOURCE=..\..\src\plugins\plugin_psnr.c
1383    # End Source File
1384    # Begin Source File
1385    
1386    SOURCE=..\..\src\plugins\plugin_single.c
1387    # End Source File
1388    # End Group
1389    # Begin Source File
1390    
1391    SOURCE=..\..\src\decoder.c
1392  # End Source File  # End Source File
1393  # Begin Source File  # Begin Source File
1394    

Legend:
Removed from v.842  
changed lines
  Added in v.1018

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