]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
yuvconvert.c is a part of the "sv" module, an old IRIX thing
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 19:39:38 +0000 (19:39 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 19:39:38 +0000 (19:39 +0000)
and certainly not useful for any Windows build.

PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/os2vacpp/makefile
PC/os2vacpp/makefile.omk
PCbuild/pythoncore.vcproj

index 9703069be0223c0800e027098278fdde09c7d982..5a89a44a975a380c41ecaaada9abdfc9b2d25eee 100644 (file)
@@ -747,10 +747,6 @@ SOURCE=..\..\Modules\xxsubtype.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=..\..\Modules\yuvconvert.c\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=..\..\Modules\zipimport.c\r
 # End Source File\r
 # Begin Source File\r
index aa9f25d4296f7e63fabd0c4fc0e2bf415de30198..fe20c4edda171064e5b3dbf1b10eb012b8b78a1c 100644 (file)
                <File
                        RelativePath="..\..\Modules\xxsubtype.c">
                </File>
-               <File
-                       RelativePath="..\..\Modules\yuvconvert.c">
-               </File>
                <File
                        RelativePath="..\..\Modules\zipimport.c">
                </File>
index ba9c2ea0a257aab36d9e4f3d50fe6a07166faa05..4720a2fa1384b154c69d1e372fefcbd9c096a30a 100644 (file)
                                RelativePath="..\..\Modules\xxsubtype.c"
                                >
                        </File>
-                       <File
-                               RelativePath="..\..\Modules\yuv.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\Modules\yuvconvert.c"
-                               >
-                       </File>
                        <File
                                RelativePath="..\..\Modules\zipimport.c"
                                >
index f34047f3a3ac1ec3547922e4abc385078b81c11a..c75bec3ded25f13a0f0d9aad83adabb85fb6e07e 100644 (file)
@@ -203,8 +203,7 @@ MODULES             =                              \
                   $(PATHOBJ)\StropModule.obj   \
                   $(PATHOBJ)\StructModule.obj  \
                   $(PATHOBJ)\TimeModule.obj    \
-                  $(PATHOBJ)\ThreadModule.obj  \
-                  $(PATHOBJ)\YUVConvert.obj
+                  $(PATHOBJ)\ThreadModule.obj
 
 # Standalone Parser Generator Program (Shares Some of Python's Modules)
 PGEN            =                              \
@@ -1113,8 +1112,7 @@ svmodule.obj: $(PY_INCLUDE)\abstract.h $(OS2TCPIP)\Include\sys\time.h $(PY_INCLU
         $(PY_INCLUDE)\pyerrors.h $(PY_INCLUDE)\pyfpe.h $(PY_INCLUDE)\pystate.h \
         $(PY_INCLUDE)\python.h $(PY_INCLUDE)\pythonrun.h $(PY_INCLUDE)\rangeobject.h \
         $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
-        $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h \
-        $(PY_MODULES)\yuv.h
+        $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
 
 syslogmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
         $(PY_INCLUDE)\classobject.h $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h \
@@ -1198,8 +1196,6 @@ xxmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\class
         $(PY_INCLUDE)\sliceobject.h $(PY_INCLUDE)\stringobject.h \
         $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h $(PY_INCLUDE)\tupleobject.h
 
-yuvconvert.obj: $(PY_MODULES)\yuv.h
-
 zlibmodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
         $(PY_INCLUDE)\cobject.h $(PY_INCLUDE)\complexobject.h pyconfig.h \
         $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
index 95823385ee73c8de60b53fd4c29415fdc66a908d..e291627d120418fc005e1f3b6050c245f37b467b 100644 (file)
@@ -164,8 +164,7 @@ MODULES             =                   \
                   StropModule.obj   \
                   StructModule.obj  \
                   TimeModule.obj    \
-                  ThreadModule.obj  \
-                  YUVConvert.obj
+                  ThreadModule.obj
 
 # Omitted Modules (and Description/Reason):
   #
@@ -803,8 +802,7 @@ svmodule.obj: abstract.h c:\mptn\include\sys\time.h ceval.h classobject.h \
         intrcheck.h listobject.h longobject.h methodobject.h modsupport.h \
         moduleobject.h mymalloc.h myproto.h object.h objimpl.h pydebug.h \
         pyerrors.h pyfpe.h pystate.h python.h pythonrun.h rangeobject.h \
-        sliceobject.h stringobject.h sysmodule.h traceback.h tupleobject.h \
-        yuv.h
+        sliceobject.h stringobject.h sysmodule.h traceback.h tupleobject.h
 
 syslogmodule.obj: abstract.h ceval.h classobject.h cobject.h \
         complexobject.h pyconfig.h dictobject.h fileobject.h floatobject.h \
@@ -854,8 +852,6 @@ xxmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
         pythonrun.h rangeobject.h sliceobject.h stringobject.h sysmodule.h \
         traceback.h tupleobject.h
 
-yuvconvert.obj: yuv.h
-
 zlibmodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
         pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
         import.h intobject.h intrcheck.h listobject.h longobject.h \
index 70d87241f3bc6d124babfed336c6451a113a9e4a..569bad7f1c64e3868d102597f14e094f24d85467 100644 (file)
                                RelativePath="..\Modules\xxsubtype.c"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Modules\yuv.h"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\Modules\yuvconvert.c"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Modules\zipimport.c"
                                >