From ca469bb08bb73c3f2e56a0e893af7e6cc4859f95 Mon Sep 17 00:00:00 2001 From: vijeth-aradhya Date: Sun, 23 Jul 2017 10:06:18 +0530 Subject: [PATCH] Add video-resolution-switcher (video.js plugin) v0.4.2 --- bower.json | 1 + mediagoblin/static/extlib/videojs-resolution-switcher | 1 + 2 files changed, 2 insertions(+) create mode 120000 mediagoblin/static/extlib/videojs-resolution-switcher diff --git a/bower.json b/bower.json index 260e255b..4e2756d2 100644 --- a/bower.json +++ b/bower.json @@ -14,6 +14,7 @@ "dependencies": { "jquery": "~2.1.3", "video.js": "~5.20.1", + "videojs-resolution-switcher": "~0.4.2", "leaflet": "~0.7.3" } } diff --git a/mediagoblin/static/extlib/videojs-resolution-switcher b/mediagoblin/static/extlib/videojs-resolution-switcher new file mode 120000 index 00000000..ace672d9 --- /dev/null +++ b/mediagoblin/static/extlib/videojs-resolution-switcher @@ -0,0 +1 @@ +../../../extlib/videojs-resolution-switcher/lib/ \ No newline at end of file -- 2.25.1