Browse Source

- fix url to tango's libstb-hal repo

master
vanhofen 7 years ago
parent
commit
b49bd486ba
  1. 2
      make/prerequisites.mk
  2. 1
      make/update.mk

2
make/prerequisites.mk

@ -51,7 +51,7 @@ $(SOURCE_DIR)/$(NI_LIBSTB-HAL-NEXT):
cd $(SOURCE_DIR) && \
git clone $(NI_GIT)/$(notdir $@).git
cd $@ && \
git remote add $(TANGO_REMOTE_REPO) https://github.com/TangoCash/libstb-hal-cst-next.git && \
git remote add $(TANGO_REMOTE_REPO) https://github.com/TangoCash/libstb-hal-tangos.git && \
git fetch $(TANGO_REMOTE_REPO)
$(SOURCE_DIR)/$(NI_LIBCOOLSTREAM):

1
make/update.mk

@ -62,7 +62,6 @@ endif
cd $(SOURCE_DIR)/$(NI_RTMPDUMP) && git pull
cd $(SOURCE_DIR)/$(NI_STREAMRIPPER) && git pull
update-ni:
make update-self
make update-neutrino

Loading…
Cancel
Save