Ubuntu Pastebin

Paste from jasonnz at Thu, 10 Dec 2015 09:58:39 +0000

Download as text
 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
cd mythtv && ./configure --compile-type=profile --prefix=/usr --runprefix=/usr --disable-mythlogserver --enable-crystalhd --enable-lirc --enable-audio-alsa --enable-audio-oss --enable-dvb --enable-ivtv --enable-firewire --enable-joystick-menu --with-bindings=perl --enable-ffmpeg-pthreads --enable-pic --perl-config-opts="INSTALLDIRS=vendor" --enable-libvpx --enable-sdl --enable-libmp3lame --enable-libx264 --enable-vdpau --disable-opengl-video --disable-opengl --disable-vaapi
# Basic Settings
Compile type              profile
Compiler cache            yes
DistCC                    no
qmake                     /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake
install prefix            /usr
runtime prefix            /usr
CPU                       arm armv7a (model name	: Westmere E56xx/L56xx/X56xx (Nehalem-C))
ARMv5TE enabled           yes
ARMv6 enabled             yes
ARMv6T2 enabled           yes
VFP enabled               yes
NEON enabled              yes
THUMB enabled             yes

# Input Support
Joystick menu             yes
lirc support              yes
libCEC device support     yes [/usr/include]
Video4Linux support       yes
ivtv support              yes
HD-PVR support            yes
FireWire support          yes
DVB support               yes [/usr/include]
DVB-S2 support            yes
HDHomeRun support         yes
V@Box TV Gateway support  yes
Ceton support             yes
ASI support               no

# Sound Output Support
PulseAudio support        yes
OSS support               yes
ALSA support              yes
JACK support              default
libfftw3 support          yes

# Video Output Support
x11 support               yes
xrandr support            yes
xv support                yes
VDPAU support             no
VAAPI support             no
CrystalHD support         no
OpenGL video              no
MHEG support              yes
libass subtitle support   yes

# Misc Features
multi threaded libavcodec yes
libxml2 support           yes [/usr/include/libxml2]
libdns_sd (Bonjour)       yes
libcrypto                 yes
Frontend                  yes
Backend                   yes
OpenGL ES 2.0             no
mythlogserver             no
BD-J (Bluray java)        no
BD-J type                 j2se
systemd_notify            no

# Bindings
bindings_perl             yes
Perl config options       INSTALLDIRS=vendor
bindings_python           yes
bindings_php              yes

# External Codec Options
mp3lame                   yes
faac                      no
xvid                      no
x264                      yes
vpx                       yes
SDL                       yes
Download as text