[svn] / trunk / xvidcore / build / win32 / libxvidcore.dsp Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/win32/libxvidcore.dsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 498, Sat Sep 21 02:29:39 2002 UTC revision 1493, Thu Jul 15 10:09:30 2004 UTC
# Line 2  Line 2 
2  # Microsoft Developer Studio Generated Build File, Format Version 6.00  # Microsoft Developer Studio Generated Build File, Format Version 6.00
3  # ** DO NOT EDIT **  # ** DO NOT EDIT **
4    
5  # TARGTYPE "Win32 (x86) Static Library" 0x0104  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6    
7  CFG=libxvidcore - Win32 Debug  CFG=libxvidcore - Win32 Debug
8  !MESSAGE This is not a valid makefile. To build this project using NMAKE,  !MESSAGE This is not a valid makefile. To build this project using NMAKE,
# Line 17  Line 17 
17  !MESSAGE  !MESSAGE
18  !MESSAGE Possible choices for configuration are:  !MESSAGE Possible choices for configuration are:
19  !MESSAGE  !MESSAGE
20  !MESSAGE "libxvidcore - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21  !MESSAGE "libxvidcore - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22  !MESSAGE  !MESSAGE
23    
24  # Begin Project  # Begin Project
# Line 26  Line 26 
26  # PROP Scc_ProjName ""  # PROP Scc_ProjName ""
27  # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ""
28  CPP=cl.exe  CPP=cl.exe
29    MTL=midl.exe
30  RSC=rc.exe  RSC=rc.exe
31    
32  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 39  Line 40 
40  # PROP Use_Debug_Libraries 0  # PROP Use_Debug_Libraries 0
41  # PROP Output_Dir "Release"  # PROP Output_Dir "Release"
42  # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
43    # PROP Ignore_Export_Lib 0
44  # PROP Target_Dir ""  # PROP Target_Dir ""
45  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46  # 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 /MT /W3 /GX /O2 /D "NDEBUG" /D "ARCH_IS_IA32" /D "WIN32" /D "_WINDOWS" /D "ARCH_IS_32BIT" /YX /FD /Qipo /c
47    # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48    # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49  # ADD BASE RSC /l 0xc09 /d "NDEBUG"  # ADD BASE RSC /l 0xc09 /d "NDEBUG"
50  # ADD RSC /l 0xc09 /d "NDEBUG"  # ADD RSC /l 0xc09 /d "NDEBUG"
51  BSC32=bscmake.exe  BSC32=bscmake.exe
52  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
53  # ADD BSC32 /nologo  # ADD BSC32 /nologo
54  LIB32=link.exe -lib  LINK32=link.exe
55  # ADD BASE LIB32 /nologo  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
56  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /machine:I386 /out:"bin\xvidcore.dll" /implib:"bin\xvidcore.dll.a"
57    
58  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
59    
# Line 62  Line 66 
66  # PROP Use_Debug_Libraries 1  # PROP Use_Debug_Libraries 1
67  # PROP Output_Dir "Debug"  # PROP Output_Dir "Debug"
68  # PROP Intermediate_Dir "Debug"  # PROP Intermediate_Dir "Debug"
69    # PROP Ignore_Export_Lib 0
70  # PROP Target_Dir ""  # PROP Target_Dir ""
71  # 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 /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
72  # 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 /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ARCH_IS_32BIT" /D "ARCH_IS_IA32" /YX /FD /GZ /c
73    # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
74    # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75  # ADD BASE RSC /l 0xc09 /d "_DEBUG"  # ADD BASE RSC /l 0xc09 /d "_DEBUG"
76  # ADD RSC /l 0xc09 /d "_DEBUG"  # ADD RSC /l 0xc09 /d "_DEBUG"
77  BSC32=bscmake.exe  BSC32=bscmake.exe
78  # ADD BASE BSC32 /nologo  # ADD BASE BSC32 /nologo
79  # ADD BSC32 /nologo  # ADD BSC32 /nologo
80  LIB32=link.exe -lib  LINK32=link.exe
81  # ADD BASE LIB32 /nologo  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
82  # ADD LIB32 /nologo /out:"bin\libxvidcore.lib"  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /debug /machine:I386 /out:"bin\xvidcore.dll" /implib:"bin\xvidcore.dll.a" /pdbtype:sept
83    
84  !ENDIF  !ENDIF
85    
# Line 85  Line 92 
92  # PROP Default_Filter ""  # PROP Default_Filter ""
93  # Begin Source File  # Begin Source File
94    
95  SOURCE=..\..\authors.txt  SOURCE=..\..\AUTHORS
96  # End Source File  # End Source File
97  # Begin Source File  # Begin Source File
98    
99  SOURCE=..\..\changelog.txt  SOURCE=..\..\ChangeLog
100  # End Source File  # End Source File
101  # Begin Source File  # Begin Source File
102    
# Line 97  Line 104 
104  # End Source File  # End Source File
105  # Begin Source File  # Begin Source File
106    
107  SOURCE=..\..\gpl.txt  SOURCE="..\..\doc\INSTALL"
108  # End Source File  # End Source File
109  # Begin Source File  # Begin Source File
110    
111  SOURCE=..\..\todo.txt  SOURCE=..\..\LICENSE
112  # End Source File  # End Source File
113  # Begin Source File  # Begin Source File
114    
115  SOURCE="..\..\doc\xvid-decoding.txt"  SOURCE="..\..\doc\README"
116  # End Source File  # End Source File
117  # Begin Source File  # Begin Source File
118    
119  SOURCE="..\..\doc\xvid-encoder.txt"  SOURCE=..\..\README
120    # End Source File
121    # Begin Source File
122    
123    SOURCE=..\..\TODO
124  # End Source File  # End Source File
125  # End Group  # End Group
126  # Begin Group "bitstream"  # Begin Group "bitstream"
# Line 120  Line 131 
131  # PROP Default_Filter ""  # PROP Default_Filter ""
132  # Begin Source File  # Begin Source File
133    
134    SOURCE=..\..\src\bitstream\x86_asm\cbp_3dne.asm
135    
136    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
137    
138    # Begin Custom Build - Assembling $(InputPath)
139    IntDir=.\Release
140    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
141    InputName=cbp_3dne
142    
143    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
144            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
145    
146    # End Custom Build
147    
148    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
149    
150    # Begin Custom Build - Assembling $(InputPath)
151    IntDir=.\Debug
152    InputPath=..\..\src\bitstream\x86_asm\cbp_3dne.asm
153    InputName=cbp_3dne
154    
155    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
156            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
157    
158    # End Custom Build
159    
160    !ENDIF
161    
162    # End Source File
163    # Begin Source File
164    
165  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
166    
167    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
168    
169    # Begin Custom Build - Assembling $(InputPath)
170    IntDir=.\Release
171    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
172    InputName=cbp_mmx
173    
174    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
175            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
176    
177    # End Custom Build
178    
179    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
180    
181    # Begin Custom Build - Assembling $(InputPath)
182    IntDir=.\Debug
183    InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
184    InputName=cbp_mmx
185    
186    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
187            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
188    
189    # End Custom Build
190    
191    !ENDIF
192    
193  # End Source File  # End Source File
194  # Begin Source File  # Begin Source File
195    
196  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm  SOURCE=..\..\src\bitstream\x86_asm\cbp_sse2.asm
197    
198    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
199    
200    # Begin Custom Build - Assembling $(InputPath)
201    IntDir=.\Release
202    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
203    InputName=cbp_sse2
204    
205    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
206            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
207    
208    # End Custom Build
209    
210    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
211    
212    # Begin Custom Build - Assembling $(InputPath)
213    IntDir=.\Debug
214    InputPath=..\..\src\bitstream\x86_asm\cbp_sse2.asm
215    InputName=cbp_sse2
216    
217    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
218            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
219    
220    # End Custom Build
221    
222    !ENDIF
223    
224  # End Source File  # End Source File
225  # End Group  # End Group
226  # Begin Group "bitstream_h"  # Begin Group "bitstream_h"
# Line 172  Line 268 
268  # PROP Default_Filter ""  # PROP Default_Filter ""
269  # Begin Source File  # Begin Source File
270    
271  SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
272    
273    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
274    
275    # Begin Custom Build - Assembling $(InputPath)
276    IntDir=.\Release
277    InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
278    InputName=fdct_mmx_ffmpeg
279    
280    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
281            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
282    
283    # End Custom Build
284    
285    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
286    
287    # Begin Custom Build - Assembling $(InputPath)
288    IntDir=.\Debug
289    InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
290    InputName=fdct_mmx_ffmpeg
291    
292    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
293            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
294    
295    # End Custom Build
296    
297    !ENDIF
298    
299    # End Source File
300    # Begin Source File
301    
302    SOURCE=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
303    
304    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
305    
306    # Begin Custom Build - Assembling $(InputPath)
307    IntDir=.\Release
308    InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
309    InputName=fdct_mmx_skal
310    
311    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
312            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
313    
314    # End Custom Build
315    
316    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
317    
318    # Begin Custom Build - Assembling $(InputPath)
319    IntDir=.\Debug
320    InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
321    InputName=fdct_mmx_skal
322    
323    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
324            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
325    
326    # End Custom Build
327    
328    !ENDIF
329    
330    # End Source File
331    # Begin Source File
332    
333    SOURCE=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
334    
335    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
336    
337    # Begin Custom Build - Assembling $(InputPath)
338    IntDir=.\Release
339    InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
340    InputName=fdct_sse2_skal
341    
342    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
343            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
344    
345    # End Custom Build
346    
347    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
348    
349    # Begin Custom Build - Assembling $(InputPath)
350    IntDir=.\Debug
351    InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
352    InputName=fdct_sse2_skal
353    
354    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
355            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
356    
357    # End Custom Build
358    
359    !ENDIF
360    
361    # End Source File
362    # Begin Source File
363    
364    SOURCE=..\..\src\dct\x86_asm\idct_3dne.asm
365    
366    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
367    
368    # Begin Custom Build - Assembling $(InputPath)
369    IntDir=.\Release
370    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
371    InputName=idct_3dne
372    
373    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
374            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
375    
376    # End Custom Build
377    
378    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
379    
380    # Begin Custom Build - Assembling $(InputPath)
381    IntDir=.\Debug
382    InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
383    InputName=idct_3dne
384    
385    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
386            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
387    
388    # End Custom Build
389    
390    !ENDIF
391    
392  # End Source File  # End Source File
393  # Begin Source File  # Begin Source File
394    
395  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
396    
397    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
398    
399    # Begin Custom Build - Assembling $(InputPath)
400    IntDir=.\Release
401    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
402    InputName=idct_mmx
403    
404    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
405            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
406    
407    # End Custom Build
408    
409    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
410    
411    # Begin Custom Build - Assembling $(InputPath)
412    IntDir=.\Debug
413    InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
414    InputName=idct_mmx
415    
416    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
417            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
418    
419    # End Custom Build
420    
421    !ENDIF
422    
423    # End Source File
424    # Begin Source File
425    
426    SOURCE=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
427    
428    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
429    
430    # Begin Custom Build - Assembling $(InputPath)
431    IntDir=.\Release
432    InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
433    InputName=idct_sse2_dmitry
434    
435    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
436            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
437    
438    # End Custom Build
439    
440    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
441    
442    # Begin Custom Build - Assembling $(InputPath)
443    IntDir=.\Debug
444    InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
445    InputName=idct_sse2_dmitry
446    
447    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
448            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
449    
450    # End Custom Build
451    
452    !ENDIF
453    
454    # End Source File
455    # Begin Source File
456    
457    SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
458    
459    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
460    
461    # Begin Custom Build - Assembling $(InputPath)
462    IntDir=.\Release
463    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
464    InputName=simple_idct_mmx
465    
466    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
467            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
468    
469    # End Custom Build
470    
471    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
472    
473    # Begin Custom Build - Assembling $(InputPath)
474    IntDir=.\Debug
475    InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
476    InputName=simple_idct_mmx
477    
478    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
479            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
480    
481    # End Custom Build
482    
483    !ENDIF
484    
485  # End Source File  # End Source File
486  # End Group  # End Group
487  # Begin Group "dct_h"  # Begin Group "dct_h"
# Line 199  Line 504 
504    
505  SOURCE=..\..\src\dct\idct.c  SOURCE=..\..\src\dct\idct.c
506  # End Source File  # End Source File
507    # Begin Source File
508    
509    SOURCE=..\..\src\dct\simple_idct.c
510    # End Source File
511  # End Group  # End Group
512  # Begin Group "image"  # Begin Group "image"
513    
# Line 208  Line 517 
517  # PROP Default_Filter ""  # PROP Default_Filter ""
518  # Begin Source File  # Begin Source File
519    
520    SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
521    # End Source File
522    # Begin Source File
523    
524    SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
525    
526    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
527    
528    # Begin Custom Build - Assembling $(InputPath)
529    InputDir=..\..\src\image\x86_asm
530    IntDir=.\Release
531    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
532    InputName=colorspace_rgb_mmx
533    
534    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
535            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
536    
537    # End Custom Build
538    
539    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
540    
541    # Begin Custom Build - Assembling $(InputPath)
542    InputDir=..\..\src\image\x86_asm
543    IntDir=.\Debug
544    InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
545    InputName=colorspace_rgb_mmx
546    
547    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
548            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
549    
550    # End Custom Build
551    
552    !ENDIF
553    
554    # End Source File
555    # Begin Source File
556    
557    SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
558    
559    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
560    
561    # Begin Custom Build - Assembling $(InputPath)
562    InputDir=..\..\src\image\x86_asm
563    IntDir=.\Release
564    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
565    InputName=colorspace_yuv_mmx
566    
567    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
568            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
569    
570    # End Custom Build
571    
572    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
573    
574    # Begin Custom Build - Assembling $(InputPath)
575    InputDir=..\..\src\image\x86_asm
576    IntDir=.\Debug
577    InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
578    InputName=colorspace_yuv_mmx
579    
580    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
581            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
582    
583    # End Custom Build
584    
585    !ENDIF
586    
587    # End Source File
588    # Begin Source File
589    
590    SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
591    
592    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
593    
594    # Begin Custom Build - Assembling $(InputPath)
595    InputDir=..\..\src\image\x86_asm
596    IntDir=.\Release
597    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
598    InputName=colorspace_yuyv_mmx
599    
600    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
601            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
602    
603    # End Custom Build
604    
605    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
606    
607    # Begin Custom Build - Assembling $(InputPath)
608    InputDir=..\..\src\image\x86_asm
609    IntDir=.\Debug
610    InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
611    InputName=colorspace_yuyv_mmx
612    
613    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
614            nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
615    
616    # End Custom Build
617    
618    !ENDIF
619    
620    # End Source File
621    # Begin Source File
622    
623  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
624    
625    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
626    
627    # Begin Custom Build - Assembling $(InputPath)
628    IntDir=.\Release
629    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
630    InputName=interpolate8x8_3dn
631    
632    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
633            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
634    
635    # End Custom Build
636    
637    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
638    
639    # Begin Custom Build - Assembling $(InputPath)
640    IntDir=.\Debug
641    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
642    InputName=interpolate8x8_3dn
643    
644    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
645            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
646    
647    # End Custom Build
648    
649    !ENDIF
650    
651    # End Source File
652    # Begin Source File
653    
654    SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
655    
656    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
657    
658    # Begin Custom Build - Assembling $(InputPath)
659    IntDir=.\Release
660    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
661    InputName=interpolate8x8_3dne
662    
663    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
664            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
665    
666    # End Custom Build
667    
668    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
669    
670    # Begin Custom Build - Assembling $(InputPath)
671    IntDir=.\Debug
672    InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
673    InputName=interpolate8x8_3dne
674    
675    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
676            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
677    
678    # End Custom Build
679    
680    !ENDIF
681    
682  # End Source File  # End Source File
683  # Begin Source File  # Begin Source File
684    
685  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
686    
687    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
688    
689    # Begin Custom Build - Assembling $(InputPath)
690    IntDir=.\Release
691    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
692    InputName=interpolate8x8_mmx
693    
694    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
695            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
696    
697    # End Custom Build
698    
699    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
700    
701    # Begin Custom Build - Assembling $(InputPath)
702    IntDir=.\Debug
703    InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
704    InputName=interpolate8x8_mmx
705    
706    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
707            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
708    
709    # End Custom Build
710    
711    !ENDIF
712    
713  # End Source File  # End Source File
714  # Begin Source File  # Begin Source File
715    
716  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
717    
718    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
719    
720    # Begin Custom Build - Assembling $(InputPath)
721    IntDir=.\Release
722    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
723    InputName=interpolate8x8_xmm
724    
725    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
726            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
727    
728    # End Custom Build
729    
730    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
731    
732    # Begin Custom Build - Assembling $(InputPath)
733    IntDir=.\Debug
734    InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
735    InputName=interpolate8x8_xmm
736    
737    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
738            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
739    
740    # End Custom Build
741    
742    !ENDIF
743    
744  # End Source File  # End Source File
745  # Begin Source File  # Begin Source File
746    
747  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\postprocessing_mmx.asm
748    
749    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
750    
751    # Begin Custom Build - Assembling $(InputPath)
752    IntDir=.\Release
753    InputPath=..\..\src\image\x86_asm\postprocessing_mmx.asm
754    InputName=postprocessing_mmx
755    
756    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
757            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
758    
759    # End Custom Build
760    
761    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
762    
763    # Begin Custom Build - Assembling $(InputPath)
764    IntDir=.\Debug
765    InputPath=..\..\src\image\x86_asm\postprocessing_mmx.asm
766    InputName=postprocessing_mmx
767    
768    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
769            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
770    
771    # End Custom Build
772    
773    !ENDIF
774    
775  # End Source File  # End Source File
776  # Begin Source File  # Begin Source File
777    
778  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\postprocessing_sse2.asm
779    
780    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
781    
782    # Begin Custom Build - Assembling $(InputPath)
783    IntDir=.\Release
784    InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
785    InputName=postprocessing_sse2
786    
787    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
788            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
789    
790    # End Custom Build
791    
792    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
793    
794    # Begin Custom Build - Assembling $(InputPath)
795    IntDir=.\Debug
796    InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
797    InputName=postprocessing_sse2
798    
799    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
800            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
801    
802    # End Custom Build
803    
804    !ENDIF
805    
806  # End Source File  # End Source File
807  # Begin Source File  # Begin Source File
808    
809  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
810    
811    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
812    
813    # Begin Custom Build - Assembling $(InputPath)
814    IntDir=.\Release
815    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
816    InputName=qpel_mmx
817    
818    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
819            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
820    
821    # End Custom Build
822    
823    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
824    
825    # Begin Custom Build - Assembling $(InputPath)
826    IntDir=.\Debug
827    InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
828    InputName=qpel_mmx
829    
830    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
831            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
832    
833    # End Custom Build
834    
835    !ENDIF
836    
837    # End Source File
838    # Begin Source File
839    
840    SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
841    
842    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
843    
844    # Begin Custom Build - Assembling $(InputPath)
845    IntDir=.\Release
846    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
847    InputName=reduced_mmx
848    
849    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
850            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
851    
852    # End Custom Build
853    
854    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
855    
856    # Begin Custom Build - Assembling $(InputPath)
857    IntDir=.\Debug
858    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
859    InputName=reduced_mmx
860    
861    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
862            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
863    
864    # End Custom Build
865    
866    !ENDIF
867    
868    # End Source File
869    # End Group
870    # Begin Group "image_h"
871    
872    # PROP Default_Filter ""
873    # Begin Source File
874    
875    SOURCE=..\..\src\image\colorspace.h
876    # End Source File
877    # Begin Source File
878    
879    SOURCE=..\..\src\image\font.h
880    # End Source File
881    # Begin Source File
882    
883    SOURCE=..\..\src\image\image.h
884    # End Source File
885    # Begin Source File
886    
887    SOURCE=..\..\src\image\interpolate8x8.h
888  # End Source File  # End Source File
889  # Begin Source File  # Begin Source File
890    
891  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\postprocessing.h
892  # End Source File  # End Source File
893  # Begin Source File  # Begin Source File
894    
895  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\qpel.h
896  # End Source File  # End Source File
897  # Begin Source File  # Begin Source File
898    
899  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\reduced.h
900  # End Source File  # End Source File
901  # End Group  # End Group
902  # Begin Group "image_h"  # Begin Source File
903    
904  # PROP Default_Filter ""  SOURCE=..\..\src\image\colorspace.c
905    # End Source File
906  # Begin Source File  # Begin Source File
907    
908  SOURCE=..\..\src\image\colorspace.h  SOURCE=..\..\src\image\font.c
909  # End Source File  # End Source File
910  # Begin Source File  # Begin Source File
911    
912  SOURCE=..\..\src\image\image.h  SOURCE=..\..\src\image\image.c
913  # End Source File  # End Source File
914  # Begin Source File  # Begin Source File
915    
916  SOURCE=..\..\src\image\interpolate8x8.h  SOURCE=..\..\src\image\interpolate8x8.c
917  # End Source File  # End Source File
 # End Group  
