Skip to content

Commit

Permalink
Fix download_tsmuxer duplication for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarsokolov committed Mar 19, 2012
1 parent dde5984 commit 6ad39ed
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions contrib/download-pms-binaries-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -615,25 +615,6 @@ download_ncurses() {
}


##########################################
# TSMUXER
# http://www.smlabs.net/en/products/tsmuxer/
# http://www.videohelp.com/tools/tsMuxeR
# Interesting Open Source followup project in development: https://github.com/kierank/libmpegts
#
download_tsMuxeR() {
start_download tsMuxeR
cd $SRC

if is_osx; then
if [ ! -f tsMuxeR_${VERSION_TSMUXER}.dmg ]; then
$CURL -H "Referer: http://www.videohelp.com/tools/tsMuxeR" -L http://www.videohelp.com/download/tsMuxeR_${VERSION_TSMUXER}.dmg > tsMuxeR_${VERSION_TSMUXER}.dmg
exit_on_error
fi
fi
}


##########################################
# X264
# svn://svn.videolan.org/x264/trunk
Expand Down Expand Up @@ -807,9 +788,6 @@ download_xvid
# Build tools for including with PS3 Media Server
download_flac
download_dcraw
if is_osx; then
download_tsMuxeR
fi
download_enca
download_ffmpeg
download_mplayer
Expand Down

0 comments on commit 6ad39ed

Please sign in to comment.