libavfilter.vcxproj 85.4 KB
Newer Older
M
Matt Oliver 已提交
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="DebugDLL|Win32">
      <Configuration>DebugDLL</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="DebugDLL|x64">
      <Configuration>DebugDLL</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
12 13
    <ProjectConfiguration Include="DebugDLLStaticDeps|Win32">
      <Configuration>DebugDLLStaticDeps</Configuration>
14 15
      <Platform>Win32</Platform>
    </ProjectConfiguration>
16 17
    <ProjectConfiguration Include="DebugDLLStaticDeps|x64">
      <Configuration>DebugDLLStaticDeps</Configuration>
18 19
      <Platform>x64</Platform>
    </ProjectConfiguration>
M
Matt Oliver 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseDLL|Win32">
      <Configuration>ReleaseDLL</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseDLL|x64">
      <Configuration>ReleaseDLL</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
36 37
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|Win32">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
38 39
      <Platform>Win32</Platform>
    </ProjectConfiguration>
40 41
    <ProjectConfiguration Include="ReleaseDLLStaticDeps|x64">
      <Configuration>ReleaseDLLStaticDeps</Configuration>
42 43 44 45 46 47 48 49 50 51
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseLTO|Win32">
      <Configuration>ReleaseLTO</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="ReleaseLTO|x64">
      <Configuration>ReleaseLTO</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
M
Matt Oliver 已提交
52 53 54 55 56 57 58 59 60
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
61
  <ItemGroup>
M
Matt Oliver 已提交
62
    <YASM Include="..\libavfilter\x86\vf_fspp.asm" />
63 64 65 66
    <YASM Include="..\libavfilter\x86\vf_gradfun.asm" />
    <YASM Include="..\libavfilter\x86\vf_hqdn3d.asm" />
    <YASM Include="..\libavfilter\x86\vf_idet.asm" />
    <YASM Include="..\libavfilter\x86\vf_interlace.asm" />
M
Matt Oliver 已提交
67
    <YASM Include="..\libavfilter\x86\vf_pp7.asm" />
68
    <YASM Include="..\libavfilter\x86\vf_psnr.asm" />
69
    <YASM Include="..\libavfilter\x86\vf_pullup.asm" />
70
    <YASM Include="..\libavfilter\x86\vf_removegrain.asm" />
71
    <YASM Include="..\libavfilter\x86\vf_ssim.asm" />
72 73 74 75 76
    <YASM Include="..\libavfilter\x86\af_volume.asm" />
    <YASM Include="..\libavfilter\x86\vf_yadif.asm" />
    <YASM Include="..\libavfilter\x86\yadif-16.asm" />
    <YASM Include="..\libavfilter\x86\yadif-10.asm" />
  </ItemGroup>
M
Matt Oliver 已提交
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
  <ItemGroup>
    <ClCompile Include="..\libavfilter\allfilters.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\audio.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\avfilter.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\avfiltergraph.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\buffersink.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\buffersrc.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\drawutils.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\fifo.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\formats.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\graphdump.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\graphparser.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\opencl_allkernels.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\transform.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\video.c">
    </ClCompile>
106 107
    <ClCompile Include="..\libavfilter\af_afade.c">
    </ClCompile>
M
Matt Oliver 已提交
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
    <ClCompile Include="..\libavfilter\af_adelay.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_aecho.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\aeval.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_aformat.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\f_interleave.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_biquads.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_amerge.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_amix.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_anull.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_apad.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\f_perms.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_aphaser.c">
    </ClCompile>
132 133
    <ClCompile Include="..\libavfilter\generate_wave_table.c">
    </ClCompile>
M
Matt Oliver 已提交
134 135
    <ClCompile Include="..\libavfilter\af_aresample.c">
    </ClCompile>
136 137
    <ClCompile Include="..\libavfilter\f_reverse.c">
    </ClCompile>
M
Matt Oliver 已提交
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
    <ClCompile Include="..\libavfilter\f_select.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\f_sendcmd.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_asetnsamples.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\setpts.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_asetrate.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\settb.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_ashowinfo.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\split.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_astats.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_astreamsync.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_atempo.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\trim.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_channelmap.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_channelsplit.c">
    </ClCompile>
M
Matt Oliver 已提交
166 167
    <ClCompile Include="..\libavfilter\af_chorus.c">
    </ClCompile>
M
Matt Oliver 已提交
168 169
    <ClCompile Include="..\libavfilter\af_compand.c">
    </ClCompile>
M
Matt Oliver 已提交
170 171
    <ClCompile Include="..\libavfilter\af_dcshift.c">
    </ClCompile>
172 173
    <ClCompile Include="..\libavfilter\af_dynaudnorm.c">
    </ClCompile>
M
Matt Oliver 已提交
174 175 176 177
    <ClCompile Include="..\libavfilter\af_earwax.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\f_ebur128.c">
    </ClCompile>
