summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2010-09-02 16:10:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2780439ac2dadc8d5efedc1db1fa7336e2d1db0a (patch)
tree331ac21a957e0dbfd998d3295c77e2fc3531f43e
parent1ea1c37c1d1fe031ca741492b7ca8bae4a233406 (diff)
downloadairvideo-2780439ac2dadc8d5efedc1db1fa7336e2d1db0a.zip
airvideo-2780439ac2dadc8d5efedc1db1fa7336e2d1db0a.tar.gz
- disable input/output devs (alsa and jack not linked with), as the server only converts
Changed files: airvideo.spec -> 1.3
-rw-r--r--airvideo.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/airvideo.spec b/airvideo.spec
index 3d9bf80..808246c 100644
--- a/airvideo.spec
+++ b/airvideo.spec
@@ -7,7 +7,7 @@
Summary: Air-Video Video Streaming Server
Name: airvideo
Version: 2.2.5
-Release: 0.4
+Release: 0.5
License: GPL v2+ with LGPL v2+ parts
Group: Applications/Multimedia
Source0: http://www.inmethod.com/air-video/download/ffmpeg-for-%{version}.tar.bz2
@@ -79,6 +79,8 @@ mv ffmpeg/* .; rmdir ffmpeg
--enable-libmp3lame \
--enable-libfaad \
--disable-decoder=aac \
+ --disable-indevs \
+ --disable-outdevs \
%ifnarch %{ix86} %{x8664}
--disable-mmx \
%endif