[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 682, Wed Nov 27 21:08:34 2002 UTC revision 1734, Fri Oct 13 08:39:31 2006 UTC
# Line 1  Line 1 
1  # Microsoft Developer Studio Project File - Name="libxvidcore" - Package Owner=<4>  # Microsoft Developer Studio Project File - Name="libxvidcore" - Package Owner=<4>
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 **  # ** NICHT BEARBEITEN **
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 Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
9  !MESSAGE use the Export Makefile command and run  !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
10  !MESSAGE  !MESSAGE
11  !MESSAGE NMAKE /f "libxvidcore.mak".  !MESSAGE NMAKE /f "libxvidcore.mak".
12  !MESSAGE  !MESSAGE
13  !MESSAGE You can specify a configuration when running NMAKE  !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
14  !MESSAGE by defining the macro CFG on the command line. For example:  !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
15  !MESSAGE  !MESSAGE
16  !MESSAGE NMAKE /f "libxvidcore.mak" CFG="libxvidcore - Win32 Debug"  !MESSAGE NMAKE /f "libxvidcore.mak" CFG="libxvidcore - Win32 Debug"
17  !MESSAGE  !MESSAGE
18  !MESSAGE Possible choices for configuration are:  !MESSAGE Für die Konfiguration stehen zur Auswahl:
19  !MESSAGE  !MESSAGE
20  !MESSAGE "libxvidcore - Win32 Release" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Release" (basierend auf  "Win32 (x86) Dynamic-Link Library")
21  !MESSAGE "libxvidcore - Win32 Debug" (based on "Win32 (x86) Static Library")  !MESSAGE "libxvidcore - Win32 Debug" (basierend auf  "Win32 (x86) Dynamic-Link Library")
22  !MESSAGE  !MESSAGE
23    
24  # Begin Project  # Begin Project
25  # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
26  # PROP Scc_ProjName ""  # PROP Scc_ProjName ""
27  # PROP Scc_LocalPath ""  # PROP Scc_LocalPath ""
28  CPP=cl.exe  CPP=icl.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=xilink.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=xilink.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"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 226  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"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
274    
275  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
276  IntDir=.\Release  IntDir=.\Release
277  InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
278  InputName=fdct_mmx  InputName=fdct_mmx_ffmpeg
279    
280  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
281          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 244  Line 286 
286    
287  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
288  IntDir=.\Debug  IntDir=.\Debug
289  InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_ffmpeg.asm
290  InputName=fdct_mmx  InputName=fdct_mmx_ffmpeg
291    
292  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
293          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 257  Line 299 
299  # End Source File  # End Source File
300  # Begin Source File  # Begin Source File
301    
302  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm  SOURCE=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
303    
304  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
305    
306  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
307  IntDir=.\Release  IntDir=.\Release
308  InputPath=..\..\src\dct\x86_asm\idct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
309  InputName=idct_mmx  InputName=fdct_mmx_skal
310    
311  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
312          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 275  Line 317 
317    
318  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
319  IntDir=.\Debug  IntDir=.\Debug
320  InputPath=..\..\src\dct\x86_asm\idct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
321  InputName=idct_mmx  InputName=fdct_mmx_skal
322    
323  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
324          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 286  Line 328 
328  !ENDIF  !ENDIF
329    
330  # End Source File  # End Source File
 # End Group  
 # Begin Group "dct_h"  
   
 # PROP Default_Filter ""  
 # Begin Source File  
   
 SOURCE=..\..\src\dct\fdct.h  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\src\dct\idct.h  
 # End Source File  
 # End Group  
 # Begin Source File  
   
 SOURCE=..\..\src\dct\fdct.c  
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\src\dct\idct.c  
 # End Source File  
 # End Group  
 # Begin Group "image"  
   
 # PROP Default_Filter ""  
 # Begin Group "image_asm"  
   
 # PROP Default_Filter ""  
331  # Begin Source File  # Begin Source File
332    
333  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  SOURCE=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
334    
335  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
336    
337  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
338  IntDir=.\Release  IntDir=.\Release
339  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
340  InputName=interpolate8x8_3dn  InputName=fdct_sse2_skal
341    
342  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
343          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 334  Line 348 
348    
349  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
350  IntDir=.\Debug  IntDir=.\Debug
351  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm  InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
352  InputName=interpolate8x8_3dn  InputName=fdct_sse2_skal
353    
354  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
355          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 347  Line 361 
361  # End Source File  # End Source File
362  # Begin Source File  # Begin Source File
363    
364  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_3dne.asm
365    
366  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
367    
368  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
369  IntDir=.\Release  IntDir=.\Release
370  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
371  InputName=interpolate8x8_mmx  InputName=idct_3dne
372    
373  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
374          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 365  Line 379 
379    
380  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
381  IntDir=.\Debug  IntDir=.\Debug
382  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm  InputPath=..\..\src\dct\x86_asm\idct_3dne.asm
383  InputName=interpolate8x8_mmx  InputName=idct_3dne
384    
385  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
386          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 378  Line 392 
392  # End Source File  # End Source File
393  # Begin Source File  # Begin Source File
394    
395  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
396    
397  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
398    
399  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
400  IntDir=.\Release  IntDir=.\Release
401  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
402  InputName=interpolate8x8_xmm  InputName=idct_mmx
403    
404  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
405          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 396  Line 410 
410    
411  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
412  IntDir=.\Debug  IntDir=.\Debug
413  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm  InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
414  InputName=interpolate8x8_xmm  InputName=idct_mmx
415    
416  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
417          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 409  Line 423 
423  # End Source File  # End Source File
424  # Begin Source File  # Begin Source File
425    
426  SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  SOURCE=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
427    
428  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
429    
430  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
431  IntDir=.\Release  IntDir=.\Release
432  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
433  InputName=rgb_to_yv12_mmx  InputName=idct_sse2_dmitry
434    
435  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
436          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 427  Line 441 
441    
442  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
443  IntDir=.\Debug  IntDir=.\Debug
444  InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm  InputPath=..\..\src\dct\x86_asm\idct_sse2_dmitry.asm
445  InputName=rgb_to_yv12_mmx  InputName=idct_sse2_dmitry
446    
447  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
448          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 440  Line 454 
454  # End Source File  # End Source File
455  # Begin Source File  # Begin Source File
456    
457  SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
458    
459  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
460    
461  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
462  IntDir=.\Release  IntDir=.\Release
463  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
464  InputName=yuv_to_yv12_mmx  InputName=simple_idct_mmx
465    
466  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
467          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 458  Line 472 
472    
473  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
474  IntDir=.\Debug  IntDir=.\Debug
475  InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm  InputPath=..\..\src\dct\x86_asm\simple_idct_mmx.asm
476  InputName=yuv_to_yv12_mmx  InputName=simple_idct_mmx
477    
478  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
479          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 469  Line 483 
483  !ENDIF  !ENDIF
484    
485  # End Source File  # End Source File
486    # End Group
487    # Begin Group "dct_h"
488    
489    # PROP Default_Filter ""
490    # Begin Source File
491    
492    SOURCE=..\..\src\dct\fdct.h
493    # End Source File
494    # Begin Source File
495    
496    SOURCE=..\..\src\dct\idct.h
497    # End Source File
498    # End Group
499    # Begin Source File
500    
501    SOURCE=..\..\src\dct\fdct.c
502    # End Source File
503    # Begin Source File
504    
505    SOURCE=..\..\src\dct\idct.c
506    # End Source File
507    # Begin Source File
508    
509    SOURCE=..\..\src\dct\simple_idct.c
510    # End Source File
511    # End Group
512    # Begin Group "image"
513    
514    # PROP Default_Filter ""
515    # Begin Group "image_asm"
516    
517    # PROP Default_Filter ""
518    # Begin Source File
519    
520    SOURCE=..\..\src\image\x86_asm\colorspace_mmx.inc
521    # End Source File
522  # Begin Source File  # Begin Source File
523    
524  SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
525    
526  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
527    
528  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
529    InputDir=\sklmp4\xvidcore\src\image\x86_asm
530  IntDir=.\Release  IntDir=.\Release
531  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
532  InputName=yuyv_to_yv12_mmx  InputName=colorspace_rgb_mmx
533    
534  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
535          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
536    
537  # End Custom Build  # End Custom Build
538    
539  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
540    
541  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
542    InputDir=\sklmp4\xvidcore\src\image\x86_asm
543  IntDir=.\Debug  IntDir=.\Debug
544  InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
545  InputName=yuyv_to_yv12_mmx  InputName=colorspace_rgb_mmx
546    
547  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
548          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
549    
550  # End Custom Build  # End Custom Build
551    
# Line 502  Line 554 
554  # End Source File  # End Source File
555  # Begin Source File  # Begin Source File
556    
557  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
558    
559  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
560    
561  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
562    InputDir=\sklmp4\xvidcore\src\image\x86_asm
563  IntDir=.\Release  IntDir=.\Release
564  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
565  InputName=yv12_to_rgb24_mmx  InputName=colorspace_yuv_mmx
566    
567  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
568          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
569    
570  # End Custom Build  # End Custom Build
571    
572  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
573    
574  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
575    InputDir=\sklmp4\xvidcore\src\image\x86_asm
576  IntDir=.\Debug  IntDir=.\Debug
577  InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
578  InputName=yv12_to_rgb24_mmx  InputName=colorspace_yuv_mmx
579    
580  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
581          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
582    
583  # End Custom Build  # End Custom Build
584    
# Line 533  Line 587 
587  # End Source File  # End Source File
588  # Begin Source File  # Begin Source File
589    
590  SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  SOURCE=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
591    
592  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
593    
594  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
595    InputDir=\sklmp4\xvidcore\src\image\x86_asm
596  IntDir=.\Release  IntDir=.\Release
597  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
598  InputName=yv12_to_rgb32_mmx  InputName=colorspace_yuyv_mmx
599    
600  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
601          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
602    
603  # End Custom Build  # End Custom Build
604    
605  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
606    
607  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
608    InputDir=\sklmp4\xvidcore\src\image\x86_asm
609  IntDir=.\Debug  IntDir=.\Debug
610  InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
611  InputName=yv12_to_rgb32_mmx  InputName=colorspace_yuyv_mmx
612    
613  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
614          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -I"$(InputDir)"\ -o $(IntDir)\$(InputName).obj $(InputPath)
615    
616  # End Custom Build  # End Custom Build
617    
# Line 564  Line 620 
620  # End Source File  # End Source File
621  # Begin Source File  # Begin Source File
622    
623  SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  SOURCE=..\..\src\image\x86_asm\deintl_sse.asm
624    
625  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
626    
627  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
628  IntDir=.\Release  IntDir=.\Release
629  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\deintl_sse.asm
630  InputName=yv12_to_yuyv_mmx  InputName=deintl_sse
631    
632  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
633          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 582  Line 638 
638    
639  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
640  IntDir=.\Debug  IntDir=.\Debug
641  InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\deintl_sse.asm
642  InputName=yv12_to_yuyv_mmx  InputName=deintl_sse
643    
644  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
645          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 593  Line 649 
649  !ENDIF  !ENDIF
650    
651  # End Source File  # End Source File
 # End Group  
 # Begin Group "image_h"  
   
 # PROP Default_Filter ""  
652  # Begin Source File  # Begin Source File
653    
654  SOURCE=..\..\src\image\colorspace.h  SOURCE=..\..\src\image\x86_asm\gmc_mmx.asm
 # End Source File  
 # Begin Source File  
655    
656  SOURCE=..\..\src\image\image.h  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
 # End Source File  
 # Begin Source File  
657    
658  SOURCE=..\..\src\image\interpolate8x8.h  # Begin Custom Build - Assembling $(InputPath)
659  # End Source File  IntDir=.\Release
660  # End Group  InputPath=..\..\src\image\x86_asm\gmc_mmx.asm
661  # Begin Source File  InputName=gmc_mmx
662    
663  SOURCE=..\..\src\image\colorspace.c  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
664  # End Source File          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
 # Begin Source File  
665    
666  SOURCE=..\..\src\image\image.c  # End Custom Build
 # End Source File  
 # Begin Source File  
667    
668  SOURCE=..\..\src\image\interpolate8x8.c  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
 # End Source File  
 # End Group  
 # Begin Group "motion"  
669    
670  # PROP Default_Filter ""  # Begin Custom Build - Assembling $(InputPath)
671  # Begin Group "motion_asm"  IntDir=.\Debug
672    InputPath=..\..\src\image\x86_asm\gmc_mmx.asm
673    InputName=gmc_mmx
674    
675  # PROP Default_Filter ""  "$(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
683  # Begin Source File  # Begin Source File
684    
685  SOURCE=..\..\src\motion\x86_asm\sad_3dn.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
686    
687  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
688    
 # PROP Ignore_Default_Tool 1  
689  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
690  IntDir=.\Release  IntDir=.\Release
691  InputPath=..\..\src\motion\x86_asm\sad_3dn.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
692  InputName=sad_3dn  InputName=interpolate8x8_3dn
693    
694  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
695          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 650  Line 700 
700    
701  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
702  IntDir=.\Debug  IntDir=.\Debug
703  InputPath=..\..\src\motion\x86_asm\sad_3dn.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dn.asm
704  InputName=sad_3dn  InputName=interpolate8x8_3dn
705    
706  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
707          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 663  Line 713 
713  # End Source File  # End Source File
714  # Begin Source File  # Begin Source File
715    
716  SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
717    
718  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
719    
720  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
721  IntDir=.\Release  IntDir=.\Release
722  InputPath=..\..\src\motion\x86_asm\sad_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
723  InputName=sad_mmx  InputName=interpolate8x8_3dne
724    
725  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
726          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 681  Line 731 
731    
732  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
733  IntDir=.\Debug  IntDir=.\Debug
734  InputPath=..\..\src\motion\x86_asm\sad_mmx.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_3dne.asm
735  InputName=sad_mmx  InputName=interpolate8x8_3dne
736    
737  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
738          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 694  Line 744 
744  # End Source File  # End Source File
745  # Begin Source File  # Begin Source File
746    
747  SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
748    
749  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
750    
751  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
752  IntDir=.\Release  IntDir=.\Release
753  InputPath=..\..\src\motion\x86_asm\sad_sse2.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
754  InputName=sad_sse2  InputName=interpolate8x8_mmx
755    
756  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
757          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 712  Line 762 
762    
763  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
764  IntDir=.\Debug  IntDir=.\Debug
765  InputPath=..\..\src\motion\x86_asm\sad_sse2.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
766  InputName=sad_sse2  InputName=interpolate8x8_mmx
767    
768  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
769          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 725  Line 775 
775  # End Source File  # End Source File
776  # Begin Source File  # Begin Source File
777    
778  SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm  SOURCE=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
779    
780  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
781    
782  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
783  IntDir=.\Release  IntDir=.\Release
784  InputPath=..\..\src\motion\x86_asm\sad_xmm.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
785  InputName=sad_xmm  InputName=interpolate8x8_xmm
786    
787  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
788          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 743  Line 793 
793    
794  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
795  IntDir=.\Debug  IntDir=.\Debug
796  InputPath=..\..\src\motion\x86_asm\sad_xmm.asm  InputPath=..\..\src\image\x86_asm\interpolate8x8_xmm.asm
797  InputName=sad_xmm  InputName=interpolate8x8_xmm
798    
799  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
800          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 754  Line 804 
804  !ENDIF  !ENDIF
805    
806  # End Source File  # End Source File
 # End Group  
 # Begin Group "motion_h"  
   
 # PROP Default_Filter ""  
807  # Begin Source File  # Begin Source File
808    
809  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\image\x86_asm\postprocessing_mmx.asm
 # End Source File  
 # Begin Source File  
810    
811  SOURCE=..\..\src\motion\sad.h  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
 # End Source File  
 # End Group  
 # Begin Source File  
812    
813  SOURCE=..\..\src\motion\motion_comp.c  # Begin Custom Build - Assembling $(InputPath)
814  # End Source File  IntDir=.\Release
815  # Begin Source File  InputPath=..\..\src\image\x86_asm\postprocessing_mmx.asm
816    InputName=postprocessing_mmx
817    
818  SOURCE=..\..\src\motion\motion_est.c  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
819  # End Source File          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
 # Begin Source File  
820    
821  SOURCE=..\..\src\motion\sad.c  # End Custom Build
 # End Source File  
 # End Group  
 # Begin Group "prediction"  
822    
823  # PROP Default_Filter ""  !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
 # Begin Group "prediction_h"  
824    
825  # PROP Default_Filter ""  # Begin Custom Build - Assembling $(InputPath)
826  # Begin Source File  IntDir=.\Debug
827    InputPath=..\..\src\image\x86_asm\postprocessing_mmx.asm
828    InputName=postprocessing_mmx
829    
830  SOURCE=..\..\src\prediction\mbprediction.h  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
831  # End Source File          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
 # End Group  
 # Begin Source File  
832    
833  SOURCE=..\..\src\prediction\mbprediction.c  # End Custom Build
 # End Source File  
 # End Group  
 # Begin Group "quant"  
834    
835  # PROP Default_Filter ""  !ENDIF
 # Begin Group "quant_asm"  
836    
837  # PROP Default_Filter ""  # End Source File
838  # Begin Source File  # Begin Source File
839    
840  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\image\x86_asm\postprocessing_sse2.asm
841    
842  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
843    
844  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
845  IntDir=.\Release  IntDir=.\Release
846  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
847  InputName=quantize4_mmx  InputName=postprocessing_sse2
848    
849  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
850          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 822  Line 855 
855    
856  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
857  IntDir=.\Debug  IntDir=.\Debug
858  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\image\x86_asm\postprocessing_sse2.asm
859  InputName=quantize4_mmx  InputName=postprocessing_sse2
860    
861  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
862          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 835  Line 868 
868  # End Source File  # End Source File
869  # Begin Source File  # Begin Source File
870    
871  SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm  SOURCE=..\..\src\image\x86_asm\qpel_mmx.asm
872    
873  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
874    
875  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
876  IntDir=.\Release  IntDir=.\Release
877  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
878  InputName=quantize_mmx  InputName=qpel_mmx
879    
880  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
881          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 853  Line 886 
886    
887  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
888  IntDir=.\Debug  IntDir=.\Debug
889  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\image\x86_asm\qpel_mmx.asm
890  InputName=quantize_mmx  InputName=qpel_mmx
891    
892  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
893          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 864  Line 897 
897  !ENDIF  !ENDIF
898    
899  # End Source File  # End Source File
 # End Group  
 # Begin Group "quant_h"  
   
 # PROP Default_Filter ""  
900  # Begin Source File  # Begin Source File
901    
902  SOURCE=..\..\src\quant\adapt_quant.h  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
903  # End Source File  
904    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
905    
906    # Begin Custom Build - Assembling $(InputPath)
907    IntDir=.\Release
908    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
909    InputName=reduced_mmx
910    
911    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
912            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
913    
914    # End Custom Build
915    
916    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
917    
918    # Begin Custom Build - Assembling $(InputPath)
919    IntDir=.\Debug
920    InputPath=..\..\src\image\x86_asm\reduced_mmx.asm
921    InputName=reduced_mmx
922    
923    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
924            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
925    
926    # End Custom Build
927    
928    !ENDIF
929    
930    # End Source File
931    # End Group
932    # Begin Group "image_h"
933    
934    # PROP Default_Filter ""
935    # Begin Source File
936    
937    SOURCE=..\..\src\image\colorspace.h
938    # End Source File
939    # Begin Source File
940    
941    SOURCE=..\..\src\image\font.h
942    # End Source File
943    # Begin Source File
944    
945    SOURCE=..\..\src\image\image.h
946    # End Source File
947    # Begin Source File
948    
949    SOURCE=..\..\src\image\interpolate8x8.h
950    # End Source File
951    # Begin Source File
952    
953    SOURCE=..\..\src\image\postprocessing.h
954    # End Source File
955    # Begin Source File
956    
957    SOURCE=..\..\src\image\qpel.h
958    # End Source File
959    # Begin Source File
960    
961    SOURCE=..\..\src\image\reduced.h
962    # End Source File
963    # End Group
964    # Begin Source File
965    
966    SOURCE=..\..\src\image\colorspace.c
967    # End Source File
968    # Begin Source File
969    
970    SOURCE=..\..\src\image\font.c
971    # End Source File
972    # Begin Source File
973    
974    SOURCE=..\..\src\image\image.c
975    # End Source File
976    # Begin Source File
977    
978    SOURCE=..\..\src\image\interpolate8x8.c
979    # End Source File
980    # Begin Source File
981    
982    SOURCE=..\..\src\image\postprocessing.c
983    # End Source File
984    # Begin Source File
985    
986    SOURCE=..\..\src\image\qpel.c
987    # End Source File
988    # Begin Source File
989    
990    SOURCE=..\..\src\image\reduced.c
991    # End Source File
992    # End Group
993    # Begin Group "motion"
994    
995    # PROP Default_Filter ""
996    # Begin Group "motion_asm"
997    
998    # PROP Default_Filter ""
999    # Begin Source File
1000    
1001    SOURCE=..\..\src\motion\x86_asm\sad_3dn.asm
1002    
1003    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1004    
1005    # PROP Ignore_Default_Tool 1
1006    # Begin Custom Build - Assembling $(InputPath)
1007    IntDir=.\Release
1008    InputPath=..\..\src\motion\x86_asm\sad_3dn.asm
1009    InputName=sad_3dn
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_3dn.asm
1021    InputName=sad_3dn
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
1031    # Begin Source File
1032    
1033    SOURCE=..\..\src\motion\x86_asm\sad_3dne.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_3dne.asm
1040    InputName=sad_3dne
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_3dne.asm
1052    InputName=sad_3dne
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
1062    # Begin Source File
1063    
1064    SOURCE=..\..\src\motion\x86_asm\sad_mmx.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_mmx.asm
1071    InputName=sad_mmx
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_mmx.asm
1083    InputName=sad_mmx
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
1093    # Begin Source File
1094    
1095    SOURCE=..\..\src\motion\x86_asm\sad_sse2.asm
1096    
1097    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1098    
1099    # Begin Custom Build - Assembling $(InputPath)
1100    IntDir=.\Release
1101    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
1102    InputName=sad_sse2
1103    
1104    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1105            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1106    
1107    # End Custom Build
1108    
1109    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1110    
1111    # Begin Custom Build - Assembling $(InputPath)
1112    IntDir=.\Debug
1113    InputPath=..\..\src\motion\x86_asm\sad_sse2.asm
1114    InputName=sad_sse2
1115    
1116    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1117            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1118    
1119    # End Custom Build
1120    
1121    !ENDIF
1122    
1123    # End Source File
1124    # Begin Source File
1125    
1126    SOURCE=..\..\src\motion\x86_asm\sad_xmm.asm
1127    
1128    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1129    
1130    # Begin Custom Build - Assembling $(InputPath)
1131    IntDir=.\Release
1132    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1133    InputName=sad_xmm
1134    
1135    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1136            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1137    
1138    # End Custom Build
1139    
1140    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1141    
1142    # Begin Custom Build - Assembling $(InputPath)
1143    IntDir=.\Debug
1144    InputPath=..\..\src\motion\x86_asm\sad_xmm.asm
1145    InputName=sad_xmm
1146    
1147    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1148            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1149    
1150    # End Custom Build
1151    
1152    !ENDIF
1153    
1154    # End Source File
1155    # End Group
1156    # Begin Group "motion_h"
1157    
1158    # PROP Default_Filter ""
1159    # Begin Source File
1160    
1161    SOURCE=..\..\src\motion\estimation.h
1162    # End Source File
1163    # Begin Source File
1164    
1165    SOURCE=..\..\src\motion\gmc.h
1166    # End Source File
1167    # Begin Source File
1168    
1169    SOURCE=..\..\src\motion\motion.h
1170    # End Source File
1171    # Begin Source File
1172    
1173    SOURCE=..\..\src\motion\motion_inlines.h
1174    # End Source File
1175    # Begin Source File
1176    
1177    SOURCE=..\..\src\motion\sad.h
1178    # End Source File
1179    # End Group
1180    # Begin Source File
1181    
1182    SOURCE=..\..\src\motion\estimation_bvop.c
1183    # End Source File
1184    # Begin Source File
1185    
1186    SOURCE=..\..\src\motion\estimation_common.c
1187    # End Source File
1188    # Begin Source File
1189    
1190    SOURCE=..\..\src\motion\estimation_gmc.c
1191    # End Source File
1192    # Begin Source File
1193    
1194    SOURCE=..\..\src\motion\estimation_pvop.c
1195    # End Source File
1196    # Begin Source File
1197    
1198    SOURCE=..\..\src\motion\estimation_rd_based.c
1199    # End Source File
1200    # Begin Source File
1201    
1202    SOURCE=..\..\src\motion\estimation_rd_based_bvop.c
1203    # End Source File
1204    # Begin Source File
1205    
1206    SOURCE=..\..\src\motion\gmc.c
1207    # End Source File
1208  # Begin Source File  # Begin Source File
1209    
1210  SOURCE=..\..\src\quant\quant_h263.h  SOURCE=..\..\src\motion\motion_comp.c
1211  # End Source File  # End Source File
1212  # Begin Source File  # Begin Source File
1213    
1214  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\motion\sad.c
1215    # End Source File
1216    # Begin Source File
1217    
1218    SOURCE=..\..\src\motion\vop_type_decision.c
1219    # End Source File
1220    # End Group
1221    # Begin Group "prediction"
1222    
1223    # PROP Default_Filter ""
1224    # Begin Group "prediction_h"
1225    
1226    # PROP Default_Filter ""
1227    # Begin Source File
1228    
1229    SOURCE=..\..\src\prediction\mbprediction.h
1230    # End Source File
1231    # End Group
1232    # Begin Source File
1233    
1234    SOURCE=..\..\src\prediction\mbprediction.c
1235    # End Source File
1236    # End Group
1237    # Begin Group "quant"
1238    
1239    # PROP Default_Filter ""
1240    # Begin Group "quant_asm"
1241    
1242    # PROP Default_Filter ""
1243    # Begin Source File
1244    
1245    SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1246    
1247    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1248    
1249    # Begin Custom Build - Assembling $(InputPath)
1250    IntDir=.\Release
1251    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1252    InputName=quantize_h263_3dne
1253    
1254    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1255            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1256    
1257    # End Custom Build
1258    
1259    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1260    
1261    # Begin Custom Build - Assembling $(InputPath)
1262    IntDir=.\Debug
1263    InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1264    InputName=quantize_h263_3dne
1265    
1266    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1267            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1268    
1269    # End Custom Build
1270    
1271    !ENDIF
1272    
1273    # End Source File
1274    # Begin Source File
1275    
1276    SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1277    
1278    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1279    
1280    # Begin Custom Build - Assembling $(InputPath)
1281    IntDir=.\Release
1282    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1283    InputName=quantize_h263_mmx
1284    
1285    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1286            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1287    
1288    # End Custom Build
1289    
1290    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1291    
1292    # Begin Custom Build - Assembling $(InputPath)
1293    IntDir=.\Debug
1294    InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1295    InputName=quantize_h263_mmx
1296    
1297    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1298            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1299    
1300    # End Custom Build
1301    
1302    !ENDIF
1303    
1304    # End Source File
1305    # Begin Source File
1306    
1307    SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1308    
1309    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1310    
1311    # Begin Custom Build - Assembling $(InputPath)
1312    IntDir=.\Release
1313    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1314    InputName=quantize_mpeg_mmx
1315    
1316    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1317            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1318    
1319    # End Custom Build
1320    
1321    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1322    
1323    # Begin Custom Build - Assembling $(InputPath)
1324    IntDir=.\Debug
1325    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1326    InputName=quantize_mpeg_mmx
1327    
1328    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1329            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1330    
1331    # End Custom Build
1332    
1333    !ENDIF
1334    
1335  # End Source File  # End Source File
1336  # Begin Source File  # Begin Source File
1337    
1338  SOURCE=..\..\src\quant\quant_mpeg4.h  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1339    
1340    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1341    
1342    # Begin Custom Build - Assembling $(InputPath)
1343    IntDir=.\Release
1344    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1345    InputName=quantize_mpeg_xmm
1346    
1347    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1348            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1349    
1350    # End Custom Build
1351    
1352    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1353    
1354    # Begin Custom Build - Assembling $(InputPath)
1355    IntDir=.\Debug
1356    InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1357    InputName=quantize_mpeg_xmm
1358    
1359    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1360            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1361    
1362    # End Custom Build
1363    
1364    !ENDIF
1365    
1366  # End Source File  # End Source File
1367  # End Group  # End Group
1368    # Begin Group "quant_h"
1369    
1370    # PROP Default_Filter ""
1371    # Begin Source File
1372    
1373    SOURCE=..\..\src\quant\quant.h
1374    # End Source File
1375  # Begin Source File  # Begin Source File
1376    
1377  SOURCE=..\..\src\quant\adapt_quant.c  SOURCE=..\..\src\quant\quant_matrix.h
1378  # End Source File  # End Source File
1379    # End Group
1380  # Begin Source File  # Begin Source File
1381    
1382  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
# Line 899  Line 1387 
1387  # End Source File  # End Source File
1388  # Begin Source File  # Begin Source File
1389    
1390  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1391  # End Source File  # End Source File
1392  # End Group  # End Group
1393  # Begin Group "utils"  # Begin Group "utils"
# Line 941  Line 1429 
1429  # End Source File  # End Source File
1430  # Begin Source File  # Begin Source File
1431    
1432    SOURCE=..\..\src\utils\x86_asm\interlacing_mmx.asm
1433    
1434    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1435    
1436    # Begin Custom Build - Assembling $(InputPath)
1437    IntDir=.\Release
1438    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1439    InputName=interlacing_mmx
1440    
1441    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1442            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1443    
1444    # End Custom Build
1445    
1446    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1447    
1448    # Begin Custom Build - Assembling $(InputPath)
1449    IntDir=.\Debug
1450    InputPath=..\..\src\utils\x86_asm\interlacing_mmx.asm
1451    InputName=interlacing_mmx
1452    
1453    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1454            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1455    
1456    # End Custom Build
1457    
1458    !ENDIF
1459    
1460    # End Source File
1461    # Begin Source File
1462    
1463    SOURCE=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1464    
1465    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1466    
1467    # Begin Custom Build - Assembling $(InputPath)
1468    IntDir=.\Release
1469    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1470    InputName=mem_transfer_3dne
1471    
1472    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1473            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1474    
1475    # End Custom Build
1476    
1477    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1478    
1479    # Begin Custom Build - Assembling $(InputPath)
1480    IntDir=.\Debug
1481    InputPath=..\..\src\utils\x86_asm\mem_transfer_3dne.asm
1482    InputName=mem_transfer_3dne
1483    
1484    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1485            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1486    
1487    # End Custom Build
1488    
1489    !ENDIF
1490    
1491    # End Source File
1492    # Begin Source File
1493    
1494  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm  SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
1495    
1496  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 1017  Line 1567 
1567  # End Source File  # End Source File
1568  # Begin Source File  # Begin Source File
1569    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1570  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1571  # End Source File  # End Source File
1572  # End Group  # End Group
# Line 1033  Line 1579 
1579  # End Source File  # End Source File
1580  # Begin Source File  # Begin Source File
1581    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1582  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1583  # End Source File  # End Source File
1584  # Begin Source File  # Begin Source File
# Line 1052  Line 1594 
1594  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1595  # End Source File  # End Source File
1596  # End Group  # End Group
1597    # Begin Group "plugins"
1598    
1599    # PROP Default_Filter ""
1600    # Begin Group "plugins_h"
1601    
1602    # PROP Default_Filter ""
1603    # End Group
1604    # Begin Group "plugins_asm"
1605    
1606    # PROP Default_Filter ""
1607  # Begin Source File  # Begin Source File
1608    
1609  SOURCE=..\..\src\decoder.c  SOURCE="..\..\src\plugins\x86_asm\plugin_ssim-a.asm"
1610    
1611    !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1612    
1613    # Begin Custom Build - Assembling $(InputPath)
1614    IntDir=.\Release
1615    InputPath=..\..\src\plugins\x86_asm\plugin_ssim-a.asm
1616    InputName=plugin_ssim-a
1617    
1618    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1619            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1620    
1621    # End Custom Build
1622    
1623    !ELSEIF  "$(CFG)" == "libxvidcore - Win32 Debug"
1624    
1625    # Begin Custom Build - Assembling $(InputPath)
1626    IntDir=.\Debug
1627    InputPath=..\..\src\plugins\x86_asm\plugin_ssim-a.asm
1628    InputName=plugin_ssim-a
1629    
1630    "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1631            nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
1632    
1633    # End Custom Build
1634    
1635    !ENDIF
1636    
1637    # End Source File
1638    # End Group
1639    # Begin Source File
1640    
1641    SOURCE=..\..\src\plugins\plugin_2pass1.c
1642    # End Source File
1643    # Begin Source File
1644    
1645    SOURCE=..\..\src\plugins\plugin_2pass2.c
1646    # End Source File
1647    # Begin Source File
1648    
1649    SOURCE=..\..\src\plugins\plugin_dump.c
1650    # End Source File
1651    # Begin Source File
1652    
1653    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1654    # End Source File
1655    # Begin Source File
1656    
1657    SOURCE=..\..\src\plugins\plugin_psnr.c
1658    # End Source File
1659    # Begin Source File
1660    
1661    SOURCE=..\..\src\plugins\plugin_single.c
1662  # End Source File  # End Source File
1663  # Begin Source File  # Begin Source File
1664    
1665  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_ssim.c
1666    # End Source File
1667    # End Group
1668    # Begin Source File
1669    
1670    SOURCE=..\..\src\decoder.c
1671  # End Source File  # End Source File
1672  # Begin Source File  # Begin Source File
1673    
# Line 1066  Line 1675 
1675  # End Source File  # End Source File
1676  # Begin Source File  # Begin Source File
1677    
1678    SOURCE=..\generic\libxvidcore.def
1679    # End Source File
1680    # Begin Source File
1681    
1682  SOURCE=..\..\src\xvid.c  SOURCE=..\..\src\xvid.c
1683  # End Source File  # End Source File
1684  # End Target  # End Target

Legend:
Removed from v.682  
changed lines
  Added in v.1734

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