178 179
    <ClCompile Include="..\libavfilter\af_flanger.c">
    </ClCompile>
M
Matt Oliver 已提交
180 181 182 183 184 185
    <ClCompile Include="..\libavfilter\af_join.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_pan.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_replaygain.c">
    </ClCompile>
186 187
    <ClCompile Include="..\libavfilter\af_sidechaincompress.c">
    </ClCompile>
M
Matt Oliver 已提交
188 189
    <ClCompile Include="..\libavfilter\af_silencedetect.c">
    </ClCompile>
190 191
    <ClCompile Include="..\libavfilter\af_silenceremove.c">
    </ClCompile>
M
Matt Oliver 已提交
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
    <ClCompile Include="..\libavfilter\af_volume.c">
      <ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\af_volumedetect.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\asrc_anullsrc.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\asrc_sine.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\asink_anullsink.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_subtitles.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_extractplanes.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_alphamerge.c">
    </ClCompile>
209 210
    <ClCompile Include="..\libavfilter\vf_atadenoise.c">
    </ClCompile>
M
Matt Oliver 已提交
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
    <ClCompile Include="..\libavfilter\bbox.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_bbox.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_blackdetect.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_blackframe.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_blend.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\dualinput.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\framesync.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_boxblur.c">
    </ClCompile>
227 228
    <ClCompile Include="..\libavfilter\vf_codecview.c">
    </ClCompile>
M
Matt Oliver 已提交
229 230 231 232
    <ClCompile Include="..\libavfilter\vf_colorbalance.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_colorchannelmixer.c">
    </ClCompile>
233 234
    <ClCompile Include="..\libavfilter\vf_colorkey.c">
    </ClCompile>
M
Matt Oliver 已提交
235 236
    <ClCompile Include="..\libavfilter\vf_colorlevels.c">
    </ClCompile>
M
Matt Oliver 已提交
237 238 239 240
    <ClCompile Include="..\libavfilter\vf_colormatrix.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_copy.c">
    </ClCompile>
M
Matt Oliver 已提交
241 242
    <ClCompile Include="..\libavfilter\vf_cover_rect.c">
    </ClCompile>
M
Matt Oliver 已提交
243 244
    <ClCompile Include="..\libavfilter\lavfutils.c">
    </ClCompile>
M
Matt Oliver 已提交
245 246 247 248 249 250 251 252
    <ClCompile Include="..\libavfilter\vf_crop.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_cropdetect.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_curves.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_dctdnoiz.c">
    </ClCompile>
253 254
    <ClCompile Include="..\libavfilter\vf_deband.c">
    </ClCompile>
M
Matt Oliver 已提交
255 256
    <ClCompile Include="..\libavfilter\vf_decimate.c">
    </ClCompile>
257 258
    <ClCompile Include="..\libavfilter\vf_neighbor.c">
    </ClCompile>
M
Matt Oliver 已提交
259 260 261 262 263 264
    <ClCompile Include="..\libavfilter\vf_dejudder.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_delogo.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_deshake.c">
    </ClCompile>
265 266
    <ClCompile Include="..\libavfilter\vf_detelecine.c">
    </ClCompile>
M
Matt Oliver 已提交
267 268
    <ClCompile Include="..\libavfilter\vf_drawbox.c">
    </ClCompile>
269 270
    <ClCompile Include="..\libavfilter\f_drawgraph.c">
    </ClCompile>
M
Matt Oliver 已提交
271 272 273 274 275 276
    <ClCompile Include="..\libavfilter\vf_drawtext.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_elbg.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_edgedetect.c">
    </ClCompile>
M
Matt Oliver 已提交
277 278
    <ClCompile Include="..\libavfilter\vf_eq.c">
    </ClCompile>
M
Matt Oliver 已提交
279 280
    <ClCompile Include="..\libavfilter\vf_fade.c">
    </ClCompile>
281 282
    <ClCompile Include="..\libavfilter\vf_fftfilt.c">
    </ClCompile>
M
Matt Oliver 已提交
283 284 285 286 287 288
    <ClCompile Include="..\libavfilter\vf_field.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_fieldmatch.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_fieldorder.c">
    </ClCompile>
M
Matt Oliver 已提交
289 290
    <ClCompile Include="..\libavfilter\vf_find_rect.c">
    </ClCompile>
M
Matt Oliver 已提交
291 292 293 294 295 296
    <ClCompile Include="..\libavfilter\vf_format.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_fps.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_framepack.c">
    </ClCompile>
297 298
    <ClCompile Include="..\libavfilter\vf_framerate.c">
    </ClCompile>
299 300
    <ClCompile Include="..\libavfilter\vf_framestep.c">
    </ClCompile>
M
Matt Oliver 已提交
301
    <ClCompile Include="..\libavfilter\vf_fspp.c">
