summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-01-17 23:56:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2013-01-17 23:57:00 +0000
commit3ad2d0b0e734a362c463691b18aa790183dd0418 (patch)
treea5355c24c0d705221583fa3fc01efcedd566dd9d /ext
parent7d1798e49fc8ee9edd6a39c3331a71a0b2deabce (diff)
Disable libswscale/avvideoscale plugin until it works at least somewhat
It needs some fixing.
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index bbdb9f0..16718f6 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -1 +1,4 @@
-SUBDIRS = libav libswscale
+# disable/skip avvideoscale until someone makes it work
+SUBDIRS = libav
+
+DIST_SUBDIRS = libav libswscale