summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-09-15 23:33:00 -0700
committerKevin Mitchell <kevmitch@gmail.com>2016-09-15 23:33:25 -0700
commitda7d8614769802aad3ad0bdef57241f12fbc2824 (patch)
tree630f98d739e926abad649ab35e2efef6d7d040ee
parent63cf990c47ebc62ca52d1eaf8acc065fb6e106f0 (diff)
downloadmpv-build-da7d8614769802aad3ad0bdef57241f12fbc2824.tar.bz2
mpv-build-da7d8614769802aad3ad0bdef57241f12fbc2824.tar.xz
debian: remove openjpeg JPEG2000
it's been replaced by libopenjp2-7-dev, but that causes link errors and I don't care enough to find out why. ffmpeg seems to have native decode support anyway.
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d5e5c32..4753ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,6 @@ Build-Depends:
libharfbuzz-dev,
libjack-jackd2-dev | libjack-dev,
libjpeg-dev,
- libopenjpeg-dev,
liblcms2-dev,
liblircclient-dev,
liblua5.2-dev | liblua5.1-0-dev,
diff --git a/debian/rules b/debian/rules
index 807d92d..db7abe1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,6 @@ ffmpeg_config: libass_build
--enable-libmodplug \
--enable-libmp3lame \
--enable-netcdf \
- --enable-libopenjpeg \
--enable-libopus \
--enable-libpulse \
--enable-libschroedinger \