summaryrefslogtreecommitdiff
blob: 222399a183060c89abc05cbd68835cde6284f0a9 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
	<email>media-video@gentoo.org</email>
</maintainer>
<use>
	<flag name="aac">Use external vo-aacenc library for AAC encoding</flag>
	<flag name="amr">Enable Adaptive Multi-Rate Audio support</flag>
	<flag name="armv5te">Enable optimizations for armv5te processors</flag>
	<flag name="armv6">Enable optimizations for armv6 processors</flag>
	<flag name="armv6t2">Enable optimizations for armv6t2 processors</flag>
	<flag name="armvfp">Enable VFP optimizations for ARM processors</flag>
	<flag name="bs2b">Enable <pkg>media-libs/libbs2b</pkg> based Bauer stereo-to-binaural audio filter</flag>
	<flag name="cdio">Enable audio CD grabbing with <pkg>dev-libs/libcdio</pkg>.</flag>
	<flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs).</flag>
	<flag name="faac">Use external faac library for AAC encoding</flag>
	<flag name="fdk">Use external fdk-aac library for AAC encoding and decoding</flag>
	<flag name="frei0r">Enable frei0r wrapping in libavfilter</flag>
	<flag name="gpl">Build all GPL licensed code. Without this flag set the package is build under LGPL license.</flag>
	<flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag>
	<flag name="network">Enable network streaming support.</flag>
	<flag name="nvidia">Enable nvidia video codec hardware acceleration support.</flag>
	<flag name="openssl">Prefer <pkg>dev-libs/openssl</pkg> over <pkg>net-libs/gnutls</pkg> to provide SSL/TLS support (notice: the resulting binaries are unredistributable).</flag>
	<flag name="opus">Use the external opus library for encoding and decoding.</flag>
	<flag name="pulseaudio">Enable pulseaudio input support.</flag>
	<flag name="pic">Force shared libraries to be built as PIC (this is slower).</flag>
	<flag name="rtmp">Enable Real Time Messaging Protocol using librtmp instead the native implementation.</flag>
	<flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
	<flag name="ssl">Enable SSL/TLS support using <pkg>dev-libs/openssl</pkg> or <pkg>net-libs/gnutls</pkg>.</flag>
	<flag name="tools">Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart.</flag>
	<flag name="twolame">Enable MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder</flag>
	<flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag>
	<flag name="vpx">Enable vp8 encoding support using <pkg>media-libs/libvpx</pkg>.</flag>
	<flag name="webp">Enable WebP encoding with <pkg>media-libs/libwebp</pkg>.</flag>
	<flag name="x265">Enable HEVC encoding with <pkg>media-libs/x265</pkg>.</flag>
</use>
</pkgmetadata>