• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libshout/libshout.mk
Bernd KuhlsBernd Kuhls committed 4c5a5c7ea8d03 Apr 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libshout
4
#
5
################################################################################
6
​
7
LIBSHOUT_VERSION = 2.4.1
8
LIBSHOUT_SITE = http://downloads.xiph.org/releases/libshout
9
LIBSHOUT_LICENSE = LGPLv2+
10
LIBSHOUT_LICENSE_FILES = COPYING
11
LIBSHOUT_INSTALL_STAGING = YES
12
LIBSHOUT_DEPENDENCIES = host-pkgconf libogg libvorbis
13
​
14
ifeq ($(BR2_PACKAGE_LIBTHEORA),y)
15
LIBSHOUT_CONF_OPTS += --enable-theora
16
LIBSHOUT_DEPENDENCIES += libtheora
17
else
18
LIBSHOUT_CONF_OPTS += --disable-theora
19
endif
20
​
21
ifeq ($(BR2_PACKAGE_SPEEX),y)
22
LIBSHOUT_CONF_OPTS += --enable-speex
23
LIBSHOUT_DEPENDENCIES += speex
24
else
25
LIBSHOUT_CONF_OPTS += --disable-speex
26
endif
27
​
28
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.