Logo
Explore Help
Sign In
kenmirrors/asterisk
1
0
Fork 0
You've already forked asterisk
mirror of https://github.com/asterisk/asterisk.git synced 2025-10-27 14:41:58 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3b50c5a387ac3d3ae5b9545a66522a9fbb4568bf
asterisk/contrib/scripts/get_mp3_source.sh

15 lines
284 B
Bash
Raw Normal View History

Remove the MP3 decoder source code and replace it with a small shell script. Review: https://reviewboard.asterisk.org/r/836/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 18:48:45 +00:00
#!/bin/sh -e
if [ -f addons/mp3/mpg123.h ]; then
echo "***"
echo "The MP3 source code appears to already be present and does not"
echo "need to be downloaded."
echo "***"
exit 1
fi
Allow users to pass additional arguments to the Subversion command that obtains the MP-3 source code. (reported on IRC by jmls) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@290026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-10-02 17:57:13 +00:00
svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
Remove the MP3 decoder source code and replace it with a small shell script. Review: https://reviewboard.asterisk.org/r/836/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 18:48:45 +00:00
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 808ms Template repo/view: 83ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API