[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 498, Sat Sep 21 02:29:39 2002 UTC branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp revision 1142, Wed Sep 10 22:19:00 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"
174    
175    # Begin Custom Build - Assembling $(InputPath)
176    IntDir=.\Release
177    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
178    InputName=cbp_mmx
179    
180    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
181            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
182    
183    # End Custom Build
184    
185    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
186    
187    # Begin Custom Build - Assembling $(InputPath)
188    IntDir=.\Debug
189    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
190    InputName=cbp_mmx
191    
192    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
193            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
194    
195    # End Custom Build
196    
197    !ENDIF
198    
199  # End Source File  # End Source File
200  # Begin Source File  # Begin Source File
201    
202  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
203    
204    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
205    
206    # Begin Custom Build - Assembling $(InputPath)
207    IntDir=.\Release
208    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
209    InputName=cbp_sse2
210    
211    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
212            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
213    
214    # End Custom Build
215    
216    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
217    
218    # Begin Custom Build - Assembling $(InputPath)
219    IntDir=.\Debug
220    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
221    InputName=cbp_sse2
222    
223    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
224            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
225    
226    # End Custom Build
227    
228    !ENDIF
229    
230  # End Source File  # End Source File
231  # End Group  # End Group
232  # Begin Group "bitstream_h"  # Begin Group "bitstream_h"
# Line 173  Line 275 
275  # Begin Source File  # Begin Source File
276    
277  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm
278    
279    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
280    
281    # Begin Custom Build - Assembling $(InputPath)
282    IntDir=.\Release
283    InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
284    InputName=fdct_mmx
285    
286    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
287            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
288    
289    # End Custom Build
290    
291    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
292    
293    # Begin Custom Build - Assembling $(InputPath)
294    IntDir=.\Debug
295    InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
296    InputName=fdct_mmx
297    
298    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
299            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
300    
301    # End Custom Build
302    
303    !ENDIF
304    
305    # End Source File
306    # Begin Source File
307    
308    SOURCE=..\..\src\dct\x86_asm\fdct_xmm.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_xmm.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_xmm.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  # End Source File
368  # Begin Source File  # 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"
373    
374    # Begin Custom Build - Assembling $(InputPath)
375    IntDir=.\Release
376    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
377    InputName=idct_mmx
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_mmx.asm
389    InputName=idct_mmx
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\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  # End Source File
430  # End Group  # End Group
431  # Begin Group "dct_h"  # Begin Group "dct_h"
# Line 199  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 208  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  # End Source File
466  # Begin Source File  # Begin Source File
467    
468  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
469    
470    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
471    
472    # Begin Custom Build - Assembling $(InputPath)
473    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
474    IntDir=.\Release
475    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
476    InputName=colorspace_rgb_mmx
477    
478    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
479            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
480    
481    # End Custom Build
482    
483    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
484    
485    # Begin Custom Build - Assembling $(InputPath)
486    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
487    IntDir=.\Debug
488    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
489    InputName=colorspace_rgb_mmx
490    
491    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
492            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
493    
494    # End Custom Build
495    
496    !ENDIF
497    
498  # End Source File  # End Source File
499  # Begin Source File  # Begin Source File
500    
501  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
502    
503    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
504    
505    # Begin Custom Build - Assembling $(InputPath)
506    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
507    IntDir=.\Release
508    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
509    InputName=colorspace_yuv_mmx
510    
511    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
512            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
513    
514    # End Custom Build
515    
516    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
517    
518    # Begin Custom Build - Assembling $(InputPath)
519    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
520    IntDir=.\Debug
521    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
522    InputName=colorspace_yuv_mmx
523    
524    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
525            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
526    
527    # End Custom Build
528    
529    !ENDIF
530    
531  # End Source File  # End Source File
532  # Begin Source File  # Begin Source File
533    
534  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
535    
536    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
537    
538    # Begin Custom Build - Assembling $(InputPath)
539    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
540    IntDir=.\Release
541    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
542    InputName=colorspace_yuyv_mmx
543    
544    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
545            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
546    
547    # End Custom Build
548    
549    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
550    
551    # Begin Custom Build - Assembling $(InputPath)
552    InputDir=\^^^dev-api-4\!!\xvidcore\src\image\x86_asm
553    IntDir=.\Debug
554    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
555    InputName=colorspace_yuyv_mmx
556    
557    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
558            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
559    
560    # End Custom Build
561    
562    !ENDIF
563    
564  # End Source File  # End Source File
565  # Begin Source File  # Begin Source File
566    
567  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
568    
569    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
570    
571    # Begin Custom Build - Assembling $(InputPath)
572    IntDir=.\Release
573    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
574    InputName=interpolate8x8_3dn
575    
576    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
577            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
578    
579    # End Custom Build
580    
581    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
582    
583    # Begin Custom Build - Assembling $(InputPath)
584    IntDir=.\Debug
585    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
586    InputName=interpolate8x8_3dn
587    
588    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
589            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
590    
591    # End Custom Build
592    
593    !ENDIF
594    
595  # End Source File  # End Source File
596  # Begin Source File  # Begin Source File
597    
598  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
599    
600    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
601    
602    # Begin Custom Build - Assembling $(InputPath)
603    IntDir=.\Release
604    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
605    InputName=interpolate8x8_3dne
606    
607    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
608            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
609    
610    # End Custom Build
611    
612    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
613    
614    # Begin Custom Build - Assembling $(InputPath)
615    IntDir=.\Debug
616    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
617    InputName=interpolate8x8_3dne
618    
619    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
620            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
621    
622    # End Custom Build
623    
624    !ENDIF
625    
626  # End Source File  # End Source File
627  # Begin Source File  # Begin Source File
628    
629  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
630    
631    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
632    
633    # Begin Custom Build - Assembling $(InputPath)
634    IntDir=.\Release
635    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
636    InputName=interpolate8x8_mmx
637    
638    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
639            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
640    
641    # End Custom Build
642    
643    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
644    
645    # Begin Custom Build - Assembling $(InputPath)
646    IntDir=.\Debug
647    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
648    InputName=interpolate8x8_mmx
649    
650    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
651            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
652    
653    # End Custom Build
654    
655    !ENDIF
656    
657  # End Source File  # End Source File
658  # Begin Source File  # Begin Source File
659    
660  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
661    
662    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
663    
664    # Begin Custom Build - Assembling $(InputPath)
665    IntDir=.\Release
666    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
667    InputName=interpolate8x8_xmm
668    
669    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
670            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
671    
672    # End Custom Build
673    
674    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
675    
676    # Begin Custom Build - Assembling $(InputPath)
677    IntDir=.\Debug
678    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
679    InputName=interpolate8x8_xmm
680    
681    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
682            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
683    
684    # End Custom Build
685    
686    !ENDIF
687    
688  # End Source File  # End Source File
689  # Begin Source File  # Begin Source File
690    
691  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
692    
693    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
694    
695    # Begin Custom Build
696    IntDir=.\Release
697    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
698    InputName=qpel_mmx
699    
700    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
701            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
702    
703    # End Custom Build
704    
705    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
706    
707    !ENDIF
708    
709    # End Source File
710    # Begin Source File
711    
712    SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
713    
714    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
715    
716    # Begin Custom Build - Assembling $(InputPath)
717    IntDir=.\Release
718    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
719    InputName=reduced_mmx
720    
721    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
722            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
723    
724    # End Custom Build
725    
726    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
727    
728    # Begin Custom Build - Assembling $(InputPath)
729    IntDir=.\Debug
730    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
731    InputName=reduced_mmx
732    
733    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
734            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
735    
736    # End Custom Build
737    
738    !ENDIF
739    
740  # End Source File  # End Source File
741  # End Group  # End Group
742  # Begin Group "image_h"  # Begin Group "image_h"
# Line 252  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 265  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 285  Line 801 
801  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
802    
803  # PROP Ignore_Default_Tool 1  # PROP Ignore_Default_Tool 1
804    # Begin Custom Build - Assembling $(InputPath)
805    IntDir=.\Release
806    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
807    InputName=sad_3dn
808    
809    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
810            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
811    
812    # End Custom Build
813    
814    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
815    
816    # Begin Custom Build - Assembling $(InputPath)
817    IntDir=.\Debug
818    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
819    InputName=sad_3dn
820    
821    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
822            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
823    
824    # End Custom Build
825    
826    !ENDIF
827    
828    # End Source File
829    # 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"  !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  !ENDIF
858    
859  # End Source File  # End Source File
860  # Begin Source File  # 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"
865    
866    # Begin Custom Build - Assembling $(InputPath)
867    IntDir=.\Release
868    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
869    InputName=sad_mmx
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_mmx.asm
881    InputName=sad_mmx
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  # End Source File
891  # Begin Source File  # Begin Source File
892    
893  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
894    
895    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
896    
897    # Begin Custom Build - Assembling $(InputPath)
898    IntDir=.\Release
899    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
900    InputName=sad_sse2
901    
902    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
903            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
904    
905    # End Custom Build
906    
907    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
908    
909    # Begin Custom Build - Assembling $(InputPath)
910    IntDir=.\Debug
911    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
912    InputName=sad_sse2
913    
914    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
915            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
916    
917    # End Custom Build
918    
919    !ENDIF
920    
921  # End Source File  # End Source File
922  # Begin Source File  # Begin Source File
923    
924  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
925    
926    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
927    
928    # Begin Custom Build - Assembling $(InputPath)
929    IntDir=.\Release
930    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
931    InputName=sad_xmm
932    
933    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
934            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
935    
936    # End Custom Build
937    
938    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
939    
940    # Begin Custom Build - Assembling $(InputPath)
941    IntDir=.\Debug
942    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
943    InputName=sad_xmm
944    
945    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
946            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
947    
948    # End Custom Build
949    
950    !ENDIF
951    
952  # End Source File  # End Source File
953  # End Group  # End Group
954  # Begin Group "motion_h"  # Begin Group "motion_h"
# Line 309  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
990    # Begin Source File
991    
992    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  # End Source File
998  # Begin Source File  # Begin Source File
999    
1000  SOURCE=..\..\src\motion\motion_est.c  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 354  Line 1037 
1037  # Begin Source File  # Begin Source File
1038    
1039  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm
1040    
1041    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1042    
1043    # Begin Custom Build - Assembling $(InputPath)
1044    IntDir=.\Release
1045    InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
1046    InputName=quantize4_mmx
1047    
1048    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1049            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1050    
1051    # End Custom Build
1052    
1053    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1054    
1055    # Begin Custom Build - Assembling $(InputPath)
1056    IntDir=.\Debug
1057    InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
1058    InputName=quantize4_mmx
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    !ENDIF
1066    
1067    # End Source File
1068    # Begin Source File
1069    
1070    SOURCE=..\..\src\quant\x86_asm\quantize4_xmm.asm
1071    
1072    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1073    
1074    # Begin Custom Build - Assembling $(InputPath)
1075    IntDir=.\Release
1076    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
1077    InputName=quantize4_xmm
1078    
1079    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1080            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1081    
1082    # End Custom Build
1083    
1084    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1085    
1086    # Begin Custom Build - Assembling $(InputPath)
1087    IntDir=.\Debug
1088    InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm
1089    InputName=quantize4_xmm
1090    
1091    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1092            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1093    
1094    # End Custom Build
1095    
1096    !ENDIF
1097    
1098    # End Source File
1099    # Begin Source File
1100    
1101    SOURCE=..\..\src\quant\x86_asm\quantize_3dne.asm
1102    
1103    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1104    
1105    # Begin Custom Build - Assembling $(InputPath)
1106    IntDir=.\Release
1107    InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm
1108    InputName=quantize_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_3dne.asm
1120    InputName=quantize_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    
1129  # End Source File  # End Source File
1130  # Begin Source File  # Begin Source File
1131    
1132  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_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_mmx.asm
1139    InputName=quantize_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_mmx.asm
1151    InputName=quantize_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  # End Group
1162  # Begin Group "quant_h"  # Begin Group "quant_h"
# Line 365  Line 1164 
1164  # PROP Default_Filter ""  # PROP Default_Filter ""
1165  # Begin Source File  # Begin Source File
1166    
 SOURCE=..\..\src\quant\adapt_quant.h  
 # End Source File  
 # Begin Source File  
   
1167  SOURCE=..\..\src\quant\quant_h263.h  SOURCE=..\..\src\quant\quant_h263.h
1168  # End Source File  # End Source File
1169  # Begin Source File  # Begin Source File
# Line 382  Line 1177 
1177  # End Group  # End Group
1178  # Begin Source File  # Begin Source File
1179    
 SOURCE=..\..\src\quant\adapt_quant.c  
 # End Source File  
 # Begin Source File  
   
1180  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
1181  # End Source File  # End Source File
1182  # Begin Source File  # Begin Source File
# Line 406  Line 1197 
1197  # Begin Source File  # Begin Source File
1198    
1199  SOURCE=..\..\src\utils\x86_asm\cpuid.asm  SOURCE=..\..\src\utils\x86_asm\cpuid.asm
1200    
1201    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1202    
1203    # Begin Custom Build - Assembling $(InputPath)
1204    IntDir=.\Release
1205    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1206    InputName=cpuid
1207    
1208    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1209            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1210    
1211    # End Custom Build
1212    
1213    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1214    
1215    # Begin Custom Build - Assembling $(InputPath)
1216    IntDir=.\Debug
1217    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1218    InputName=cpuid
1219    
1220    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1221            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1222    
1223    # End Custom Build
1224    
1225    !ENDIF
1226    
1227    # End Source File
1228    # Begin Source File
1229    
1230    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1231    
1232    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1233    
1234    # Begin Custom Build - Assembling $(InputPath)
1235    IntDir=.\Release
1236    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1237    InputName=interlacing_mmx
1238    
1239    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1240            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1241    
1242    # End Custom Build
1243    
1244    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1245    
1246    # Begin Custom Build - Assembling $(InputPath)
1247    IntDir=.\Debug
1248    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1249    InputName=interlacing_mmx
1250    
1251    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1252            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1253    
1254    # End Custom Build
1255    
1256    !ENDIF
1257    
1258    # End Source File
1259    # Begin Source File
1260    
1261    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1262    
1263    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1264    
1265    # Begin Custom Build - Assembling $(InputPath)
1266    IntDir=.\Release
1267    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1268    InputName=mem_transfer_3dne
1269    
1270    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1271            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1272    
1273    # End Custom Build
1274    
1275    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1276    
1277    # Begin Custom Build - Assembling $(InputPath)
1278    IntDir=.\Debug
1279    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1280    InputName=mem_transfer_3dne
1281    
1282    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1283            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1284    
1285    # End Custom Build
1286    
1287    !ENDIF
1288    
1289  # End Source File  # End Source File
1290  # Begin Source File  # Begin Source File
1291    
1292  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1293    
1294    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1295    
1296    # Begin Custom Build - Assembling $(InputPath)
1297    IntDir=.\Release
1298    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1299    InputName=mem_transfer_mmx
1300    
1301    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1302            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1303    
1304    # End Custom Build
1305    
1306    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1307    
1308    # Begin Custom Build - Assembling $(InputPath)
1309    IntDir=.\Debug
1310    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1311    InputName=mem_transfer_mmx
1312    
1313    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1314            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1315    
1316    # End Custom Build
1317    
1318    !ENDIF
1319    
1320  # End Source File  # End Source File
1321  # End Group  # End Group
1322  # Begin Group "utils_h"  # Begin Group "utils_h"
# Line 458  Line 1365 
1365  # End Source File  # End Source File
1366  # Begin Source File  # Begin Source File
1367    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1368  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1369  # End Source File  # End Source File
1370  # End Group  # End Group
# Line 474  Line 1377 
1377  # End Source File  # End Source File
1378  # Begin Source File  # Begin Source File
1379    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1380  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1381  # End Source File  # End Source File
1382  # Begin Source File  # Begin Source File
# Line 493  Line 1392 
1392  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1393  # End Source File  # End Source File
1394  # End Group  # End Group
1395    # Begin Group "plugins"
1396    
1397    # PROP Default_Filter ""
1398    # Begin Group "plugins_h"
1399    
1400    # PROP Default_Filter ""
1401    # End Group
1402  # Begin Source File  # Begin Source File
1403    
1404  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1405  # End Source File  # End Source File
1406  # Begin Source File  # Begin Source File
1407    
1408  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_2pass2.c
1409    # End Source File
1410    # Begin Source File
1411    
1412    SOURCE=..\..\src\plugins\plugin_dump.c
1413    # End Source File
1414    # Begin Source File
1415    
1416    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1417    # End Source File
1418    # Begin Source File
1419    
1420    SOURCE=..\..\src\plugins\plugin_psnr.c
1421    # End Source File
1422    # Begin Source File
1423    
1424    SOURCE=..\..\src\plugins\plugin_single.c
1425    # End Source File
1426    # End Group
1427    # Begin Source File
1428    
1429    SOURCE=..\..\src\decoder.c
1430  # End Source File  # End Source File
1431  # Begin Source File  # Begin Source File
1432    

Legend:
Removed from v.498  
changed lines
  Added in v.1142

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