[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 1381, Thu Mar 18 16:11:28 2004 UTC revision 1382, Mon Mar 22 22:36:25 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
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=xicl6.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_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /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=xilink6.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_IS_IA32" /D "ARCH_IS_32BIT" /D "ARCH_IS_LITTLE_ENDIAN" /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=xilink6.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:"libxvidcore.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"
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\INSTALL  
108  # End Source File  # End Source File
109  # Begin Source File  # Begin Source File
110    
# Line 109  Line 112 
112  # End Source File  # End Source File
113  # Begin Source File  # Begin Source File
114    
115  SOURCE=..\..\README.txt  SOURCE="..\..\doc\README"
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\todo.txt  
116  # End Source File  # End Source File
117  # Begin Source File  # Begin Source File
118    
119  SOURCE="..\..\doc\xvid-decoding.txt"  SOURCE=..\..\README
120  # End Source File  # End Source File
121  # Begin Source File  # Begin Source File
122    
123  SOURCE="..\..\doc\xvid-encoder.txt"  SOURCE=..\..\TODO
124  # End Source File  # End Source File
125  # End Group  # End Group
126  # Begin Group "bitstream"  # Begin Group "bitstream"
# Line 269  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"  !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\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
309  InputName=fdct_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 287  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\fdct_mmx.asm  InputPath=..\..\src\dct\x86_asm\fdct_mmx_skal.asm
321  InputName=fdct_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 300  Line 330 
330  # End Source File  # End Source File
331  # Begin Source File  # Begin Source File
332    
333  SOURCE=..\..\src\dct\x86_asm\fdct_xmm.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\dct\x86_asm\fdct_xmm.asm  InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
340  InputName=fdct_xmm  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 318  Line 348 
348    
349  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
350  IntDir=.\Debug  IntDir=.\Debug
351  InputPath=..\..\src\dct\x86_asm\fdct_xmm.asm  InputPath=..\..\src\dct\x86_asm\fdct_sse2_skal.asm
352  InputName=fdct_xmm  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 393  Line 423 
423  # End Source File  # End Source File
424  # Begin Source File  # 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  SOURCE=..\..\src\dct\x86_asm\simple_idct_mmx.asm
458    
459  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 465  Line 526 
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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
530  IntDir=.\Release  IntDir=.\Release
531  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
532  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
533    
534  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
535          nasm -f win32 -DPREFIX -I"$(InputDir)" -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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
543  IntDir=.\Debug  IntDir=.\Debug
544  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_rgb_mmx.asm
545  InputName=colorspace_rgb_mmx  InputName=colorspace_rgb_mmx
546    
547  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
548          nasm -f win32 -DPREFIX -I"$(InputDir)" -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 498  Line 559 
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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\image\x86_asm
563  IntDir=.\Release  IntDir=.\Release
564  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
565  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
566    
567  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
568          nasm -f win32 -DPREFIX -I"$(InputDir)" -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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
576  IntDir=.\Debug  IntDir=.\Debug
577  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuv_mmx.asm
578  InputName=colorspace_yuv_mmx  InputName=colorspace_yuv_mmx
579    
580  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
581          nasm -f win32 -DPREFIX -I"$(InputDir)" -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 531  Line 592 
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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
596  IntDir=.\Release  IntDir=.\Release
597  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
598  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
599    
600  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
601          nasm -f win32 -DPREFIX -I"$(InputDir)" -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=\xvid\clean0\xvidcore\src\image\x86_asm  InputDir=..\..\src\image\x86_asm
609  IntDir=.\Debug  IntDir=.\Debug
610  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm  InputPath=..\..\src\image\x86_asm\colorspace_yuyv_mmx.asm
611  InputName=colorspace_yuyv_mmx  InputName=colorspace_yuyv_mmx
612    
613  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
614          nasm -f win32 -DPREFIX -I"$(InputDir)" -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 683  Line 744 
744  # End Source File  # End Source File
745  # Begin Source File  # Begin Source File
746    
747    SOURCE=..\..\src\image\x86_asm\qpel_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\qpel_mmx.asm
754    InputName=qpel_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\qpel_mmx.asm
766    InputName=qpel_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
776    # Begin Source File
777    
778  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm  SOURCE=..\..\src\image\x86_asm\reduced_mmx.asm
779    
780  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
# Line 734  Line 826 
826  # End Source File  # End Source File
827  # Begin Source File  # Begin Source File
828    
829    SOURCE=..\..\src\image\postprocessing.h
830    # End Source File
831    # Begin Source File
832    
833    SOURCE=..\..\src\image\qpel.h
834    # End Source File
835    # Begin Source File
836    
837  SOURCE=..\..\src\image\reduced.h  SOURCE=..\..\src\image\reduced.h
838  # End Source File  # End Source File
839  # End Group  # End Group
# Line 755  Line 855 
855  # End Source File  # End Source File
856  # Begin Source File  # Begin Source File
857    
858    SOURCE=..\..\src\image\postprocessing.c
859    # End Source File
860    # Begin Source File
861    
862    SOURCE=..\..\src\image\qpel.c
863    # End Source File
864    # Begin Source File
865    
866  SOURCE=..\..\src\image\reduced.c  SOURCE=..\..\src\image\reduced.c
867  # End Source File  # End Source File
868  # End Group  # End Group
# Line 926  Line 1034 
1034  # PROP Default_Filter ""  # PROP Default_Filter ""
1035  # Begin Source File  # Begin Source File
1036    
1037    SOURCE=..\..\src\motion\estimation.h
1038    # End Source File
1039    # Begin Source File
1040    
1041    SOURCE=..\..\src\motion\gmc.h
1042    # End Source File
1043    # Begin Source File
1044    
1045  SOURCE=..\..\src\motion\motion.h  SOURCE=..\..\src\motion\motion.h
1046  # End Source File  # End Source File
1047  # Begin Source File  # Begin Source File
1048    
1049  SOURCE=..\..\src\motion\motion_est.h  SOURCE=..\..\src\motion\motion_inlines.h
1050  # End Source File  # End Source File
1051  # Begin Source File  # Begin Source File
1052    
1053  SOURCE=..\..\src\motion\sad.h  SOURCE=..\..\src\motion\sad.h
1054  # End Source File  # End Source File
1055    # End Group
1056  # Begin Source File  # Begin Source File
1057    
1058  SOURCE=..\..\src\motion\smp_motion_est.h  SOURCE=..\..\src\motion\estimation_bvop.c
1059  # End Source File  # End Source File
 # End Group  
1060  # Begin Source File  # Begin Source File
1061    
1062  SOURCE=..\..\src\motion\motion_comp.c  SOURCE=..\..\src\motion\estimation_common.c
1063    # End Source File
1064    # Begin Source File
1065    
1066    SOURCE=..\..\src\motion\estimation_gmc.c
1067    # End Source File
1068    # Begin Source File
1069    
1070    SOURCE=..\..\src\motion\estimation_pvop.c
1071    # End Source File
1072    # Begin Source File
1073    
1074    SOURCE=..\..\src\motion\estimation_rd_based.c
1075    # End Source File
1076    # Begin Source File
1077    
1078    SOURCE=..\..\src\motion\gmc.c
1079  # End Source File  # End Source File
1080  # Begin Source File  # Begin Source File
1081    
1082  SOURCE=..\..\src\motion\motion_est.c  SOURCE=..\..\src\motion\motion_comp.c
1083  # End Source File  # End Source File
1084  # Begin Source File  # Begin Source File
1085    
# Line 955  Line 1087 
1087  # End Source File  # End Source File
1088  # Begin Source File  # Begin Source File
1089    
1090  SOURCE=..\..\src\motion\smp_motion_est.c  SOURCE=..\..\src\motion\vop_type_decision.c
1091  # End Source File  # End Source File
1092  # End Group  # End Group
1093  # Begin Group "prediction"  # Begin Group "prediction"
# Line 982  Line 1114 
1114  # PROP Default_Filter ""  # PROP Default_Filter ""
1115  # Begin Source File  # Begin Source File
1116    
1117  SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1118    
1119  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1120    
1121  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1122  IntDir=.\Release  IntDir=.\Release
1123  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1124  InputName=quantize4_mmx  InputName=quantize_h263_3dne
1125    
1126  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1127          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1000  Line 1132 
1132    
1133  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1134  IntDir=.\Debug  IntDir=.\Debug
1135  InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_3dne.asm
1136  InputName=quantize4_mmx  InputName=quantize_h263_3dne
1137    
1138  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1139          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1013  Line 1145 
1145  # End Source File  # End Source File
1146  # Begin Source File  # Begin Source File
1147    
1148  SOURCE=..\..\src\quant\x86_asm\quantize4_xmm.asm  SOURCE=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1149    
1150  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1151    
1152  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1153  IntDir=.\Release  IntDir=.\Release
1154  InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1155  InputName=quantize4_xmm  InputName=quantize_h263_mmx
1156    
1157  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1158          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1031  Line 1163 
1163    
1164  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1165  IntDir=.\Debug  IntDir=.\Debug
1166  InputPath=..\..\src\quant\x86_asm\quantize4_xmm.asm  InputPath=..\..\src\quant\x86_asm\quantize_h263_mmx.asm
1167  InputName=quantize4_xmm  InputName=quantize_h263_mmx
1168    
1169  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1170          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1044  Line 1176 
1176  # End Source File  # End Source File
1177  # Begin Source File  # Begin Source File
1178    
1179  SOURCE=..\..\src\quant\x86_asm\quantize_3dne.asm  SOURCE=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1180    
1181  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1182    
1183  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1184  IntDir=.\Release  IntDir=.\Release
1185  InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1186  InputName=quantize_3dne  InputName=quantize_mpeg_mmx
1187    
1188  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1189          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1062  Line 1194 
1194    
1195  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1196  IntDir=.\Debug  IntDir=.\Debug
1197  InputPath=..\..\src\quant\x86_asm\quantize_3dne.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_mmx.asm
1198  InputName=quantize_3dne  InputName=quantize_mpeg_mmx
1199    
1200  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1201          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1075  Line 1207 
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_mpeg_xmm.asm
1211    
1212  !IF  "$(CFG)" == "libxvidcore - Win32 Release"  !IF  "$(CFG)" == "libxvidcore - Win32 Release"
1213    
1214  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1215  IntDir=.\Release  IntDir=.\Release
1216  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1217  InputName=quantize_mmx  InputName=quantize_mpeg_xmm
1218    
1219  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1220          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1093  Line 1225 
1225    
1226  # Begin Custom Build - Assembling $(InputPath)  # Begin Custom Build - Assembling $(InputPath)
1227  IntDir=.\Debug  IntDir=.\Debug
1228  InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm  InputPath=..\..\src\quant\x86_asm\quantize_mpeg_xmm.asm
1229  InputName=quantize_mmx  InputName=quantize_mpeg_xmm
1230    
1231  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1232          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)          nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
# Line 1110  Line 1242 
1242  # PROP Default_Filter ""  # PROP Default_Filter ""
1243  # Begin Source File  # Begin Source File
1244    
1245  SOURCE=..\..\src\quant\adapt_quant.h  SOURCE=..\..\src\quant\quant.h
 # End Source File  
 # Begin Source File  
   
 SOURCE=..\..\src\quant\quant_h263.h  
