summaryrefslogtreecommitdiff
path: root/recipes/gst-libav-1.0.recipe
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-17 18:01:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-05-04 17:57:14 +0200
commitb27353bbef8d66b0c2b75b727dc405e3ce0076aa (patch)
tree157a40124794f008a34ae24098dfd797356f38f1 /recipes/gst-libav-1.0.recipe
parent3352a57e281de590450162481b721dfd3cf72d9c (diff)
Use https:// instead of git:// protocol
git protocol can be problematic in environments with restricted network access and is also less secure. https://bugzilla.gnome.org/show_bug.cgi?id=743235
Diffstat (limited to 'recipes/gst-libav-1.0.recipe')
-rw-r--r--recipes/gst-libav-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe
index 2b836f9c..2de2a7a5 100644
--- a/recipes/gst-libav-1.0.recipe
+++ b/recipes/gst-libav-1.0.recipe
@@ -11,7 +11,7 @@ class Recipe(custom.GStreamer):
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
configure_options = "--enable-lgpl --disable-examples --enable-static "
- remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'}
+ remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-libav'}
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ]
files_plugins_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s']