M
Matt Oliver 已提交
302
      <ObjectFileName>$(IntDir)\libavfilter_vf_fspp.obj</ObjectFileName>
M
Matt Oliver 已提交
303
    </ClCompile>
M
Matt Oliver 已提交
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
    <ClCompile Include="..\libavfilter\vf_geq.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_gradfun.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_gradfun.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_lut3d.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_hflip.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_histeq.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_histogram.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_hqdn3d.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_hqdn3d.obj</ObjectFileName>
    </ClCompile>
320 321
    <ClCompile Include="..\libavfilter\vf_hqx.c">
    </ClCompile>
322 323
    <ClCompile Include="..\libavfilter\vf_stack.c">
    </ClCompile>
M
Matt Oliver 已提交
324 325 326 327 328 329 330 331 332 333 334 335
    <ClCompile Include="..\libavfilter\vf_hue.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_idet.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_idet.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_il.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_interlace.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_interlace.obj</ObjectFileName>
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_kerndeint.c">
    </ClCompile>
336 337
    <ClCompile Include="..\libavfilter\vf_lenscorrection.c">
    </ClCompile>
M
Matt Oliver 已提交
338 339 340 341 342 343 344 345 346 347 348 349
    <ClCompile Include="..\libavfilter\vf_lut.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_mcdeint.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_mergeplanes.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_mpdecimate.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_noise.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_null.c">
    </ClCompile>
350 351 352 353
    <ClCompile Include="..\libavfilter\deshake_opencl.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\unsharp_opencl.c">
    </ClCompile>
M
Matt Oliver 已提交
354 355 356 357 358 359
    <ClCompile Include="..\libavfilter\vf_overlay.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_owdenoise.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_pad.c">
    </ClCompile>
M
Matt Oliver 已提交
360 361 362 363
    <ClCompile Include="..\libavfilter\vf_palettegen.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_paletteuse.c">
    </ClCompile>
M
Matt Oliver 已提交
364 365 366 367 368 369 370 371
    <ClCompile Include="..\libavfilter\vf_perspective.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_phase.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_pixdesctest.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_pp.c">
    </ClCompile>
M
Matt Oliver 已提交
372 373 374
    <ClCompile Include="..\libavfilter\vf_pp7.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_pp7.obj</ObjectFileName>
    </ClCompile>
M
Matt Oliver 已提交
375
    <ClCompile Include="..\libavfilter\vf_psnr.c">
376
      <ObjectFileName>$(IntDir)\libavfilter_vf_psnr.obj</ObjectFileName>
M
Matt Oliver 已提交
377 378 379 380
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_pullup.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_pullup.obj</ObjectFileName>
    </ClCompile>
M
Matt Oliver 已提交
381 382
    <ClCompile Include="..\libavfilter\vf_qp.c">
    </ClCompile>
383 384
    <ClCompile Include="..\libavfilter\vf_random.c">
    </ClCompile>
385
    <ClCompile Include="..\libavfilter\vf_removegrain.c">
386
      <ObjectFileName>$(IntDir)\libavfilter_vf_removegrain.obj</ObjectFileName>
387
    </ClCompile>
M
Matt Oliver 已提交
388 389 390 391
    <ClCompile Include="..\libavfilter\lswsutils.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_removelogo.c">
    </ClCompile>
M
Matt Oliver 已提交
392 393
    <ClCompile Include="..\libavfilter\vf_repeatfields.c">
    </ClCompile>
M
Matt Oliver 已提交
394 395 396 397 398 399 400 401 402 403 404 405 406 407
    <ClCompile Include="..\libavfilter\vf_rotate.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_separatefields.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_sab.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_scale.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_aspect.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_setfield.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_showinfo.c">
    </ClCompile>
M
Matt Oliver 已提交
408 409
    <ClCompile Include="..\libavfilter\vf_showpalette.c">
    </ClCompile>
M
Matt Oliver 已提交
410 411
    <ClCompile Include="..\libavfilter\vf_shuffleplanes.c">
    </ClCompile>
412 413
    <ClCompile Include="..\libavfilter\vf_signalstats.c">
    </ClCompile>
M
Matt Oliver 已提交
414 415 416
    <ClCompile Include="..\libavfilter\vf_smartblur.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_spp.c">
417 418
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_ssim.c">
419
      <ObjectFileName>$(IntDir)\libavfilter_vf_ssim.obj</ObjectFileName>
M
Matt Oliver 已提交
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_stereo3d.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_super2xsai.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_swapuv.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_telecine.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_thumbnail.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_tile.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_tinterlace.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_transpose.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_unsharp.c">
    </ClCompile>
439 440
    <ClCompile Include="..\libavfilter\vf_uspp.c">
    </ClCompile>
441 442
    <ClCompile Include="..\libavfilter\vf_vectorscope.c">
    </ClCompile>
