diff options
Diffstat (limited to 'src/libshout.mk')
-rw-r--r-- | src/libshout.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libshout.mk b/src/libshout.mk index 156c731..f6c9686 100644 --- a/src/libshout.mk +++ b/src/libshout.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# libshout PKG := libshout $(PKG)_IGNORE := -$(PKG)_VERSION := 2.2.2 $(PKG)_CHECKSUM := cabc409e63f55383f4d85fac26d3056bf0365aac $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.icecast.org/ $(PKG)_URL := http://downloads.us.xiph.org/releases/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc vorbis ogg theora speex |