918  # Begin Source File  # Begin Source File
919    
920  SOURCE=..\..\src\image\colorspace.c  SOURCE=..\..\src\image\postprocessing.c
921  # End Source File  # End Source File
922  # Begin Source File  # Begin Source File
923    
924  SOURCE=..\..\src\image\image.c  SOURCE=..\..\src\image\qpel.c
925  # End Source File  # End Source File
926  # Begin Source File  # Begin Source File
927    
928  SOURCE=..\..\src\image\interpolate8x8.c  SOURCE=..\..\src\image\reduced.c
929  # End Source File  # End Source File
930  # End Group  # End Group
931  # Begin Group "motion"  # Begin Group "motion"
# Line 285  Line 941 
941  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
942    
943  # PROP Ignore_Default_Tool 1  # PROP Ignore_Default_Tool 1
944    # Begin Custom Build - Assembling $(InputPath)
945    IntDir=.\Release
946    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
947    InputName=sad_3dn
948    
949    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
950            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
951    
952    # End Custom Build
953    
954    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
955    
956    # Begin Custom Build - Assembling $(InputPath)
957    IntDir=.\Debug
958    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
959    InputName=sad_3dn
960    
961    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
962            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
963    
964    # End Custom Build
965    
966    !ENDIF
967    
968    # End Source File
969    # Begin Source File
970    
971    SOURCE=..\..\src\motion\x86_asm\sad_3dne.asm
972    
973    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
974    
975    # Begin Custom Build - Assembling $(InputPath)
976    IntDir=.\Release
977    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
978    InputName=sad_3dne
979    
980    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
981            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
982    
983    # End Custom Build
984    
985  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
986    
987    # Begin Custom Build - Assembling $(InputPath)
988    IntDir=.\Debug
989    InputPath=..\..\src\motion\x86_asm\sad_3dne.asm
990    InputName=sad_3dne
991    
992    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
993            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
994    
995    # End Custom Build
996    
997  !ENDIF  !ENDIF
998    
999  # End Source File  # End Source File
1000  # Begin Source File  # Begin Source File
1001    
1002  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
1003    
1004    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1005    
1006    # Begin Custom Build - Assembling $(InputPath)
1007    IntDir=.\Release
1008    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
1009    InputName=sad_mmx
1010    
1011    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1012            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1013    
1014    # End Custom Build
1015    
1016    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1017    
1018    # Begin Custom Build - Assembling $(InputPath)
1019    IntDir=.\Debug
1020    InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
1021    InputName=sad_mmx
1022    
1023    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1024            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1025    
1026    # End Custom Build
1027    
1028    !ENDIF
1029    
1030  # End Source File  # End Source File
1031  # Begin Source File  # Begin Source File
1032    
1033  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
1034    
1035    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1036    
1037    # Begin Custom Build - Assembling $(InputPath)
1038    IntDir=.\Release
1039    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
1040    InputName=sad_sse2
1041    
1042    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1043            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1044    
1045    # End Custom Build
1046    
1047    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1048    
1049    # Begin Custom Build - Assembling $(InputPath)
1050    IntDir=.\Debug
1051    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
1052    InputName=sad_sse2
1053    
1054    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1055            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1056    
1057    # End Custom Build
1058    
1059    !ENDIF
1060    
1061  # End Source File  # End Source File
1062  # Begin Source File  # Begin Source File
1063    
1064  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
1065    
1066    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1067    
1068    # Begin Custom Build - Assembling $(InputPath)
1069    IntDir=.\Release
1070    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1071    InputName=sad_xmm
1072    
1073    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1074            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1075    
1076    # End Custom Build
1077    
1078    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1079    
1080    # Begin Custom Build - Assembling $(InputPath)
1081    IntDir=.\Debug
1082    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1083    InputName=sad_xmm
1084    
1085    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1086            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1087    
1088    # End Custom Build
1089    
1090    !ENDIF
1091    
1092  # End Source File  # End Source File
1093  # End Group  # End Group
1094  # Begin Group "motion_h"  # Begin Group "motion_h"
# Line 309  Line 1096 
1096  # PROP Default_Filter ""  # PROP Default_Filter ""
1097  # Begin Source File  # Begin Source File
1098    
1099    SOURCE=..\..\src\motion\estimation.h
1100    # End Source File
1101    # Begin Source File
1102    
1103    SOURCE=..\..\src\motion\gmc.h
1104    # End Source File
1105    # Begin Source File
1106    
1107  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
1108  # End Source File  # End Source File
1109  # Begin Source File  # Begin Source File
1110    
1111    SOURCE=..\..\src\motion\motion_inlines.h
1112    # End Source File
1113    # Begin Source File
1114    
1115  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
1116  # End Source File  # End Source File
1117  # End Group  # End Group
1118  # Begin Source File  # Begin Source File
1119    
1120  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_bvop.c
1121    # End Source File
1122    # Begin Source File
1123    
1124    SOURCE=..\..\src\motion\estimation_common.c
1125    # End Source File
1126    # Begin Source File
1127    
1128    SOURCE=..\..\src\motion\estimation_gmc.c
1129    # End Source File
1130    # Begin Source File
1131    
1132    SOURCE=..\..\src\motion\estimation_pvop.c
1133    # End Source File
1134    # Begin Source File
1135    
1136    SOURCE=..\..\src\motion\estimation_rd_based.c
1137  # End Source File  # End Source File
1138  # Begin Source File  # Begin Source File
1139    
1140  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\gmc.c
1141    # End Source File
1142    # Begin Source File
1143    
1144    SOURCE=..\..\src\motion\motion_comp.c
1145  # End Source File  # End Source File
1146  # Begin Source File  # Begin Source File
1147    
1148  SOURCE=..\..\src\motion\sad.c  SOURCE=..\..\src\motion\sad.c
1149  # End Source File  # End Source File
1150    # Begin Source File
1151    
1152    SOURCE=..\..\src\motion\vop_type_decision.c
1153    # End Source File
1154  # End Group  # End Group
1155  # Begin Group "prediction"  # Begin Group "prediction"
1156    
# Line 353  Line 1176 
1176  # PROP Default_Filter ""  # PROP Default_Filter ""
1177  # Begin Source File  # Begin Source File
1178    
1179  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1180    
1181    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1182    
1183    # Begin Custom Build - Assembling $(InputPath)
1184    IntDir=.\Release
1185    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1186    InputName=quantize_h263_3dne
1187    
1188    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1189            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1190    
1191    # End Custom Build
1192    
1193    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1194    
1195    # Begin Custom Build - Assembling $(InputPath)
1196    IntDir=.\Debug
1197    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1198    InputName=quantize_h263_3dne
1199    
1200    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1201            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1202    
1203    # End Custom Build
1204    
1205    !ENDIF
1206    
1207  # End Source File  # End Source File
1208  # Begin Source File  # Begin Source File
1209    
1210  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"  
1211    
1212  # PROP Default_Filter ""  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1213  # Begin Source File  
1214    # Begin Custom Build - Assembling $(InputPath)
1215    IntDir=.\Release
1216    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1217    InputName=quantize_h263_mmx
1218    
1219    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1220            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1221    
1222    # End Custom Build
1223    
1224    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1225    
1226    # Begin Custom Build - Assembling $(InputPath)
1227    IntDir=.\Debug
1228    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1229    InputName=quantize_h263_mmx
1230    
1231    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1232            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1233    
1234    # End Custom Build
1235    
1236    !ENDIF
1237    
 SOURCE=..\..\src\quant\adapt_quant.h  