M
Matt Oliver 已提交
443 444 445 446 447 448
    <ClCompile Include="..\libavfilter\vf_vflip.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_vignette.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vf_w3fdif.c">
    </ClCompile>
449 450
    <ClCompile Include="..\libavfilter\vf_waveform.c">
    </ClCompile>
451 452
    <ClCompile Include="..\libavfilter\vf_xbr.c">
    </ClCompile>
M
Matt Oliver 已提交
453 454 455
    <ClCompile Include="..\libavfilter\vf_yadif.c">
      <ObjectFileName>$(IntDir)\libavfilter_vf_yadif.obj</ObjectFileName>
    </ClCompile>
456 457
    <ClCompile Include="..\libavfilter\vf_zoompan.c">
    </ClCompile>
M
Matt Oliver 已提交
458 459
    <ClCompile Include="..\libavfilter\vsrc_testsrc.c">
    </ClCompile>
460 461
    <ClCompile Include="..\libavfilter\vsrc_cellauto.c">
    </ClCompile>
M
Matt Oliver 已提交
462 463 464 465 466 467 468 469
    <ClCompile Include="..\libavfilter\vsrc_life.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vsrc_mandelbrot.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vsrc_mptestsrc.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\vsink_nullsink.c">
    </ClCompile>
470 471
    <ClCompile Include="..\libavfilter\avf_aphasemeter.c">
    </ClCompile>
M
Matt Oliver 已提交
472 473 474 475
    <ClCompile Include="..\libavfilter\avf_avectorscope.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\avf_concat.c">
    </ClCompile>
476 477
    <ClCompile Include="..\libavfilter\avf_showcqt.c">
    </ClCompile>
478 479
    <ClCompile Include="..\libavfilter\avf_showfreqs.c">
    </ClCompile>
M
Matt Oliver 已提交
480 481
    <ClCompile Include="..\libavfilter\avf_showspectrum.c">
    </ClCompile>
482 483
    <ClCompile Include="..\libavfilter\avf_showvolume.c">
    </ClCompile>
M
Matt Oliver 已提交
484 485 486 487 488 489
    <ClCompile Include="..\libavfilter\avf_showwaves.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\src_movie.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\pthread.c">
    </ClCompile>
490 491
    <ClCompile Include="..\libavfilter\log2_tab.c">
    </ClCompile>
M
Matt Oliver 已提交
492 493 494
    <ClCompile Include="..\libavfilter\x86\vf_eq.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_eq.obj</ObjectFileName>
    </ClCompile>
M
Matt Oliver 已提交
495
    <ClCompile Include="..\libavfilter\x86\vf_fspp_init.c">
M
Matt Oliver 已提交
496
    </ClCompile>
M
Matt Oliver 已提交
497 498 499 500
    <ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\x86\vf_hqdn3d_init.c">
    </ClCompile>
501 502
    <ClCompile Include="..\libavfilter\x86\vf_idet_init.c">
    </ClCompile>
503 504
    <ClCompile Include="..\libavfilter\x86\vf_interlace_init.c">
    </ClCompile>
505 506 507
    <ClCompile Include="..\libavfilter\x86\vf_noise.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_noise.obj</ObjectFileName>
    </ClCompile>
M
Matt Oliver 已提交
508 509
    <ClCompile Include="..\libavfilter\x86\vf_pp7_init.c">
    </ClCompile>
510 511
    <ClCompile Include="..\libavfilter\x86\vf_psnr_init.c">
    </ClCompile>
M
Matt Oliver 已提交
512 513
    <ClCompile Include="..\libavfilter\x86\vf_pullup_init.c">
    </ClCompile>
514 515
    <ClCompile Include="..\libavfilter\x86\vf_removegrain_init.c">
    </ClCompile>
M
Matt Oliver 已提交
516 517 518
    <ClCompile Include="..\libavfilter\x86\vf_spp.c">
      <ObjectFileName>$(IntDir)\libavfilter_x86_vf_spp.obj</ObjectFileName>
    </ClCompile>
519 520
    <ClCompile Include="..\libavfilter\x86\vf_ssim_init.c">
    </ClCompile>
521 522
    <ClCompile Include="..\libavfilter\x86\vf_tinterlace_init.c">
    </ClCompile>
M
Matt Oliver 已提交
523 524 525 526 527 528 529 530 531 532 533 534 535
    <ClCompile Include="..\libavfilter\x86\af_volume_init.c">
    </ClCompile>
    <ClCompile Include="..\libavfilter\x86\vf_yadif_init.c">
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\libavfilter\avfilter.h" />
    <ClInclude Include="..\libavfilter\avfiltergraph.h" />
    <ClInclude Include="..\libavfilter\buffersink.h" />
    <ClInclude Include="..\libavfilter\buffersrc.h" />
    <ClInclude Include="..\libavfilter\version.h" />
  </ItemGroup>
  <ItemGroup>
