You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
468 B
18 lines
468 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# libogg
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBOGG_VERSION = 1.3.4
|
||
|
LIBOGG_DIR = libogg-$(LIBOGG_VERSION)
|
||
|
LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.gz
|
||
|
LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
|
||
|
|
||
|
LIBOGG_CONF_OPTS = \
|
||
|
--datarootdir=$(REMOVE_datarootdir) \
|
||
|
--enable-shared
|
||
|
|
||
|
libogg: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|