summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index df35657..43f32de 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -1,13 +1,13 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := gst-plugins-good
-$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
+$(PKG)_WEBSITE := https://gstreamer.freedesktop.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.2
$(PKG)_CHECKSUM := 876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL := https://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc cairo flac glib gst-plugins-base gstreamer jpeg \
liboil libpng libshout libsoup libxml2 speex taglib wavpack
@@ -18,8 +18,8 @@ define $(PKG)_BUILD
-exec $(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' {} \; \
-exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \;
# The value for WAVE_FORMAT_DOLBY_AC3_SPDIF comes from vlc and mplayer:
- # http://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h-source.html
- # http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html
+ # https://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h-source.html
+ # https://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-debug \