536
    <None Include=".\libavfilter.def" />
M
Matt Oliver 已提交
537 538
  </ItemGroup>
  <ItemGroup>
539 540 541 542 543 544 545 546
    <ResourceCompile Include="..\libavfilter\avfilterres.rc">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|Win32'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    </ResourceCompile>
M
Matt Oliver 已提交
547 548
  </ItemGroup>
  <PropertyGroup Label="Globals">
549
    <ProjectGuid>{BC2E1028-66CD-41A0-AF90-EEBD8CC52787}</ProjectGuid>
M
Matt Oliver 已提交
550 551 552 553 554 555
    <RootNamespace>libavfilter</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
556
    <PlatformToolset>v120</PlatformToolset>
557
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
558 559 560 561
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
562
    <PlatformToolset>v120</PlatformToolset>
563
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
564 565 566 567
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
568
    <PlatformToolset>v120</PlatformToolset>
569
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
570 571 572 573
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
574
    <PlatformToolset>v120</PlatformToolset>
575
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
576
  </PropertyGroup>
577
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|Win32'" Label="Configuration">
578 579
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
580
    <PlatformToolset>v120</PlatformToolset>
581
    <CharacterSet>MultiByte</CharacterSet>
582
  </PropertyGroup>
583
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|x64'" Label="Configuration">
584 585
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
586
    <PlatformToolset>v120</PlatformToolset>
587
    <CharacterSet>MultiByte</CharacterSet>
588
  </PropertyGroup>
M
Matt Oliver 已提交
589 590 591
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
592
    <PlatformToolset>v120</PlatformToolset>
593
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
594 595 596 597
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
598
    <PlatformToolset>v120</PlatformToolset>
599
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
600 601 602 603
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
604
    <PlatformToolset>v120</PlatformToolset>
605
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
606 607 608 609
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
610
    <PlatformToolset>v120</PlatformToolset>
611
    <CharacterSet>MultiByte</CharacterSet>
M
Matt Oliver 已提交
612
  </PropertyGroup>
613
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'" Label="Configuration">
614 615
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
616
    <PlatformToolset>v120</PlatformToolset>
617
    <CharacterSet>MultiByte</CharacterSet>
618
  </PropertyGroup>
619
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'" Label="Configuration">
620 621
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
622
    <PlatformToolset>v120</PlatformToolset>
623
    <CharacterSet>MultiByte</CharacterSet>
624 625 626 627
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
628
    <PlatformToolset>v120</PlatformToolset>
629
    <CharacterSet>MultiByte</CharacterSet>
630 631 632 633 634
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
635
    <PlatformToolset>v120</PlatformToolset>
636
    <CharacterSet>MultiByte</CharacterSet>
637 638
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
M
Matt Oliver 已提交
639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
    <Import Project="$(VCTargetsPath)\BuildCustomizations\vsyasm.props" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
655
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|Win32'" Label="PropertySheets">
656 657
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
658
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|x64'" Label="PropertySheets">
659 660
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
M
Matt Oliver 已提交
661 662 663 664 665 666 667 668 669 670 671 672
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
673
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'" Label="PropertySheets">
674 675
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
676
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'" Label="PropertySheets">
677 678 679 680 681 682 683 684
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
M
Matt Oliver 已提交
685 686 687 688 689 690 691 692 693 694 695
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
    <TargetName>libavfilterd</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
    <TargetName>libavfilterd</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
696
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|Win32'">
697 698 699 700
    <TargetName>libavfilterd</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
701
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|x64'">
702 703 704 705
    <TargetName>libavfilterd</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
M
Matt Oliver 已提交
706 707 708 709 710 711 712 713 714 715
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
    <TargetName>libavfilter</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
    <TargetName>libavfilter</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
716
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'">
717 718 719 720
    <TargetName>libavfilter</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
721
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'">
722 723 724 725
    <TargetName>libavfilter</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
M
Matt Oliver 已提交
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <TargetName>libavfilterd</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <TargetName>libavfilterd</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <TargetName>libavfilter</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <TargetName>libavfilter</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
746 747 748 749 750 751 752 753 754 755
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|Win32'">
    <TargetName>libavfilter</TargetName>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
    <OutDir>..\..\..\msvc32\</OutDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|x64'">
    <TargetName>libavfilter</TargetName>
    <OutDir>..\..\..\msvc64\</OutDir>
    <IntDir>$(SolutionDir)\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
  </PropertyGroup>
M
Matt Oliver 已提交
756 757 758
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
759
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
760 761
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
762
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
763 764 765
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
766
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
767
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
768
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
769
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
770
      <FloatingPointModel>Precise</FloatingPointModel>
771
      <ProgramDataBaseFileName>$(OutDir)\lib\$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
772 773 774 775 776
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX86</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
777
      <AdditionalDependencies>libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
