summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-01 21:15:16 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-01 21:28:03 +0200
commit6122d83981b85997e1fc1e3962c7aca3c3ab6714 (patch)
tree8628c1312f3b30c9f76649b3b6df00484826a33d /rpm
parent7cd7416c7316ce28cfa663b1f1d578b9c768a6ba (diff)
downloadmpv-6122d83981b85997e1fc1e3962c7aca3c3ab6714.tar.bz2
mpv-6122d83981b85997e1fc1e3962c7aca3c3ab6714.tar.xz
tremor: drop internal tremor library
Drop internal copy of the tremor library. Note that the internal ogg demuxer (which is still sometimes useful to work around libavformat ogg demuxer problems, though it's itself quite buggy) now cannot be compiled without either external libvorbis or libvorbisidec (tremor).
Diffstat (limited to 'rpm')
-rw-r--r--rpm/mplayer.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpm/mplayer.spec b/rpm/mplayer.spec
index 9a4b524106..2acc2a6ed7 100644
--- a/rpm/mplayer.spec
+++ b/rpm/mplayer.spec
@@ -134,7 +134,6 @@ mv DOCS/man/zh DOCS/man/zh_CN
--disable-libdvdcss-internal \
--enable-menu \
\
- --disable-tremor-internal \
%{!?_with_amr:--disable-libamr_nb --disable-libamr_wb} \
%{!?_with_libmad:--disable-mad} \
%{?_with_xmms:--enable-xmms} \
@@ -178,7 +177,6 @@ mv -f mplayer gmplayer
--disable-libdvdcss-internal \
--enable-menu \
\
- --disable-tremor-internal \
%{!?_with_amr:--disable-libamr_nb --disable-libamr_wb} \
%{!?_with_libmad:--disable-mad} \
%{?_with_xmms:--enable-xmms} \