[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 1222, Sat Nov 22 15:31:28 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  # End Source File
770  # Begin Source File  # Begin Source File
771    
772  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  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  # End Source File
801    # End Group
802    # Begin Group "image_h"
803    
804    # PROP Default_Filter ""
805  # Begin Source File  # Begin Source File
806    
807  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  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\yuyv_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\yv12_to_rgb24_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\yv12_to_rgb32_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_yuyv_mmx.asm  SOURCE=..\..\src\image\reduced.h
824  # End Source File  # End Source File
825  # End Group  # End Group
 # Begin Group "image_h"  
   
 # PROP Default_Filter ""  
826  # Begin Source File  # Begin Source File
827    
828  SOURCE=..\..\src\image\colorspace.h  SOURCE=..\..\src\image\colorspace.c
829  # End Source File  # End Source File
830  # Begin Source File  # Begin Source File
831    
832  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\font.c
833  # End Source File  # End Source File
834  # Begin Source File  # Begin Source File
835    
836  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\image.c
837  # End Source File  # End Source File
 # End Group  
838  # Begin Source File  # Begin Source File
839    
840  SOURCE=..\..\src\image\colorspace.c  SOURCE=..\..\src\image\interpolate8x8.c
841  # End Source File  # End Source File
842  # Begin Source File  # Begin Source File
843    
844  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\qpel.c
845  # End Source File  # End Source File
846  # Begin Source File  # Begin Source File
847    
848  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\reduced.c
849  # End Source File  # End Source File
850  # End Group  # End Group
851  # Begin Group "motion"  # Begin Group "motion"
# Line 285  Line 861 
861  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
862    
863  # PROP Ignore_Default_Tool 1  # PROP Ignore_Default_Tool 1
864    # Begin Custom Build - Assembling $(InputPath)
865    IntDir=.\Release
866    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
867    InputName=sad_3dn
868    
869    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
870            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
871    
872    # End Custom Build
873    
874    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
875    
876    # Begin Custom Build - Assembling $(InputPath)
877    IntDir=.\Debug
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    !ENDIF
887    
888    # End Source File
889    # Begin Source File
890    
891    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
892    
893    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
894    
895    # Begin Custom Build - Assembling $(InputPath)
896    IntDir=.\Release
897    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
898    InputName=sad_3dne
899    
900    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
901            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
902    
903    # End Custom Build
904    
905  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
906    
907    # Begin Custom Build - Assembling $(InputPath)
908    IntDir=.\Debug
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  !ENDIF  !ENDIF
918    
919  # End Source File  # End Source File
920  # Begin Source File  # Begin Source File
921    
922  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
923    
924    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
925    
926    # Begin Custom Build - Assembling $(InputPath)
927    IntDir=.\Release
928    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
929    InputName=sad_mmx
930    
931    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
932            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
933    
934    # End Custom Build
935    
936    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
937    
938    # Begin Custom Build - Assembling $(InputPath)
939    IntDir=.\Debug
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    !ENDIF
949    
950  # End Source File  # End Source File
951  # Begin Source File  # Begin Source File
952    
953  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
954    
955    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
956    
957    # Begin Custom Build - Assembling $(InputPath)
958    IntDir=.\Release
959    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
960    InputName=sad_sse2
961    
962    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
963            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
964    
965    # End Custom Build
966    
967    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
968    
969    # Begin Custom Build - Assembling $(InputPath)
970    IntDir=.\Debug
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    !ENDIF
980    
981  # End Source File  # End Source File
982  # Begin Source File  # Begin Source File
983    
984  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
985    
986    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
987    
988    # Begin Custom Build - Assembling $(InputPath)
989    IntDir=.\Release
990    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
991    InputName=sad_xmm
992    
993    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
994            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
995    
996    # End Custom Build
997    
998    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
999    
1000    # Begin Custom Build - Assembling $(InputPath)
1001    IntDir=.\Debug
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    !ENDIF
1011    
1012  # End Source File  # End Source File
1013  # End Group  # End Group
1014  # Begin Group "motion_h"  # Begin Group "motion_h"
# Line 309  Line 1016 
1016  # PROP Default_Filter ""  # PROP Default_Filter ""
1017  # Begin Source File  # Begin Source File
1018    
1019    SOURCE=..\..\src\motion\estimation.h
1020    # End Source File
1021    # Begin Source File
1022    
1023    SOURCE=..\..\src\motion\gmc.h
1024    # End Source File
1025    # Begin Source File
1026    
1027  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
1028  # End Source File  # End Source File
1029  # Begin Source File  # Begin Source File
1030    
1031    SOURCE=..\..\src\motion\motion_inlines.h
1032    # End Source File
1033    # Begin Source File
1034    
1035  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
1036  # End Source File  # End Source File
1037  # End Group  # End Group
1038  # Begin Source File  # Begin Source File
1039    
1040  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_bvop.c
1041    # End Source File
1042    # Begin Source File
1043    
1044    SOURCE=..\..\src\motion\estimation_common.c
1045    # End Source File
1046    # Begin Source File
1047    
1048    SOURCE=..\..\src\motion\estimation_gmc.c
1049    # End Source File
1050    # Begin Source File
1051    
1052    SOURCE=..\..\src\motion\estimation_pvop.c
1053  # End Source File  # End Source File
1054  # Begin Source File  # Begin Source File
1055    
1056  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\estimation_rd_based.c
1057    # End Source File
1058    # Begin Source File
1059    
1060    SOURCE=..\..\src\motion\gmc.c
1061    # End Source File
1062    # Begin Source File
1063    
1064    SOURCE=..\..\src\motion\motion_comp.c
1065  # End Source File  # End Source File
1066  # Begin Source File  # Begin Source File
1067    
1068  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
1069  # End Source File  # End Source File
1070    # Begin Source File
1071    
1072    SOURCE=..\..\src\motion\vop_type_decision.c
1073    # End Source File
1074  # End Group  # End Group
1075  # Begin Group "prediction"  # Begin Group "prediction"
1076    
# Line 353  Line 1096 
1096  # PROP Default_Filter ""  # PROP Default_Filter ""
1097  # Begin Source File  # Begin Source File
1098    
1099  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1100    
1101    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1102    
1103    # Begin Custom Build - Assembling $(InputPath)
1104    IntDir=.\Release
1105    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1106    InputName=quantize_h263_3dne
1107    
1108    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1109            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1110    
1111    # End Custom Build
1112    
1113    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1114    
1115    # Begin Custom Build - Assembling $(InputPath)
1116    IntDir=.\Debug
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    !ENDIF
1126    
1127  # End Source File  # End Source File
1128  # Begin Source File  # Begin Source File
1129    
1130  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"  
1131    
1132  # PROP Default_Filter ""  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1133  # Begin Source File  
1134    # Begin Custom Build - Assembling $(InputPath)
1135    IntDir=.\Release
1136    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1137    InputName=quantize_h263_mmx
1138    
1139    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1140            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1141    
1142    # End Custom Build
1143    
1144    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1145    
1146    # Begin Custom Build - Assembling $(InputPath)
1147    IntDir=.\Debug
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    !ENDIF
1157    
 SOURCE=..\..\src\quant\adapt_quant.h  
1158  # End Source File  # End Source File
1159  # Begin Source File  # Begin Source File
1160    
1161  SOURCE=..\..\src\quant\quant_h263.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1162    
1163    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1164    
1165    # Begin Custom Build - Assembling $(InputPath)
1166    IntDir=.\Release
1167    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1168    InputName=quantize_mpeg_mmx
1169    
1170    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1171            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1172    
1173    # End Custom Build
1174    
1175    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1176    
1177    # Begin Custom Build - Assembling $(InputPath)
1178    IntDir=.\Debug
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    !ENDIF
1188    
1189  # End Source File  # End Source File
1190  # Begin Source File  # Begin Source File
1191    
1192  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1193    
1194    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1195    
1196    # Begin Custom Build - Assembling $(InputPath)
1197    IntDir=.\Release
1198    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1199    InputName=quantize_mpeg_xmm
1200    
1201    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1202            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1203    
1204    # End Custom Build
1205    
1206    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1207    
1208    # Begin Custom Build - Assembling $(InputPath)
1209    IntDir=.\Debug
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    !ENDIF
1219    
1220  # End Source File  # End Source File
1221    # End Group
1222    # Begin Group "quant_h"
1223    
1224    # PROP Default_Filter ""
1225  # Begin Source File  # Begin Source File
1226    
1227  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\quant.h
1228  # End Source File  # End Source File
 # End Group  
1229  # Begin Source File  # Begin Source File
1230    
1231  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1232  # End Source File  # End Source File
1233    # End Group
1234  # Begin Source File  # Begin Source File
1235    
1236  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 394  Line 1241 
1241  # End Source File  # End Source File
1242  # Begin Source File  # Begin Source File
1243    
1244  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1245  # End Source File  # End Source File
1246  # End Group  # End Group
1247  # Begin Group "utils"  # Begin Group "utils"
# Line 406  Line 1253 
1253  # Begin Source File  # Begin Source File
1254    
1255  SOURCE=..\..\src\utils\x86_asm\cpuid.asm  SOURCE=..\..\src\utils\x86_asm\cpuid.asm
1256    
1257    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1258    
1259    # Begin Custom Build - Assembling $(InputPath)
1260    IntDir=.\Release
1261    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1262    InputName=cpuid
1263    
1264    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1265            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1266    
1267    # End Custom Build
1268    
1269    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1270    
1271    # Begin Custom Build - Assembling $(InputPath)
1272    IntDir=.\Debug
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    !ENDIF
1282    
1283    # End Source File
1284    # Begin Source File
1285    
1286    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1287    
1288    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1289    
1290    # Begin Custom Build - Assembling $(InputPath)
1291    IntDir=.\Release
1292    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1293    InputName=interlacing_mmx
1294    
1295    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1296            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1297    
1298    # End Custom Build
1299    
1300    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1301    
1302    # Begin Custom Build - Assembling $(InputPath)
1303    IntDir=.\Debug
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    !ENDIF
1313    
1314    # End Source File
1315    # Begin Source File
1316    
1317    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1318    
1319    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1320    
1321    # Begin Custom Build - Assembling $(InputPath)
1322    IntDir=.\Release
1323    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1324    InputName=mem_transfer_3dne
1325    
1326    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1327            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1328    
1329    # End Custom Build
1330    
1331    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1332    
1333    # Begin Custom Build - Assembling $(InputPath)
1334    IntDir=.\Debug
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    !ENDIF
1344    
1345  # End Source File  # End Source File
1346  # Begin Source File  # Begin Source File
1347    
1348  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1349    
1350    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1351    
1352    # Begin Custom Build - Assembling $(InputPath)
1353    IntDir=.\Release
1354    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1355    InputName=mem_transfer_mmx
1356    
1357    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1358            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1359    
1360    # End Custom Build
1361    
1362    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1363    
1364    # Begin Custom Build - Assembling $(InputPath)
1365    IntDir=.\Debug
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    !ENDIF
1375    
1376  # End Source File  # End Source File
1377  # End Group  # End Group
1378  # Begin Group "utils_h"  # Begin Group "utils_h"
# Line 458  Line 1421 
1421  # End Source File  # End Source File
1422  # Begin Source File  # Begin Source File
1423    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1424  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1425  # End Source File  # End Source File
1426  # End Group  # End Group
# Line 474  Line 1433 
1433  # End Source File  # End Source File
1434  # Begin Source File  # Begin Source File
1435    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1436  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1437  # End Source File  # End Source File
1438  # Begin Source File  # Begin Source File
# Line 493  Line 1448 
1448  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1449  # End Source File  # End Source File
1450  # End Group  # End Group
1451    # Begin Group "plugins"
1452    
1453    # PROP Default_Filter ""
1454    # Begin Group "plugins_h"
1455    
1456    # PROP Default_Filter ""
1457    # End Group
1458  # Begin Source File  # Begin Source File
1459    
1460  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1461    # End Source File
1462    # Begin Source File
1463    
1464    SOURCE=..\..\src\plugins\plugin_2pass2.c
1465    # End Source File
1466    # Begin Source File
1467    
1468    SOURCE=..\..\src\plugins\plugin_dump.c
1469    # End Source File
1470    # Begin Source File
1471    
1472    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1473  # End Source File  # End Source File
1474  # Begin Source File  # Begin Source File
1475    
1476  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_psnr.c
1477    # End Source File
1478    # Begin Source File
1479    
1480    SOURCE=..\..\src\plugins\plugin_single.c
1481    # End Source File
1482    # End Group
1483    # Begin Source File
1484    
1485    SOURCE=..\..\src\decoder.c
1486  # End Source File  # End Source File
1487  # Begin Source File  # Begin Source File
1488    

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

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