778
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
M
Matt Oliver 已提交
779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
801 802 803 804 805
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
806 807 808 809 810 811 812 813 814 815
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
816
      <Debug>true</Debug>
M
Matt Oliver 已提交
817 818
    </YASM>
    <ResourceCompile>
819
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
820 821 822 823 824 825
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
826
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
827 828
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
829
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
830 831
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
832
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
833
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
834
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
835
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
836
      <FloatingPointModel>Precise</FloatingPointModel>
837
      <ProgramDataBaseFileName>$(OutDir)\lib\$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
838 839 840 841 842
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX64</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
843
      <AdditionalDependencies>libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
844
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
M
Matt Oliver 已提交
845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
867 868 869 870 871
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
872 873 874 875 876 877 878 879 880 881
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
882
      <Debug>true</Debug>
M
Matt Oliver 已提交
883 884
    </YASM>
    <ResourceCompile>
885
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
886 887 888 889 890 891
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
892
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
893 894
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
895
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
896 897 898
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
899
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
900
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
901
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
902
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
903
      <FloatingPointModel>Precise</FloatingPointModel>
904
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
905 906 907 908
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
909
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
M
Matt Oliver 已提交
910
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
911
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
M
Matt Oliver 已提交
912
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
913
      <AdditionalDependencies>libavutild.lib;libavformatd.lib;libavcodecd.lib;libswresampled.lib;libpostprocd.lib;libswscaled.lib;libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
914
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\bin\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
915
      <LargeAddressAware>true</LargeAddressAware>
916
      <GenerateDebugInformation>true</GenerateDebugInformation>
917
      <ForceFileOutput>UndefinedSymbolOnly</ForceFileOutput>
M
Matt Oliver 已提交
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
940 941 942 943 944
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
945 946 947 948 949 950 951 952 953 954
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
955
      <Debug>true</Debug>
M
Matt Oliver 已提交
956
    </YASM>
957 958 959 960 961
    <PreLinkEvent>
      <Command>echo Note: Any linker warning about missing symbols can be ignored!
echo            A output file will be generated anyway.
echo            These errors are the result of dead code elimination not being performed in debug builds.</Command>
    </PreLinkEvent>
M
Matt Oliver 已提交
962
    <ResourceCompile>
963
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
964 965 966 967 968 969
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
970
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
971 972
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
973
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;$(OutDir)\include\opus;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
974 975
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
976
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
977
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
978
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
979
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
980
      <FloatingPointModel>Precise</FloatingPointModel>
981
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
982 983 984 985
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
986
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
M
Matt Oliver 已提交
987
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
988
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
M
Matt Oliver 已提交
989
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
990
      <AdditionalDependencies>libavutild.lib;libavformatd.lib;libavcodecd.lib;libswresampled.lib;libpostprocd.lib;libswscaled.lib;libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
991
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\bin\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
992
      <GenerateDebugInformation>true</GenerateDebugInformation>
993
      <ForceFileOutput>UndefinedSymbolOnly</ForceFileOutput>
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1016 1017 1018 1019 1020
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1031
      <Debug>true</Debug>
1032
    </YASM>
1033 1034 1035 1036 1037
    <PreLinkEvent>
      <Command>echo Note: Any linker warning about missing symbols can be ignored!
echo            A output file will be generated anyway.
echo            These errors are the result of dead code elimination not being performed in debug builds.</Command>
    </PreLinkEvent>
1038
    <ResourceCompile>
1039
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1040 1041 1042
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
1043
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|Win32'">
1044 1045
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
1046
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1047 1048
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
1049
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1050 1051 1052 1053 1054 1055 1056 1057
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <FloatingPointModel>Precise</FloatingPointModel>
1058
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1059 1060 1061 1062 1063 1064 1065 1066
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1067
      <AdditionalDependencies>libavutild.lib;libavformatd.lib;libavcodecd.lib;libswresampled.lib;libpostprocd.lib;libswscaled.lib;libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1068
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1069
      <LargeAddressAware>true</LargeAddressAware>
1070
      <GenerateDebugInformation>true</GenerateDebugInformation>
1071
      <ForceFileOutput>UndefinedSymbolOnly</ForceFileOutput>
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1094 1095 1096 1097 1098
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1109
      <Debug>true</Debug>
1110
    </YASM>
1111 1112 1113 1114 1115
    <PreLinkEvent>
      <Command>echo Note: Any linker warning about missing symbols can be ignored!
echo            A output file will be generated anyway.
echo            These errors are the result of dead code elimination not being performed in debug builds.</Command>
    </PreLinkEvent>
1116
    <ResourceCompile>
1117
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1118 1119 1120
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
1121
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLLStaticDeps|x64'">
1122 1123
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
1124
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1125 1126
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
1127
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;$(OutDir)\include\opus;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1128 1129 1130 1131 1132 1133 1134
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
      <AdditionalOptions>/Oy- /Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <FloatingPointModel>Precise</FloatingPointModel>