1238  # End Source File  # End Source File
1239  # Begin Source File  # Begin Source File
1240    
1241  SOURCE=..\..\src\quant\quant_h263.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1242    
1243    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1244    
1245    # Begin Custom Build - Assembling $(InputPath)
1246    IntDir=.\Release
1247    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1248    InputName=quantize_mpeg_mmx
1249    
1250    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1251            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1252    
1253    # End Custom Build
1254    
1255    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1256    
1257    # Begin Custom Build - Assembling $(InputPath)
1258    IntDir=.\Debug
1259    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1260    InputName=quantize_mpeg_mmx
1261    
1262    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1263            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1264    
1265    # End Custom Build
1266    
1267    !ENDIF
1268    
1269  # End Source File  # End Source File
1270  # Begin Source File  # Begin Source File
1271    
1272  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1273    
1274    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1275    
1276    # Begin Custom Build - Assembling $(InputPath)
1277    IntDir=.\Release
1278    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1279    InputName=quantize_mpeg_xmm
1280    
1281    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1282            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1283    
1284    # End Custom Build
1285    
1286    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1287    
1288    # Begin Custom Build - Assembling $(InputPath)
1289    IntDir=.\Debug
1290    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1291    InputName=quantize_mpeg_xmm
1292    
1293    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1294            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1295    
1296    # End Custom Build
1297    
1298    !ENDIF
1299    
1300  # End Source File  # End Source File
1301    # End Group
1302    # Begin Group "quant_h"
1303    
1304    # PROP Default_Filter ""
1305  # Begin Source File  # Begin Source File
1306    
1307  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\quant.h
1308  # End Source File  # End Source File
 # End Group  