1246  # End Source File  # End Source File
1247  # Begin Source File  # Begin Source File
1248    
1249  SOURCE=..\..\src\quant\quant_matrix.h  SOURCE=..\..\src\quant\quant_matrix.h
1250  # End Source File  # End Source File
 # Begin Source File  
   
 SOURCE=..\..\src\quant\quant_mpeg4.h  
 # End Source File  
1251  # End Group  # End Group
1252  # Begin Source File  # Begin Source File
1253    
 SOURCE=..\..\src\quant\adapt_quant.c  
 # End Source File  
 # Begin Source File  
   
1254  SOURCE=..\..\src\quant\quant_h263.c  SOURCE=..\..\src\quant\quant_h263.c
1255  # End Source File  # End Source File
1256  # Begin Source File  # Begin Source File
# Line 1139  Line 1259 
1259  # End Source File  # End Source File
1260  # Begin Source File  # Begin Source File
1261    
1262  SOURCE=..\..\src\quant\quant_mpeg4.c  SOURCE=..\..\src\quant\quant_mpeg.c
1263  # End Source File  # End Source File
1264  # End Group  # End Group
1265  # Begin Group "utils"  # Begin Group "utils"
# Line 1319  Line 1439 
1439  # End Source File  # End Source File
1440  # Begin Source File  # Begin Source File
1441    
 SOURCE=..\..\src\utils\ratecontrol.c  
 # End Source File  
 # Begin Source File  
   
