• 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/libsoxr/libsoxr.mk
Thomas De SchampheleireThomas De Schampheleire committed aaffd209fae27 Sep 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libsoxr
4
#
5
################################################################################
6
​
7
LIBSOXR_VERSION = 0.1.1
8
LIBSOXR_SOURCE = soxr-$(LIBSOXR_VERSION)-Source.tar.xz
9
LIBSOXR_SITE = http://downloads.sourceforge.net/project/soxr
10
LIBSOXR_LICENSE = LGPLv2.1+
11
LIBSOXR_LICENSE_FILES = LICENCE COPYING.LGPL
12
LIBSOXR_INSTALL_STAGING = YES
13
LIBSOXR_CONF_OPTS = -DWITH_OPENMP:BOOL=OFF -DBUILD_TESTS:BOOL=OFF
14
​
15
ifeq ($(BR2_PREFER_STATIC_LIB),y)
16
LIBSOXR_CONF_OPTS += -DBUILD_SHARED_LIBS:BOOL=OFF
17
endif
18
​
19
ifeq ($(call qstrip,$(BR2_ENDIAN)),BIG)
20
LIBSOXR_CONF_OPTS += -DHAVE_WORDS_BIGENDIAN=1
21
else
22
LIBSOXR_CONF_OPTS += -DHAVE_WORDS_BIGENDIAN=0
23
endif
24
​
25
$(eval $(cmake-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.