• 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/gstreamer/gst-plugins-bad/gst-plugins-bad.mk
Volkov ViacheslavVolkov Viacheslav committed 1b5352e794229 Oct 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# gst-plugins-bad
4
#
5
################################################################################
6
​
7
GST_PLUGINS_BAD_VERSION = 0.10.23
8
GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.xz
9
GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
10
# COPYING.LIB is in fact v2, but most of the code is v2.1+
11
GST_PLUGINS_BAD_LICENSE = LGPLv2.1+, GPLv2+
12
GST_PLUGINS_BAD_LICENSE_FILES = COPYING.LIB COPYING
13
​
14
GST_PLUGINS_BAD_CONF_OPTS = \
15
    --disable-examples
16
​
17
GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer
18
​
19
ifeq ($(BR2_PACKAGE_ORC),y)
20
GST_PLUGINS_BAD_DEPENDENCIES += orc
21
endif
22
​
23
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ADPCMDEC),y)
24
GST_PLUGINS_BAD_CONF_OPTS += --enable-adpcmdec
25
else
26
GST_PLUGINS_BAD_CONF_OPTS += --disable-adpcmdec
27
endif
28
​
29
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ADPCMENC),y)
30
GST_PLUGINS_BAD_CONF_OPTS += --enable-adpcmenc
31
else
32
GST_PLUGINS_BAD_CONF_OPTS += --disable-adpcmenc
33
endif
34
​
35
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AIFF),y)
36
GST_PLUGINS_BAD_CONF_OPTS += --enable-aiff
37
else
38
GST_PLUGINS_BAD_CONF_OPTS += --disable-aiff
39
endif
40
​
41
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX),y)
42
GST_PLUGINS_BAD_CONF_OPTS += --enable-asfmux
43
else
44
GST_PLUGINS_BAD_CONF_OPTS += --disable-asfmux
45
endif
46
​
47
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUDIOVISUALIZERS),y)
48
GST_PLUGINS_BAD_CONF_OPTS += --enable-audiovisualizers
49
else
50
GST_PLUGINS_BAD_CONF_OPTS += --disable-audiovisualizers
51
endif
52
​
53
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
54
GST_PLUGINS_BAD_CONF_OPTS += --enable-autoconvert
55
else
56
GST_PLUGINS_BAD_CONF_OPTS += --disable-autoconvert
57
endif
58
​
59
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER),y)
60
GST_PLUGINS_BAD_CONF_OPTS += --enable-bayer
61
else
62
GST_PLUGINS_BAD_CONF_OPTS += --disable-bayer
63
endif
  • 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.