]> git.pld-linux.org Git - packages/mplayer.git/blame_incremental - mplayer.spec
- disabled dvdnav support - it is bogus
[packages/mplayer.git] / mplayer.spec
... / ...
CommitLineData
1#
2# TODO
3# - select which divx codec will be used (xvid, divx4linux, opnedivx)
4# (you can choose only one of it)
5
6# Conditional build:
7#
8# _without_lirc - without lirc support
9# _without_gui - without gui gtk+ interfeace
10# _without_win32 - disable requirement for win32 codecs
11# _without_dshow - disable DirectShow support
12# _with_divx4linux - with divx4linux support (binaries, instead of included OpenDivx)
13# _without_vorbis - without ogg-vorbis support
14# _with_ggi - with ggi video output
15# _without_arts - without arts support
16# _without_alsa - without ALSA support
17# _without_select - disable audio select() support (for example required this option
18# ALSA or Vortex2 driver)
19# _without_runtime - disable runtime cpu detection, just detect CPU in
20# compiletime (advertised by mplayer authors as
21# working faster); in this case mplayer may not
22# work on machine other then where it was compiled
23# _with_dxr3 - enable use of DXR3/H+ hardware MPEG decoder
24
25# set it to 0, or 1
26%define snapshot 0
27
28%define sname MPlayer
29%define snap 20020602
30%define ffmpeg_ver 0.4.5
31
32%ifnarch %{ix86}
33%define _without_win32 1
34%endif
35
36Summary: Yet another movie player for Linux
37