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