[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 1253, Wed Dec 10 15:07: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 /O2 -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=..\..\authors.txt  SOURCE=..\..\AUTHORS
90  # End Source File  # End Source File
91  # Begin Source File  # Begin Source File
92    
93  SOURCE=..\..\changelog.txt  SOURCE=..\..\ChangeLog
94  # End Source File  # End Source File
95  # Begin Source File  # Begin Source File
96    
# Line 97  Line 98 
98  # End Source File  # End Source File
99  # Begin Source File  # Begin Source File
100    
101  SOURCE=..\..\gpl.txt  SOURCE=..\..\LICENSE
102  # End Source File  # End Source File
103  # Begin Source File  # Begin Source File
104    
105  SOURCE=..\..\todo.txt  SOURCE=..\..\README
106  # End Source File  # End Source File
107  # Begin Source File  # Begin Source File
108    
109  SOURCE="..\..\doc\xvid-decoding.txt"  SOURCE=..\..\TODO
110  # End Source File  # End Source File
111  # Begin Source File  # Begin Source File
112    
113  SOURCE="..\..\doc\xvid-encoder.txt"  SOURCE="..\..\doc\README"
114    # End Source File
115    # Begin Source File
116    
117    SOURCE="..\..\doc\INSTALL"
118  # End Source File  # End Source File
119  # End Group  # End Group
120  # Begin Group "bitstream"  # Begin Group "bitstream"
# Line 120  Line 125 
125  # PROP Default_Filter ""  # PROP Default_Filter ""
126  # Begin Source File  # Begin Source File
127    
128    SOURCE=..\..\src\bitstream\x86_asm\cbp_3dne.asm
129    
130    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
131    
132    # Begin Custom Build - Assembling $(InputPath)
133    IntDir=.\Release
134    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
135    InputName=cbp_3dne
136    
137    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
138            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
139    
140    # End Custom Build
141    
142    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
143    
144    # Begin Custom Build - Assembling $(InputPath)
145    IntDir=.\Debug
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    !ENDIF
155    
156    # End Source File
157    # Begin Source File
158    
159  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
160    
161    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
162    
163    # Begin Custom Build - Assembling $(InputPath)
164    IntDir=.\Release
165    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
166    InputName=cbp_mmx
167    
168    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
169            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
170    
171    # End Custom Build
172    
173    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
174    
175    # Begin Custom Build - Assembling $(InputPath)
176    IntDir=.\Debug
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    !ENDIF
186    
187  # End Source File  # End Source File
188  # Begin Source File  # Begin Source File
189    
190  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
191    
192    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
193    
194    # Begin Custom Build - Assembling $(InputPath)
195    IntDir=.\Release
196    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
197    InputName=cbp_sse2
198    
199    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
200            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
201    
202    # End Custom Build
203    
204    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
205    
206    # Begin Custom Build - Assembling $(InputPath)
207    IntDir=.\Debug
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    !ENDIF
217    
218  # End Source File  # End Source File
219  # End Group  # End Group
220  # Begin Group "bitstream_h"  # Begin Group "bitstream_h"
# Line 172  Line 262 
262  # PROP Default_Filter ""  # PROP Default_Filter ""
263  # Begin Source File  # Begin Source File
264    
265  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
266    
267    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
268    
269    # Begin Custom Build - Assembling $(InputPath)
270    IntDir=.\Release
271    InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
272    InputName=fdct_mmx_ffmpeg
273    
274    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
275            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
276    
277    # End Custom Build
278    
279    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
280    
281    # Begin Custom Build - Assembling $(InputPath)
282    IntDir=.\Debug
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    !ENDIF
292    
293    # End Source File
294    # Begin Source File
295    
296    SOURCE=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
297    
298    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
299    
300    # Begin Custom Build - Assembling $(InputPath)
301    IntDir=.\Release
302    InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
303    InputName=fdct_mmx_skal
304    
305    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
306            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
307    
308    # End Custom Build
309    
310    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
311    
312    # Begin Custom Build - Assembling $(InputPath)
313    IntDir=.\Debug
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    !ENDIF
323    
324    # End Source File
325    # Begin Source File
326    
327    SOURCE=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
328    
329    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
330    
331    # Begin Custom Build - Assembling $(InputPath)
332    IntDir=.\Release
333    InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
334    InputName=fdct_sse2_skal
335    
336    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
337            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
338    
339    # End Custom Build
340    
341    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
342    
343    # Begin Custom Build - Assembling $(InputPath)
344    IntDir=.\Debug
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    !ENDIF
354    
355    # End Source File
356    # Begin Source File
357    
358    SOURCE=..\..\src\dct\x86_asm\idct_3dne.asm
359    
360    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
361    
362    # Begin Custom Build - Assembling $(InputPath)
363    IntDir=.\Release
364    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
365    InputName=idct_3dne
366    
367    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
368            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
369    
370    # End Custom Build
371    
372    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
373    
374    # Begin Custom Build - Assembling $(InputPath)
375    IntDir=.\Debug
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    !ENDIF
385    
386  # End Source File  # End Source File
387  # Begin Source File  # Begin Source File
388    
389  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
390    
391    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
392    
393    # Begin Custom Build - Assembling $(InputPath)
394    IntDir=.\Release
395    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
396    InputName=idct_mmx
397    
398    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
399            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
400    
401    # End Custom Build
402    
403    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
404    
405    # Begin Custom Build - Assembling $(InputPath)
406    IntDir=.\Debug
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    !ENDIF
416    
417    # End Source File
418    # Begin Source File
419    
420    SOURCE=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
421    
422    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
423    
424    # Begin Custom Build - Assembling $(InputPath)
425    IntDir=.\Release
426    InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
427    InputName=idct_sse2_dmitry
428    
429    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
430            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
431    
432    # End Custom Build
433    
434    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
435    
436    # Begin Custom Build - Assembling $(InputPath)
437    IntDir=.\Debug
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    !ENDIF
447    
448    # End Source File
449    # Begin Source File
450    
451    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
452    
453    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
454    
455    # Begin Custom Build - Assembling $(InputPath)
456    IntDir=.\Release
457    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
458    InputName=simple_idct_mmx
459    
460    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
461            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
462    
463    # End Custom Build
464    
465    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
466    
467    # Begin Custom Build - Assembling $(InputPath)
468    IntDir=.\Debug
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    !ENDIF
478    
479  # End Source File  # End Source File
480  # End Group  # End Group
481  # Begin Group "dct_h"  # Begin Group "dct_h"
# Line 199  Line 498 
498    
499  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
500  # End Source File  # End Source File
501    # Begin Source File
502    
503    SOURCE=..\..\src\dct\simple_idct.c
504    # End Source File
505  # End Group  # End Group
506  # Begin Group "image"  # Begin Group "image"
507    
# Line 208  Line 511 
511  # PROP Default_Filter ""  # PROP Default_Filter ""
512  # Begin Source File  # Begin Source File
513    
514    SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
515    # End Source File
516    # Begin Source File
517    
518    SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
519    
520    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
521    
522    # Begin Custom Build - Assembling $(InputPath)
523    InputDir=\xvidcore\src\image\x86_asm
524    IntDir=.\Release
525    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
526    InputName=colorspace_rgb_mmx
527    
528    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
529            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
530    
531    # End Custom Build
532    
533    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
534    
535    # Begin Custom Build - Assembling $(InputPath)
536    InputDir=\xvidcore\src\image\x86_asm
537    IntDir=.\Debug
538    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
539    InputName=colorspace_rgb_mmx
540    
541    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
542            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
543    
544    # End Custom Build
545    
546    !ENDIF
547    
548    # End Source File
549    # Begin Source File
550    
551    SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
552    
553    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
554    
555    # Begin Custom Build - Assembling $(InputPath)
556    InputDir=\xvidcore\src\image\x86_asm
557    IntDir=.\Release
558    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
559    InputName=colorspace_yuv_mmx
560    
561    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
562            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
563    
564    # End Custom Build
565    
566    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
567    
568    # Begin Custom Build - Assembling $(InputPath)
569    InputDir=\xvidcore\src\image\x86_asm
570    IntDir=.\Debug
571    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
572    InputName=colorspace_yuv_mmx
573    
574    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
575            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
576    
577    # End Custom Build
578    
579    !ENDIF
580    
581    # End Source File
582    # Begin Source File
583    
584    SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
585    
586    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
587    
588    # Begin Custom Build - Assembling $(InputPath)
589    InputDir=\xvidcore\src\image\x86_asm
590    IntDir=.\Release
591    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
592    InputName=colorspace_yuyv_mmx
593    
594    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
595            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
596    
597    # End Custom Build
598    
599    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
600    
601    # Begin Custom Build - Assembling $(InputPath)
602    InputDir=\xvidcore\src\image\x86_asm
603    IntDir=.\Debug
604    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
605    InputName=colorspace_yuyv_mmx
606    
607    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
608            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
609    
610    # End Custom Build
611    
612    !ENDIF
613    
614    # End Source File
615    # Begin Source File
616    
617  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
618    
619    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
620    
621    # Begin Custom Build - Assembling $(InputPath)
622    IntDir=.\Release
623    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
624    InputName=interpolate8x8_3dn
625    
626    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
627            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
628    
629    # End Custom Build
630    
631    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
632    
633    # Begin Custom Build - Assembling $(InputPath)
634    IntDir=.\Debug
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    !ENDIF
644    
645    # End Source File
646    # Begin Source File
647    
648    SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
649    
650    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
651    
652    # Begin Custom Build - Assembling $(InputPath)
653    IntDir=.\Release
654    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
655    InputName=interpolate8x8_3dne
656    
657    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
658            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
659    
660    # End Custom Build
661    
662    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
663    
664    # Begin Custom Build - Assembling $(InputPath)
665    IntDir=.\Debug
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    !ENDIF
675    
676  # End Source File  # End Source File
677  # Begin Source File  # Begin Source File
678    
679  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
680    
681    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
682    
683    # Begin Custom Build - Assembling $(InputPath)
684    IntDir=.\Release
685    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
686    InputName=interpolate8x8_mmx
687    
688    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
689            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
690    
691    # End Custom Build
692    
693    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
694    
695    # Begin Custom Build - Assembling $(InputPath)
696    IntDir=.\Debug
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    !ENDIF
706    
707  # End Source File  # End Source File
708  # Begin Source File  # Begin Source File
709    
710  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
711    
712    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
713    
714    # Begin Custom Build - Assembling $(InputPath)
715    IntDir=.\Release
716    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
717    InputName=interpolate8x8_xmm
718    
719    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
720            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
721    
722    # End Custom Build
723    
724    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
725    
726    # Begin Custom Build - Assembling $(InputPath)
727    IntDir=.\Debug
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    !ENDIF
737    
738    # End Source File
739    # Begin Source File
740    
741    SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
742    
743    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
744    
745    # Begin Custom Build - Assembling $(InputPath)
746    IntDir=.\Release
747    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
748    InputName=qpel_mmx
749    
750    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
751            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
752    
753    # End Custom Build
754    
755    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
756    
757    # Begin Custom Build - Assembling $(InputPath)
758    IntDir=.\Debug
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    !ENDIF
768    
769    # End Source File
770    # Begin Source File
771    
772    SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
773    
774    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
775    
776    # Begin Custom Build - Assembling $(InputPath)
777    IntDir=.\Release
778    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
779    InputName=reduced_mmx
780    
781    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
782            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
783    
784    # End Custom Build
785    
786    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
787    
788    # Begin Custom Build - Assembling $(InputPath)
789    IntDir=.\Debug
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    !ENDIF
799    
800    # End Source File
801    # End Group
802    # Begin Group "image_h"
803    
804    # PROP Default_Filter ""
805    # Begin Source File
806    
807    SOURCE=..\..\src\image\colorspace.h
808  # End Source File  # End Source File
809  # Begin Source File  # Begin Source File
810    
811  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\font.h
812  # End Source File  # End Source File
813  # Begin Source File  # Begin Source File
814    
815  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\image.h
816  # End Source File  # End Source File
817  # Begin Source File  # Begin Source File
818    
819  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\interpolate8x8.h
820  # End Source File  # End Source File
821  # Begin Source File  # Begin Source File
822    
823  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\postprocessing.h
824  # End Source File  # End Source File
825  # Begin Source File  # Begin Source File
826    
827  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\qpel.h
828  # End Source File  # End Source File
829  # Begin Source File  # Begin Source File
830    
831  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\reduced.h
832  # End Source File  # End Source File
833  # End Group  # End Group
834  # Begin Group "image_h"  # Begin Source File
835    
836  # PROP Default_Filter ""  SOURCE=..\..\src\image\colorspace.c
837    # End Source File
838  # Begin Source File  # Begin Source File
839    
840  SOURCE=..\..\src\image\colorspace.h  SOURCE=..\..\src\image\font.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\image.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\interpolate8x8.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\postprocessing.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.1253

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