summaryrefslogtreecommitdiff
path: root/system/vlc/disable-sub-autodetect-fuzzy-1-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-08 02:11:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-08 02:11:51 -0500
commitc86aec496298fb20f0770f5ce9a2a37935f7aa5b (patch)
treeb95d17ae82ab73a2a147a2f0c9734c309e5f9807 /system/vlc/disable-sub-autodetect-fuzzy-1-test.patch
parentfd2bb2f751c13b3c0c002b8e012810902b9da364 (diff)
downloadpackages-c86aec496298fb20f0770f5ce9a2a37935f7aa5b.tar.gz
packages-c86aec496298fb20f0770f5ce9a2a37935f7aa5b.tar.bz2
packages-c86aec496298fb20f0770f5ce9a2a37935f7aa5b.tar.xz
packages-c86aec496298fb20f0770f5ce9a2a37935f7aa5b.zip
put user stuff in user, not system
Diffstat (limited to 'system/vlc/disable-sub-autodetect-fuzzy-1-test.patch')
-rw-r--r--system/vlc/disable-sub-autodetect-fuzzy-1-test.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/vlc/disable-sub-autodetect-fuzzy-1-test.patch b/system/vlc/disable-sub-autodetect-fuzzy-1-test.patch
deleted file mode 100644
index b3dd8a1b7..000000000
--- a/system/vlc/disable-sub-autodetect-fuzzy-1-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-This test fails on x86 and s390x so disable it for now
-reported upstream: https://trac.videolan.org/vlc/ticket/19321
-
-diff --git a/test/libvlc/slaves.c b/test/libvlc/slaves.c
-index 7b2c24fa43..7c47b3147b 100644
---- a/test/libvlc/slaves.c
-+++ b/test/libvlc/slaves.c
-@@ -194,10 +194,12 @@ main (void)
- assert(p_expected_slaves[i].psz_uri != NULL);
- }
-
-+#if 0
- printf("== Testing --sub-autodetect-fuzzy 1 (everything) ==\n");
- test_media_has_slaves_from_parent(p_vlc, SLAVES_DIR "/test.mp4",
- p_expected_slaves,
- EXPECTED_SLAVES_COUNT);
-+#endif
- libvlc_release(p_vlc);
-
- printf("== Testing --sub-autodetect-fuzzy 2 (full, left, and right match) ==\n");