File: config.xml

package info (click to toggle)
ffms2 2.23-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,356 kB
  • sloc: cpp: 5,084; sh: 4,284; ansic: 485; makefile: 64; xml: 43
file content (51 lines) | stat: -rw-r--r-- 1,397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<Rule Name="FFmpegConfig"
    DisplayName="FFmpeg Settings"
    Order="1"
    PageTemplate="tool"
    xmlns="http://schemas.microsoft.com/build/2009/properties">

  <Rule.DataSource>
    <DataSource Persistence="UserFile" ItemType="" HasConfigurationCondition="false" />
  </Rule.DataSource>

  <EnumProperty
    Name="ForkName"
    DisplayName="Fork name"
    Description="Which of the forks is being used?"
    >
    <EnumValue Name="libav" DisplayName="Libav" />
    <EnumValue Name="ffmpeg" DisplayName="FFmpeg" />
  </EnumProperty>

  <BoolProperty
    Name="BuiltWithGCC"
    DisplayName="Built with GCC/clang"
    Description="Was FFmpeg/libav built with GCC or clang rather than msvc?"
    />

  <BoolProperty
    Name="OpencoreAmrNb"
    DisplayName="Opencore AMR narrowband enabled"
    Description="Was FFmpeg/libav built with Opencore amrnb enabled?"
    />

  <BoolProperty
    Name="OpencoreAmrWb"
    DisplayName="Opencore AMR wideband enabled"
    Description="Was FFmpeg/libav built with Opencore amrwb enabled?"
    />

  <BoolProperty
    Name="WithPthread"
    DisplayName="Built with pthreads"
    Description="Was FFmpeg/libav built with pthreads rather than w32threads?"
    />

  <BoolProperty
    Name="WithAvResample"
    DisplayName="Enable audio resampling"
    Description="Requires libavresample 1.0.0 or newer"
    />

</Rule>