diff options
Diffstat (limited to 'src/vorbis.mk')
-rw-r--r-- | src/vorbis.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/vorbis.mk b/src/vorbis.mk index d955261..6d8466f 100644 --- a/src/vorbis.mk +++ b/src/vorbis.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. -# Vorbis PKG := vorbis $(PKG)_IGNORE := -$(PKG)_VERSION := 1.3.2 $(PKG)_CHECKSUM := 4b089ace4c8420c479b2fde9c5b01588cf86c959 $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION) $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.vorbis.com/ $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE) $(PKG)_DEPS := gcc ogg |