• 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/libdvbcsa/libdvbcsa.mk
Bernd KuhlsBernd Kuhls committed 2f1bcdb74a920 Dec 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libdvbcsa
4
#
5
################################################################################
6
​
7
LIBDVBCSA_VERSION = 1.1.0
8
LIBDVBCSA_SITE = http://get.videolan.org/libdvbcsa/$(LIBDVBCSA_VERSION)
9
LIBDVBCSA_LICENSE = GPLv2+
10
LIBDVBCSA_LICENSE_FILES = COPYING
11
LIBDVBCSA_INSTALL_STAGING = YES
12
​
13
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
14
LIBDVBCSA_CONF_OPTS += --enable-mmx
15
else
16
LIBDVBCSA_CONF_OPTS += --disable-mmx
17
endif
18
​
19
ifeq ($(BR2_X86_CPU_HAS_SSE2),y)
20
LIBDVBCSA_CONF_OPTS += --enable-sse2
21
else
22
LIBDVBCSA_CONF_OPTS += --disable-sse2
23
endif
24
​
25
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
26
LIBDVBCSA_CONF_OPTS += --enable-altivec
27
else
28
LIBDVBCSA_CONF_OPTS += --disable-altivec
29
endif
30
​
31
$(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.