summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-05-20 22:30:28 -0700
committerMartin Herkt <652892+lachs0r@users.noreply.github.com>2018-05-21 08:40:40 +0200
commita50bedbed6f2dc6c31c810cadd1792c091f26fab (patch)
treea991dea8779cf00af70f08ee8e6b80f4ee7dcb2f
parent902c441e6967b96fd883244603e9f09791965d4f (diff)
downloadmpv-build-a50bedbed6f2dc6c31c810cadd1792c091f26fab.tar.bz2
mpv-build-a50bedbed6f2dc6c31c810cadd1792c091f26fab.tar.xz
debian: remove theora and twolame encoding
Nobody should ever need this. These codecs can still be decoded.
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index b96df7d..5920a00 100644
--- a/debian/control
+++ b/debian/control
@@ -44,9 +44,7 @@ Build-Depends:
libssh-dev,
libsoxr-dev,
libspeex-dev,
- libtheora-dev,
libtool,
- libtwolame-dev,
libuchardet-dev,
libv4l-dev [!hurd-any],
libva-dev [!hurd-any],
diff --git a/debian/rules b/debian/rules
index ea53758..709d4d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,8 +48,6 @@ ffmpeg_config: libass_build
--enable-libsoxr \
--enable-libspeex \
--enable-libssh \
- --enable-libtheora \
- --enable-libtwolame \
--enable-libvorbis \
--enable-libvpx \
--enable-libwavpack \