1309  # Begin Source File  # Begin Source File
1310    
1311  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1312  # End Source File  # End Source File
1313    # End Group
1314  # Begin Source File  # Begin Source File
1315    
1316  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 394  Line 1321 
1321  # End Source File  # End Source File
1322  # Begin Source File  # Begin Source File
1323    
1324  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1325  # End Source File  # End Source File
1326  # End Group  # End Group
1327  # Begin Group "utils"  # Begin Group "utils"
# Line 406  Line 1333 
1333  # Begin Source File  # Begin Source File
1334    
1335  SOURCE=..\..\src\utils\x86_asm\cpuid.asm  SOURCE=..\..\src\utils\x86_asm\cpuid.asm
1336    
1337    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1338    
1339    # Begin Custom Build - Assembling $(InputPath)
1340    IntDir=.\Release
1341    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1342    InputName=cpuid
1343    
1344    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1345            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1346    
1347    # End Custom Build
1348    
1349    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1350    
1351    # Begin Custom Build - Assembling $(InputPath)
1352    IntDir=.\Debug
1353    InputPath=..\..\src\utils\x86_asm\cpuid.asm
1354    InputName=cpuid
1355    
1356    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1357            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1358    
1359    # End Custom Build
1360    
1361    !ENDIF
1362    
1363    # End Source File
1364    # Begin Source File
1365    
1366    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1367    
1368    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1369    
1370    # Begin Custom Build - Assembling $(InputPath)
1371    IntDir=.\Release
1372    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1373    InputName=interlacing_mmx
1374    
1375    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1376            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1377    
1378    # End Custom Build
1379    
1380    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1381    
1382    # Begin Custom Build - Assembling $(InputPath)
1383    IntDir=.\Debug
1384    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1385    InputName=interlacing_mmx
1386    
1387    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1388            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1389    
1390    # End Custom Build
1391    
1392    !ENDIF
1393    
1394    # End Source File
1395    # Begin Source File
1396    
1397    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1398    
1399    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1400    
1401    # Begin Custom Build - Assembling $(InputPath)
1402    IntDir=.\Release
1403    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1404    InputName=mem_transfer_3dne
1405    
1406    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1407            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1408    
1409    # End Custom Build
1410    
1411    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1412    
1413    # Begin Custom Build - Assembling $(InputPath)
1414    IntDir=.\Debug
1415    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1416    InputName=mem_transfer_3dne
1417    
1418    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1419            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1420    
1421    # End Custom Build
1422    
1423    !ENDIF
1424    
1425  # End Source File  # End Source File
1426  # Begin Source File  # Begin Source File
1427    
1428  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1429    
1430    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1431    
1432    # Begin Custom Build - Assembling $(InputPath)
1433    IntDir=.\Release
1434    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1435    InputName=mem_transfer_mmx
1436    
1437    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1438            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1439    
1440    # End Custom Build
1441    
1442    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1443    
1444    # Begin Custom Build - Assembling $(InputPath)
1445    IntDir=.\Debug
1446    InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1447    InputName=mem_transfer_mmx
1448    
1449    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1450            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1451    
1452    # End Custom Build
1453    
1454    !ENDIF
1455    
1456  # End Source File  # End Source File
1457  # End Group  # End Group
1458  # Begin Group "utils_h"  # Begin Group "utils_h"
# Line 458  Line 1501 
1501  # End Source File  # End Source File
1502  # Begin Source File  # Begin Source File
1503    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1504  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1505  # End Source File  # End Source File
1506  # End Group  # End Group
# Line 474  Line 1513 
1513  # End Source File  # End Source File
1514  # Begin Source File  # Begin Source File
1515    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1516  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1517  # End Source File  # End Source File
1518  # Begin Source File  # Begin Source File
# Line 493  Line 1528 
1528  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1529  # End Source File  # End Source File
1530  # End Group  # End Group
1531    # Begin Group "plugins"
1532    
1533    # PROP Default_Filter ""
1534    # Begin Group "plugins_h"
1535    
1536    # PROP Default_Filter ""
1537    # End Group
1538  # Begin Source File  # Begin Source File
1539    
1540  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1541    # End Source File
1542    # Begin Source File
1543    
1544    SOURCE=..\..\src\plugins\plugin_2pass2.c
1545    # End Source File
1546    # Begin Source File
1547    
1548    SOURCE=..\..\src\plugins\plugin_dump.c
1549    # End Source File
1550    # Begin Source File
1551    
1552    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1553    # End Source File
1554    # Begin Source File
1555    
1556    SOURCE=..\..\src\plugins\plugin_psnr.c
1557  # End Source File  # End Source File
1558  # Begin Source File  # Begin Source File
1559    
1560  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_single.c
1561    # End Source File
1562    # End Group
1563    # Begin Source File
1564    
1565    SOURCE=..\..\src\decoder.c
1566  # End Source File  # End Source File
1567  # Begin Source File  # Begin Source File
1568    
# Line 507  Line 1570 
1570  # End Source File  # End Source File
1571  # Begin Source File  # Begin Source File
1572    
1573    SOURCE=..\generic\libxvidcore.def
1574    # End Source File
1575    # Begin Source File
1576    
1577  SOURCE=..\..\src\xvid.c  SOURCE=..\..\src\xvid.c
1578  # End Source File  # End Source File
1579  # End Target  # End Target

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

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