• 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/celt051/celt051.mk
Jerzy GrzegorekJerzy Grzegorek committed 774ff0d13f524 Oct 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# celt
4
#
5
################################################################################
6
​
7
# Although version newer than 0.5.1.3 exists, we're
8
# stuck with 0.5.1.3 for use by Spice (coming later)
9
CELT051_VERSION = 0.5.1.3
10
CELT051_SOURCE = celt-$(CELT051_VERSION).tar.gz
11
CELT051_SITE = http://downloads.xiph.org/releases/celt
12
CELT051_LICENSE = BSD-2c
13
CELT051_LICENSE_FILES = COPYING
14
CELT051_INSTALL_STAGING = YES
15
CELT051_DEPENDENCIES = libogg
16
​
17
# Need to specify --with-ogg, otherwise /usr/lib may be searched for
18
# if target is the same kind as host (ie. same arch, same bitness,
19
# same endianness, so that /usr/lib contains libraries linkable by
20
# our cross-compiler)
21
CELT051_CONF_OPTS =                       \
22
    --enable-fixed-point              \
23
    --disable-fixed-point-debug       \
24
    --disable-experimental-postfilter \
25
    --disable-static-modes            \
26
    --disable-assertions              \
27
    --disable-oggtest                 \
28
    --with-ogg=$(STAGING_DIR)/usr     \
29
​
30
$(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.