1135
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1136 1137 1138 1139
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
1140
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
1141 1142 1143
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1144
      <AdditionalDependencies>libavutild.lib;libavformatd.lib;libavcodecd.lib;libswresampled.lib;libpostprocd.lib;libswscaled.lib;libassd.lib;libfontconfigd.lib;libfreetyped.lib;libfribidid.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1145
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1146 1147
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <ForceFileOutput>UndefinedSymbolOnly</ForceFileOutput>
M
Matt Oliver 已提交
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1170 1171 1172 1173 1174
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1175 1176 1177 1178 1179 1180 1181 1182 1183 1184
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1185
      <Debug>true</Debug>
M
Matt Oliver 已提交
1186
    </YASM>
1187 1188 1189 1190 1191
    <PreLinkEvent>
      <Command>echo Note: Any linker warning about missing symbols can be ignored!
echo            A output file will be generated anyway.
echo            These errors are the result of dead code elimination not being performed in debug builds.</Command>
    </PreLinkEvent>
M
Matt Oliver 已提交
1192
    <ResourceCompile>
1193
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1194 1195 1196 1197 1198 1199 1200 1201
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1202
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1203 1204 1205 1206 1207 1208 1209 1210 1211 1212
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1213
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1214 1215
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
1216
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
M
Matt Oliver 已提交
1217
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
1218 1219
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1220
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
1221 1222 1223 1224 1225
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX86</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
1226
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1227
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
M
Matt Oliver 已提交
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1250 1251 1252 1253 1254
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1255 1256 1257 1258 1259 1260 1261 1262 1263 1264
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1265
      <Debug>true</Debug>
M
Matt Oliver 已提交
1266 1267
    </YASM>
    <ResourceCompile>
1268
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1269 1270 1271 1272 1273 1274 1275 1276
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1277
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1278 1279 1280 1281 1282 1283 1284 1285 1286
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1287
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1288 1289
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
1290
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
M
Matt Oliver 已提交
1291
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
1292 1293
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1294
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
1295 1296 1297 1298 1299
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX64</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
1300
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1301
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
M
Matt Oliver 已提交
1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1324 1325 1326 1327 1328
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1339
      <Debug>true</Debug>
M
Matt Oliver 已提交
1340 1341
    </YASM>
    <ResourceCompile>
1342
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1343 1344 1345 1346 1347 1348 1349 1350
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1351
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1362
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1363 1364
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
1365
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1366
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
1367 1368
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1369
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
1370 1371 1372 1373 1374 1375
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
1376
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
M
Matt Oliver 已提交
1377
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
1378
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
M
Matt Oliver 已提交
1379
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1380
      <AdditionalDependencies>libavutil.lib;libavformat.lib;libavcodec.lib;libswresample.lib;libpostproc.lib;libswscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1381
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\bin\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1382
      <LargeAddressAware>true</LargeAddressAware>
M
Matt Oliver 已提交
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1405 1406 1407 1408 1409
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1410 1411 1412 1413 1414 1415 1416 1417 1418 1419
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1420
      <Debug>true</Debug>
M
Matt Oliver 已提交
1421 1422
    </YASM>
    <ResourceCompile>
1423
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1424 1425 1426 1427 1428 1429 1430 1431
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1432
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
M
Matt Oliver 已提交
1433 1434 1435 1436 1437 1438 1439 1440 1441
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1442
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1443 1444
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
1445
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
1446
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
1447 1448
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1449
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
M
Matt Oliver 已提交
1450 1451 1452 1453 1454 1455
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
1456 1457 1458 1459
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1460
      <AdditionalDependencies>libavutil.lib;libavformat.lib;libavcodec.lib;libswresample.lib;libpostproc.lib;libswscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\bin\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1484 1485 1486 1487 1488
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1499
      <Debug>true</Debug>
1500 1501
    </YASM>
    <ResourceCompile>
1502
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1503 1504 1505
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
1506
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|Win32'">
1507 1508 1509 1510
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1511
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1512 1513 1514 1515 1516 1517 1518 1519 1520 1521
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1522
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1523 1524 1525 1526 1527 1528
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1529
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1530 1531 1532 1533 1534 1535 1536
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
M
Matt Oliver 已提交
1537
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
1538
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
M
Matt Oliver 已提交
1539
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1540
      <AdditionalDependencies>libavutil.lib;libavformat.lib;libavcodec.lib;libswresample.lib;libpostproc.lib;libswscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1541
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
1542
      <LargeAddressAware>true</LargeAddressAware>
M
Matt Oliver 已提交
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1565 1566 1567 1568 1569
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1580
      <Debug>true</Debug>
1581 1582
    </YASM>
    <ResourceCompile>
