You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

305 lines
5.9KB

  1. # Microsoft Developer Studio Project File - Name="libavcodec" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=libavcodec - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "libavcodec.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "libavcodec.mak" CFG="libavcodec - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "libavcodec - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "libavcodec - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "libavcodec - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "../Release/libavcodec"
  36. # PROP Intermediate_Dir "../Release/libavcodec"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /c
  40. # ADD BASE RSC /l 0x40c /d "NDEBUG"
  41. # ADD RSC /l 0x40c /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. !ELSEIF "$(CFG)" == "libavcodec - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "Debug"
  52. # PROP BASE Intermediate_Dir "Debug"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "../Debug/libavcodec"
  57. # PROP Intermediate_Dir "../Debug/libavcodec"
  58. # PROP Target_Dir ""
  59. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  60. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
  61. # ADD BASE RSC /l 0x40c /d "_DEBUG"
  62. # ADD RSC /l 0x40c /d "_DEBUG"
  63. BSC32=bscmake.exe
  64. # ADD BASE BSC32 /nologo
  65. # ADD BSC32 /nologo
  66. LIB32=link.exe -lib
  67. # ADD BASE LIB32 /nologo
  68. # ADD LIB32 /nologo
  69. !ENDIF
  70. # Begin Target
  71. # Name "libavcodec - Win32 Release"
  72. # Name "libavcodec - Win32 Debug"
  73. # Begin Group "Source Files"
  74. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  75. # Begin Group "libac3"
  76. # PROP Default_Filter ""
  77. # Begin Source File
  78. SOURCE=.\libac3\ac3.h
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.\libac3\ac3_internal.h
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.\libac3\bit_allocate.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\libac3\bitstream.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\libac3\bitstream.h
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\libac3\downmix.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\libac3\imdct.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\libac3\parse.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\libac3\tables.h
  103. # End Source File
  104. # End Group
  105. # Begin Group "mpglib"
  106. # PROP Default_Filter ""
  107. # Begin Source File
  108. SOURCE=.\mpglib\dct64_i386.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\mpglib\decode_i386.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\mpglib\huffman.h
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\mpglib\l2tables.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\mpglib\layer1.c
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\mpglib\layer2.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\mpglib\layer3.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\mpglib\mpg123.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\mpglib\tabinit.c
  133. # End Source File
  134. # End Group
  135. # Begin Source File
  136. SOURCE=.\ac3dec.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\ac3enc.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\ac3enc.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\ac3tab.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\avcodec.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\common.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\common.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\dsputil.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\dsputil.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\fastmemcpy.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\h263.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\h263data.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\h263dec.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\imgconvert.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\imgresample.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\jfdctfst.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\jrevdct.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\mjpeg.c
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.\motion_est.c
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\mpeg12.c
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\mpeg12data.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\mpeg4data.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\mpegaudio.c
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\mpegaudio.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.\mpegaudiodec.c
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\mpegaudiotab.h
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\mpegvideo.c
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.\mpegvideo.h
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.\msmpeg4.c
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=.\msmpeg4data.h
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=.\resample.c
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.\rv10.c
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.\utils.c
  233. # End Source File
  234. # End Group
  235. # Begin Group "Header Files"
  236. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  237. # End Group
  238. # End Target
  239. # End Project