• 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/libopenh264/Config.in
Bernd KuhlsBernd Kuhls committed 082a3dd286111 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
2
    bool
3
    default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \
4
        BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
5
        BR2_x86_64
6
​
7
config BR2_PACKAGE_LIBOPENH264
8
    bool "libopenh264"
9
    depends on BR2_INSTALL_LIBSTDCPP
10
    depends on !BR2_STATIC_LIBS
11
    depends on BR2_TOOLCHAIN_HAS_THREADS
12
    depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
13
    help
14
      OpenH264 is a codec library which supports H.264 encoding and
15
      decoding.
16
​
17
      http://www.openh264.org
18
​
19
comment "libopenh264 needs a toolchain w/ C++, dynamic library, threads"
20
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
21
        BR2_STATIC_LIBS
22
    depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
  • 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.