1442  SOURCE=..\..\src\utils\timer.c  SOURCE=..\..\src\utils\timer.c
1443  # End Source File  # End Source File
1444  # End Group  # End Group
# Line 1335  Line 1451 
1451  # End Source File  # End Source File
1452  # Begin Source File  # Begin Source File
1453    
 SOURCE=..\..\src\divx4.h  
 # End Source File  
 # Begin Source File  
   
1454  SOURCE=..\..\src\encoder.h  SOURCE=..\..\src\encoder.h
1455  # End Source File  # End Source File
1456  # Begin Source File  # Begin Source File
# Line 1354  Line 1466 
1466  SOURCE=..\..\src\xvid.h  SOURCE=..\..\src\xvid.h
1467  # End Source File  # End Source File
1468  # End Group  # End Group
1469    # Begin Group "plugins"
1470    
1471    # PROP Default_Filter ""
1472    # Begin Group "plugins_h"
1473    
1474    # PROP Default_Filter ""
1475    # End Group
1476  # Begin Source File  # Begin Source File
1477    
1478  SOURCE=..\..\src\decoder.c  SOURCE=..\..\src\plugins\plugin_2pass1.c
1479  # End Source File  # End Source File
1480  # Begin Source File  # Begin Source File
1481    
1482  SOURCE=..\..\src\divx4.c  SOURCE=..\..\src\plugins\plugin_2pass2.c
1483    # End Source File
1484    # Begin Source File
1485    
1486    SOURCE=..\..\src\plugins\plugin_dump.c
1487    # End Source File
1488    # Begin Source File
1489    
1490    SOURCE=..\..\src\plugins\plugin_lumimasking.c
1491    # End Source File
1492    # Begin Source File
1493    
1494    SOURCE=..\..\src\plugins\plugin_psnr.c
1495    # End Source File
1496    # Begin Source File
1497    
1498    SOURCE=..\..\src\plugins\plugin_single.c
1499    # End Source File
1500    # End Group
1501    # Begin Source File
1502    
1503    SOURCE=..\..\src\decoder.c
1504  # End Source File  # End Source File
1505  # Begin Source File  # Begin Source File
1506    
# Line 1368  Line 1508 
1508  # End Source File  # End Source File
1509  # Begin Source File  # Begin Source File
1510    
1511    SOURCE=..\generic\libxvidcore.def
1512    # End Source File
1513    # Begin Source File
1514    
1515  SOURCE=..\..\src\xvid.c  SOURCE=..\..\src\xvid.c
1516  # End Source File  # End Source File
1517  # End Target  # End Target

Legend:
Removed from v.1381  
changed lines
  Added in v.1382

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