1583
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1584 1585 1586
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
1587
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLLStaticDeps|x64'">
1588 1589 1590 1591
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
1592
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1593 1594 1595 1596 1597 1598 1599 1600 1601
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1602
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1603 1604 1605 1606 1607 1608
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <InterproceduralOptimization>SingleFile</InterproceduralOptimization>
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1609
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\bin\$(TargetName)$(TargetExt)</OutputFile>
      <ImportLibrary>$(OutDir)\bin\$(TargetName).lib</ImportLibrary>
      <ProgramDatabaseFile>$(OutDir)\bin\$(TargetName).pdb</ProgramDatabaseFile>
      <ModuleDefinitionFile>.\libavfilter.def</ModuleDefinitionFile>
      <ProfileGuidedDatabase>$(OutDir)\bin\$(TargetName).pgd</ProfileGuidedDatabase>
1620
      <AdditionalDependencies>libavutil.lib;libavformat.lib;libavcodec.lib;libswresample.lib;libpostproc.lib;libswscale.lib;libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1644 1645 1646 1647 1648
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1649 1650 1651 1652 1653 1654 1655 1656 1657 1658
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1659
      <Debug>true</Debug>
1660 1661
    </YASM>
    <ResourceCompile>
1662
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1682
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1683 1684 1685 1686 1687
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1688
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1689 1690 1691 1692 1693
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX86</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
1694
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x86;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1718 1719 1720 1721 1722
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
1723 1724 1725 1726 1727 1728 1729 1730 1731 1732
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1733
      <Debug>true</Debug>
1734 1735
    </YASM>
    <ResourceCompile>
1736
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLTO|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;_WINDOWS;HAVE_AV_CONFIG_H;inline=__inline;strtod=avpriv_strtod;_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointExceptions>false</FloatingPointExceptions>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
1755
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;$(OutDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1756 1757 1758 1759 1760
      <ExceptionHandling>false</ExceptionHandling>
      <C99Support>true</C99Support>
      <ForcedIncludeFiles>compat\msvcrt\snprintf.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
      <FloatingPointModel>Precise</FloatingPointModel>
      <AdditionalOptions>/Qvec- /Qsimd- %(AdditionalOptions)</AdditionalOptions>
1761
      <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1762 1763 1764 1765 1766
    </ClCompile>
    <Lib>
      <TargetMachine>MachineX64</TargetMachine>
      <SubSystem>Windows</SubSystem>
      <OutputFile>$(OutDir)\lib\$(TargetName)$(TargetExt)</OutputFile>
1767
      <AdditionalDependencies>libass.lib;libfontconfig.lib;libfreetype.lib;libfribidi.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778
      <AdditionalLibraryDirectories>$(INTELOCLSDKROOT)\lib\x64;$(OutDir)\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir $(OutDir)\include
mkdir $(OutDir)\include\libavfilter
copy ..\libavfilter\avfilter.h $(OutDir)\include\libavfilter
copy ..\libavfilter\avfiltergraph.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersink.h $(OutDir)\include\libavfilter
copy ..\libavfilter\buffersrc.h $(OutDir)\include\libavfilter
copy ..\libavfilter\version.h $(OutDir)\include\libavfilter
mkdir $(OutDir)\licenses
M
Matt Oliver 已提交
1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790
copy ..\COPYING.GPLv3 $(OutDir)\licenses\ffmpeg.txt</Command>
    </PostBuildEvent>
    <PreBuildEvent>
      <Command>if exist ..\config.h (
del ..\config.h
)
if exist ..\version.h (
del ..\version.h
)
if exist ..\config.asm (
del ..\config.asm
)
1791 1792 1793 1794 1795
if exist ..\libavutil\avconfig.h (
del ..\libavutil\avconfig.h
)
if exist ..\libavutil\ffversion.h (
del ..\libavutil\ffversion.h
M
Matt Oliver 已提交
1796 1797 1798 1799 1800 1801 1802 1803 1804 1805
)
if exist $(OutDir)\include\libavfilter (
rd /s /q $(OutDir)\include\libavfilter
cd ../
cd $(ProjectDir)
)</Command>
    </PreBuildEvent>
    <YASM>
      <IncludePaths>..\;.\;..\libavcodec;%(IncludePaths)</IncludePaths>
      <PreIncludeFile>config.asm</PreIncludeFile>
1806
      <Debug>true</Debug>
M
Matt Oliver 已提交
1807 1808
    </YASM>
    <ResourceCompile>
1809
      <AdditionalIncludeDirectories>$(OutDir)\include\freetype2;$(OutDir)\include\fribidi;$(INTELOCLSDKROOT)\include\;.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
M
Matt Oliver 已提交
1810 1811 1812 1813 1814 1815 1816 1817
      <PreprocessorDefinitions>_MSC_VER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
    <Import Project="$(VCTargetsPath)\BuildCustomizations\vsyasm.targets" />
  </ImportGroup>
</Project>