• 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/audiofile/audiofile.mk
Rahul BedarkarRahul Bedarkar committed 30a3e8d108d30 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# audiofile
4
#
5
################################################################################
6
​
7
AUDIOFILE_VERSION = 0.3.6
8
AUDIOFILE_SITE = http://audiofile.68k.org
9
AUDIOFILE_INSTALL_STAGING = YES
10
AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
11
AUDIOFILE_CONF_OPTS = --disable-examples
12
AUDIOFILE_DEPENDENCIES = host-pkgconf
13
# configure is outdated and has old bugs because of it
14
AUDIOFILE_AUTORECONF = YES
15
AUDIOFILE_LICENSE = GPL-2.0+, LGPL-2.1+
16
AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL
17
​
18
ifeq ($(BR2_PACKAGE_FLAC),y)
19
AUDIOFILE_DEPENDENCIES += flac
20
AUDIOFILE_CONF_OPTS += --enable-flac
21
else
22
AUDIOFILE_CONF_OPTS += --disable-flac
23
endif
24
​
25
$(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.