/
githubmirror
/
ijkplayer
Обзор
Документация
Войти
/
githubmirror
/
ijkplayer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/contrib/sync-mirrors.sh
38 строк
949 B
Zhang Rui
android: migrate to Android Studio build system
18 июн 2015, 14:47
18 июн 2015, 14:47
fb1b24f
Код
Авторство
О чём код?
#! /usr/bin/env bash # # Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # cd ffmpeg-armv7a git checkout ffmpeg git pull git checkout - git checkout libav git pull git checkout - git checkout master git pull git merge ffmpeg git checkout - git push origin --all --follow-tags git push gitcafe --all --follow-tags git push oschina --all --follow-tags git push csdn --all --follow-tags cd -