[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 1209, Sat Nov 15 03:10:42 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_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 /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 172  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"
280    
281    # Begin Custom Build - Assembling $(InputPath)
282    IntDir=.\Release
283    InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
284    InputName=fdct_mmx_ffmpeg
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_ffmpeg.asm
296    InputName=fdct_mmx_ffmpeg
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_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_mmx_skal
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_mmx_skal
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_sse2_skal
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_sse2_skal
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  # End Source File
399  # Begin Source File  # 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"
404    
405    # Begin Custom Build - Assembling $(InputPath)
406    IntDir=.\Release
407    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
408    InputName=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\idct_mmx.asm
420    InputName=idct_mmx
421    
422    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
423            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
424    
425    # End Custom Build
426    
427    !ENDIF
428    
429    # End Source File
430    # Begin Source File
431    
432    SOURCE=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
433    
434    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
435    
436    # Begin Custom Build - Assembling $(InputPath)
437    IntDir=.\Release
438    InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
439    InputName=idct_sse2_dmitry
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\idct_sse2_dmitry.asm
451    InputName=idct_sse2_dmitry
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    # Begin Source File
462    
463    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
464    
465    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
466    
467    # Begin Custom Build - Assembling $(InputPath)
468    IntDir=.\Release
469    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
470    InputName=simple_idct_mmx
471    
472    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
473            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
474    
475    # End Custom Build
476    
477    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
478    
479    # Begin Custom Build - Assembling $(InputPath)
480    IntDir=.\Debug
481    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
482    InputName=simple_idct_mmx
483    
484    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
485            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
486    
487    # End Custom Build
488    
489    !ENDIF
490    
491  # End Source File  # End Source File
492  # End Group  # End Group
493  # Begin Group "dct_h"  # Begin Group "dct_h"
# Line 199  Line 510 
510    
511  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
512  # End Source File  # End Source File
513    # Begin Source File
514    
515    SOURCE=..\..\src\dct\simple_idct.c
516    # End Source File
517  # End Group  # End Group
518  # Begin Group "image"  # Begin Group "image"
519    
# Line 208  Line 523 
523  # PROP Default_Filter ""  # PROP Default_Filter ""
524  # Begin Source File  # Begin Source File
525    
526    SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
527    # End Source File
528    # Begin Source File
529    
530    SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
531    
532    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
533    
534    # Begin Custom Build - Assembling $(InputPath)
535    InputDir=\xvidcore\src\image\x86_asm
536    IntDir=.\Release
537    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
538    InputName=colorspace_rgb_mmx
539    
540    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
541            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
542    
543    # End Custom Build
544    
545    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
546    
547    # Begin Custom Build - Assembling $(InputPath)
548    InputDir=\xvidcore\src\image\x86_asm
549    IntDir=.\Debug
550    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
551    InputName=colorspace_rgb_mmx
552    
553    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
554            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
555    
556    # End Custom Build
557    
558    !ENDIF
559    
560    # End Source File
561    # Begin Source File
562    
563    SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
564    
565    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
566    
567    # Begin Custom Build - Assembling $(InputPath)
568    InputDir=\xvidcore\src\image\x86_asm
569    IntDir=.\Release
570    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
571    InputName=colorspace_yuv_mmx
572    
573    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
574            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
575    
576    # End Custom Build
577    
578    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
579    
580    # Begin Custom Build - Assembling $(InputPath)
581    InputDir=\xvidcore\src\image\x86_asm
582    IntDir=.\Debug
583    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
584    InputName=colorspace_yuv_mmx
585    
586    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
587            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
588    
589    # End Custom Build
590    
591    !ENDIF
592    
593    # End Source File
594    # Begin Source File
595    
596    SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
597    
598    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
599    
600    # Begin Custom Build - Assembling $(InputPath)
601    InputDir=\xvidcore\src\image\x86_asm
602    IntDir=.\Release
603    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
604    InputName=colorspace_yuyv_mmx
605    
606    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
607            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
608    
609    # End Custom Build
610    
611    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
612    
613    # Begin Custom Build - Assembling $(InputPath)
614    InputDir=\xvidcore\src\image\x86_asm
615    IntDir=.\Debug
616    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
617    InputName=colorspace_yuyv_mmx
618    
619    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
620            nasm -f win32 -DPREFIX -I"$(InputDir)" -o $(IntDir)\$(InputName).obj $(InputPath)
621    
622    # End Custom Build
623    
624    !ENDIF
625    
626    # End Source File
627    # Begin Source File
628    
629  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.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_3dn.asm
636    InputName=interpolate8x8_3dn
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_3dn.asm
648    InputName=interpolate8x8_3dn
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
658    # Begin Source File
659    
660    SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.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_3dne.asm
667    InputName=interpolate8x8_3dne
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_3dne.asm
679    InputName=interpolate8x8_3dne
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\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
692    
693    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
694    
695    # Begin Custom Build - Assembling $(InputPath)
696    IntDir=.\Release
697    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
698    InputName=interpolate8x8_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    # Begin Custom Build - Assembling $(InputPath)
708    IntDir=.\Debug
709    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
710    InputName=interpolate8x8_mmx
711    
712    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
713            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
714    
715    # End Custom Build
716    
717    !ENDIF
718    
719  # End Source File  # End Source File
720  # Begin Source File  # Begin Source File
721    
722  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
723    
724    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
725    
726    # Begin Custom Build - Assembling $(InputPath)
727    IntDir=.\Release
728    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
729    InputName=interpolate8x8_xmm
730    
731    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
732            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
733    
734    # End Custom Build
735    
736    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
737    
738    # Begin Custom Build - Assembling $(InputPath)
739    IntDir=.\Debug
740    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
741    InputName=interpolate8x8_xmm
742    
743    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
744            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
745    
746    # End Custom Build
747    
748    !ENDIF
749    
750  # End Source File  # End Source File
751  # Begin Source File  # Begin Source File
752    
753  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
754    
755    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
756    
757    # Begin Custom Build - Assembling $(InputPath)
758    IntDir=.\Release
759    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
760    InputName=qpel_mmx
761    
762    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
763            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
764    
765    # End Custom Build
766    
767    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
768    
769    # Begin Custom Build - Assembling $(InputPath)
770    IntDir=.\Debug
771    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
772    InputName=qpel_mmx
773    
774    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
775            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
776    
777    # End Custom Build
778    
779    !ENDIF
780    
781  # End Source File  # End Source File
782  # Begin Source File  # Begin Source File
783    
784  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
785    
786    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
787    
788    # Begin Custom Build - Assembling $(InputPath)
789    IntDir=.\Release
790    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
791    InputName=reduced_mmx
792    
793    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
794            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
795    
796    # End Custom Build
797    
798    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
799    
800    # Begin Custom Build - Assembling $(InputPath)
801    IntDir=.\Debug
802    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
803    InputName=reduced_mmx
804    
805    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
806            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
807    
808    # End Custom Build
809    
810    !ENDIF
811    
812    # End Source File
813    # End Group
814    # Begin Group "image_h"
815    
816    # PROP Default_Filter ""
817    # Begin Source File
818    
819    SOURCE=..\..\src\image\colorspace.h
820  # End Source File  # End Source File
821  # Begin Source File  # Begin Source File
822    
823  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\font.h
824  # End Source File  # End Source File
825  # Begin Source File  # Begin Source File
826    
827  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\image.h
828  # End Source File  # End Source File
829  # Begin Source File  # Begin Source File
830    
831  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\interpolate8x8.h
832  # End Source File  # End Source File
833  # Begin Source File  # Begin Source File
834    
835  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\reduced.h
836  # End Source File  # End Source File
837  # End Group  # End Group
 # Begin Group "image_h"  
   
 # PROP Default_Filter ""  
838  # Begin Source File  # Begin Source File
839    
840  SOURCE=..\..\src\image\colorspace.h  SOURCE=..\..\src\image\colorspace.c
841  # End Source File  # End Source File
842  # Begin Source File  # Begin Source File
843    
844  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\font.c
845  # End Source File  # End Source File
846  # Begin Source File  # Begin Source File
847    
848  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\image.c
849  # End Source File  # End Source File
 # End Group  
850  # Begin Source File  # Begin Source File
851    
852  SOURCE=..\..\src\image\colorspace.c  SOURCE=..\..\src\image\interpolate8x8.c
853  # End Source File  # End Source File
854  # Begin Source File  # Begin Source File
855    
856  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\qpel.c
857  # End Source File  # End Source File
858  # Begin Source File  # Begin Source File
859    
860  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\reduced.c
861  # End Source File  # End Source File
862  # End Group  # End Group
863  # Begin Group "motion"  # Begin Group "motion"
# Line 285  Line 873 
873  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
874    
875  # PROP Ignore_Default_Tool 1  # PROP Ignore_Default_Tool 1
876    # Begin Custom Build - Assembling $(InputPath)
877    IntDir=.\Release
878    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
879    InputName=sad_3dn
880    
881    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
882            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
883    
884    # End Custom Build
885    
886    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
887    
888    # Begin Custom Build - Assembling $(InputPath)
889    IntDir=.\Debug
890    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
891    InputName=sad_3dn
892    
893    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
894            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
895    
896    # End Custom Build
897    
898    !ENDIF
899    
900    # End Source File
901    # Begin Source File
902    
903    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
904    
905    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
906    
907    # Begin Custom Build - Assembling $(InputPath)
908    IntDir=.\Release
909    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
910    InputName=sad_3dne
911    
912    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
913            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
914    
915    # End Custom Build
916    
917  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
918    
919    # Begin Custom Build - Assembling $(InputPath)
920    IntDir=.\Debug
921    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
922    InputName=sad_3dne
923    
924    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
925            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
926    
927    # End Custom Build
928    
929  !ENDIF  !ENDIF
930    
931  # End Source File  # End Source File
932  # Begin Source File  # Begin Source File
933    
934  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
935    
936    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
937    
938    # Begin Custom Build - Assembling $(InputPath)
939    IntDir=.\Release
940    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
941    InputName=sad_mmx
942    
943    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
944            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
945    
946    # End Custom Build
947    
948    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
949    
950    # Begin Custom Build - Assembling $(InputPath)
951    IntDir=.\Debug
952    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
953    InputName=sad_mmx
954    
955    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
956            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
957    
958    # End Custom Build
959    
960    !ENDIF
961    
962  # End Source File  # End Source File
963  # Begin Source File  # Begin Source File
964    
965  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
966    
967    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
968    
969    # Begin Custom Build - Assembling $(InputPath)
970    IntDir=.\Release
971    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
972    InputName=sad_sse2
973    
974    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
975            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
976    
977    # End Custom Build
978    
979    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
980    
981    # Begin Custom Build - Assembling $(InputPath)
982    IntDir=.\Debug
983    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
984    InputName=sad_sse2
985    
986    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
987            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
988    
989    # End Custom Build
990    
991    !ENDIF
992    
993  # End Source File  # End Source File
994  # Begin Source File  # Begin Source File
995    
996  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
997    
998    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
999    
1000    # Begin Custom Build - Assembling $(InputPath)
1001    IntDir=.\Release
1002    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1003    InputName=sad_xmm
1004    
1005    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1006            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1007    
1008    # End Custom Build
1009    
1010    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1011    
1012    # Begin Custom Build - Assembling $(InputPath)
1013    IntDir=.\Debug
1014    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1015    InputName=sad_xmm
1016    
1017    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1018            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1019    
1020    # End Custom Build
1021    
1022    !ENDIF
1023    
1024  # End Source File  # End Source File
1025  # End Group  # End Group
1026  # Begin Group "motion_h"  # Begin Group "motion_h"
# Line 309  Line 1028 
1028  # PROP Default_Filter ""  # PROP Default_Filter ""
1029  # Begin Source File  # Begin Source File
1030    
1031    SOURCE=..\..\src\motion\estimation.h
1032    # End Source File
1033    # Begin Source File
1034    
1035    SOURCE=..\..\src\motion\gmc.h
1036    # End Source File
1037    # Begin Source File
1038    
1039  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
1040  # End Source File  # End Source File
1041  # Begin Source File  # Begin Source File
1042    
1043    SOURCE=..\..\src\motion\motion_inlines.h
1044    # End Source File
1045    # Begin Source File
1046    
1047  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
1048  # End Source File  # End Source File
1049  # End Group  # End Group
1050  # Begin Source File  # Begin Source File
1051    
1052  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_bvop.c
1053    # End Source File
1054    # Begin Source File
1055    
1056    SOURCE=..\..\src\motion\estimation_common.c
1057    # End Source File
1058    # Begin Source File
1059    
1060    SOURCE=..\..\src\motion\estimation_gmc.c
1061    # End Source File
1062    # Begin Source File
1063    
1064    SOURCE=..\..\src\motion\estimation_pvop.c
1065  # End Source File  # End Source File
1066  # Begin Source File  # Begin Source File
1067    
1068  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\estimation_rd_based.c
1069    # End Source File
1070    # Begin Source File
1071    
1072    SOURCE=..\..\src\motion\gmc.c
1073    # End Source File
1074    # Begin Source File
1075    
1076    SOURCE=..\..\src\motion\motion_comp.c
1077  # End Source File  # End Source File
1078  # Begin Source File  # Begin Source File
1079    
1080  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
1081  # End Source File  # End Source File
1082    # Begin Source File
1083    
1084    SOURCE=..\..\src\motion\vop_type_decision.c
1085    # End Source File
1086  # End Group  # End Group
1087  # Begin Group "prediction"  # Begin Group "prediction"
1088    
# Line 353  Line 1108 
1108  # PROP Default_Filter ""  # PROP Default_Filter ""
1109  # Begin Source File  # Begin Source File
1110    
1111  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1112    
1113    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1114    
1115    # Begin Custom Build - Assembling $(InputPath)
1116    IntDir=.\Release
1117    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1118    InputName=quantize_h263_3dne
1119    
1120    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1121            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1122    
1123    # End Custom Build
1124    
1125    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1126    
1127    # Begin Custom Build - Assembling $(InputPath)
1128    IntDir=.\Debug
1129    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1130    InputName=quantize_h263_3dne
1131    
1132    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1133            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1134    
1135    # End Custom Build
1136    
1137    !ENDIF
1138    
1139  # End Source File  # End Source File
1140  # Begin Source File  # Begin Source File
1141    
1142  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
 # End Source File  
 # End Group  
 # Begin Group "quant_h"  
1143    
1144  # PROP Default_Filter ""  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1145  # Begin Source File  
1146    # Begin Custom Build - Assembling $(InputPath)
1147    IntDir=.\Release
1148    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1149    InputName=quantize_h263_mmx
1150    
1151    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1152            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1153    
1154    # End Custom Build
1155    
1156    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1157    
1158    # Begin Custom Build - Assembling $(InputPath)
1159    IntDir=.\Debug
1160    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1161    InputName=quantize_h263_mmx
1162    
1163    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1164            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1165    
1166    # End Custom Build
1167    
1168    !ENDIF
1169    
 SOURCE=..\..\src\quant\adapt_quant.h  
1170  # End Source File  # End Source File
1171  # Begin Source File  # Begin Source File
1172    
1173  SOURCE=..\..\src\quant\quant_h263.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1174    
1175    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1176    
1177    # Begin Custom Build - Assembling $(InputPath)
1178    IntDir=.\Release
1179    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1180    InputName=quantize_mpeg_mmx
1181    
1182    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1183            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1184    
1185    # End Custom Build
1186    
1187    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1188    
1189    # Begin Custom Build - Assembling $(InputPath)
1190    IntDir=.\Debug
1191    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1192    InputName=quantize_mpeg_mmx
1193    
1194    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1195            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1196    
1197    # End Custom Build
1198    
1199    !ENDIF
1200    
1201  # End Source File  # End Source File
1202  # Begin Source File  # Begin Source File
1203    
1204  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1205    
1206    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1207    
1208    # Begin Custom Build - Assembling $(InputPath)
1209    IntDir=.\Release
1210    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1211    InputName=quantize_mpeg_xmm
1212    
1213    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1214            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1215    
1216    # End Custom Build
1217    
1218    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1219    
1220    # Begin Custom Build - Assembling $(InputPath)
1221    IntDir=.\Debug
1222    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1223    InputName=quantize_mpeg_xmm
1224    
1225    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1226            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1227    
1228    # End Custom Build
1229    
1230    !ENDIF
1231    
1232  # End Source File  # End Source File
1233    # End Group
1234    # Begin Group "quant_h"
1235    
1236    # PROP Default_Filter ""
1237  # Begin Source File  # Begin Source File
1238    
1239  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\quant.h
1240  # End Source File  # End Source File
 # End Group  
1241  # Begin Source File  # Begin Source File
1242    
1243  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1244  # End Source File  # End Source File
1245    # End Group
1246  # Begin Source File  # Begin Source File
1247    
1248  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 394  Line 1253 
1253  # End Source File  # End Source File
1254  # Begin Source File  # Begin Source File
1255    
1256  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1257  # End Source File  # End Source File
1258  # End Group  # End Group
1259  # Begin Group "utils"  # Begin Group "utils"
# Line 406  Line 1265 
1265  # Begin Source File  # Begin Source File
1266    
1267  SOURCE=..\..\src\utils\x86_asm\cpuid.asm  SOURCE=..\..\src\utils\x86_asm\cpuid.asm
1268    
1269    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1270    
1271    # Begin Custom Build - Assembling $(InputPath)
1272    IntDir=.\Release
1273    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1274    InputName=cpuid
1275    
1276    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1277            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1278    
1279    # End Custom Build
1280    
1281    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1282    
1283    # Begin Custom Build - Assembling $(InputPath)
1284    IntDir=.\Debug
1285    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1286    InputName=cpuid
1287    
1288    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1289            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1290    
1291    # End Custom Build
1292    
1293    !ENDIF
1294    
1295    # End Source File
1296    # Begin Source File
1297    
1298    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1299    
1300    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1301    
1302    # Begin Custom Build - Assembling $(InputPath)
1303    IntDir=.\Release
1304    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1305    InputName=interlacing_mmx
1306    
1307    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1308            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1309    
1310    # End Custom Build
1311    
1312    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1313    
1314    # Begin Custom Build - Assembling $(InputPath)
1315    IntDir=.\Debug
1316    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1317    InputName=interlacing_mmx
1318    
1319    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1320            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1321    
1322    # End Custom Build
1323    
1324    !ENDIF
1325    
1326    # End Source File
1327    # Begin Source File
1328    
1329    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1330    
1331    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1332    
1333    # Begin Custom Build - Assembling $(InputPath)
1334    IntDir=.\Release
1335    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1336    InputName=mem_transfer_3dne
1337    
1338    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1339            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1340    
1341    # End Custom Build
1342    
1343    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1344    
1345    # Begin Custom Build - Assembling $(InputPath)
1346    IntDir=.\Debug
1347    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1348    InputName=mem_transfer_3dne
1349    
1350    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1351            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1352    
1353    # End Custom Build
1354    
1355    !ENDIF
1356    
1357  # End Source File  # End Source File
1358  # Begin Source File  # Begin Source File
1359    
1360  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1361    
1362    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1363    
1364    # Begin Custom Build - Assembling $(InputPath)
1365    IntDir=.\Release
1366    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1367    InputName=mem_transfer_mmx
1368    
1369    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1370            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1371    
1372    # End Custom Build
1373    
1374    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1375    
1376    # Begin Custom Build - Assembling $(InputPath)
1377    IntDir=.\Debug
1378    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1379    InputName=mem_transfer_mmx
1380    
1381    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1382            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1383    
1384    # End Custom Build
1385    
1386    !ENDIF
1387    
1388  # End Source File  # End Source File
1389  # End Group  # End Group
1390  # Begin Group "utils_h"  # Begin Group "utils_h"
# Line 458  Line 1433 
1433  # End Source File  # End Source File
1434  # Begin Source File  # Begin Source File
1435    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1436  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1437  # End Source File  # End Source File
1438  # End Group  # End Group
# Line 474  Line 1445 
1445  # End Source File  # End Source File
1446  # Begin Source File  # Begin Source File
1447    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1448  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1449  # End Source File  # End Source File
1450  # Begin Source File  # Begin Source File
# Line 493  Line 1460 
1460  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1461  # End Source File  # End Source File
1462  # End Group  # End Group
1463    # Begin Group "plugins"
1464    
1465    # PROP Default_Filter ""
1466    # Begin Group "plugins_h"
1467    
1468    # PROP Default_Filter ""
1469    # End Group
1470  # Begin Source File  # Begin Source File
1471    
1472  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1473    # End Source File
1474    # Begin Source File
1475    
1476    SOURCE=..\..\src\plugins\plugin_2pass2.c
1477    # End Source File
1478    # Begin Source File
1479    
1480    SOURCE=..\..\src\plugins\plugin_dump.c
1481    # End Source File
1482    # Begin Source File
1483    
1484    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1485  # End Source File  # End Source File
1486  # Begin Source File  # Begin Source File
1487    
1488  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_psnr.c
1489    # End Source File
1490    # Begin Source File
1491    
1492    SOURCE=..\..\src\plugins\plugin_single.c
1493    # End Source File
1494    # End Group
1495    # Begin Source File
1496    
1497    SOURCE=..\..\src\decoder.c
1498  # End Source File  # End Source File
1499  # Begin Source File  # Begin Source File
1500    

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

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