diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-20 12:12:20 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-20 12:12:20 +0000 |
| commit | ad1c66acec6575ecd078336ee18016c5f4748084 (patch) | |
| tree | f601334142a687d5dab29507db946b50d5842eeb /ffms2/build-msvc/config.xml | |
| parent | c83f900c4337f8bb07c1cd6e60c2cebaba24192c (diff) | |
adding ffms2 with small files fix
Diffstat (limited to 'ffms2/build-msvc/config.xml')
| -rw-r--r-- | ffms2/build-msvc/config.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/ffms2/build-msvc/config.xml b/ffms2/build-msvc/config.xml new file mode 100644 index 0000000..05aaa80 --- /dev/null +++ b/ffms2/build-msvc/config.xml @@ -0,0 +1,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> |
