summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-06-04 01:58:05 -0700
committerKevin Mitchell <kevmitch@gmail.com>2015-06-04 01:58:05 -0700
commit9d2c60e21ab7749608660c15de73a04c3bbdfd41 (patch)
tree4608247b39bda4e29638895de517cbb739ea296a
parent26dd9b6afe9a229b81719ecce2ae8b9f0e0ca3ab (diff)
downloadmpv-build-9d2c60e21ab7749608660c15de73a04c3bbdfd41.tar.bz2
mpv-build-9d2c60e21ab7749608660c15de73a04c3bbdfd41.tar.xz
debian: remove suggestion to add sdl2
it apparently never really worked and is no longer necessary with the vo=drm
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index dbe2852..2fc6086 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,6 @@ Build-Depends:
libpulse-dev,
librubberband-dev,
libschroedinger-dev,
-# libsdl2-dev
libsmbclient-dev,
libspeex-dev,
libtheora-dev,
diff --git a/debian/rules b/debian/rules
index 8bdc400..a82530b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ ffmpeg_build: ffmpeg_config
# put the config in the right place and drop the local/ since it's package managed now
override_dh_auto_configure: ffmpeg_build libass_build
- scripts/mpv-config --prefix=/usr --confdir=/etc/mpv # --enable-sdl2
+ scripts/mpv-config --prefix=/usr --confdir=/etc/mpv
override_dh_auto_build:
scripts/mpv-build $(WAFLAGS)