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.
17 lines
474 B
17 lines
474 B
################################################################################
|
|
#
|
|
# libogg
|
|
#
|
|
################################################################################
|
|
|
|
LIBOGG_VERSION = 1.3.5
|
|
LIBOGG_DIR = libogg-$(LIBOGG_VERSION)
|
|
LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.gz
|
|
LIBOGG_SITE = https://ftp.osuosl.org/pub/xiph/releases/ogg
|
|
|
|
LIBOGG_CONF_OPTS = \
|
|
--datarootdir=$(REMOVE_datarootdir) \
|
|
--enable-shared
|
|
|
|
libogg: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|