Remove multimedia subdirectory

Unless it was a group of sub-packages, packages was never regrouped by
category. multimedia/ was an exception to this rule.

This patch move packages/multimedia/ sub-directories to packages/. It
keeps two subdirectories for gstream 0.10 and gstreamer 1.X.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Jérôme Pouiller
2013-08-30 11:05:57 +02:00
committed by Peter Korsgaard
parent bafa8fcc6c
commit adf6511013
100 changed files with 45 additions and 47 deletions

6
package/faad2/Config.in Normal file
View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_FAAD2
bool "faad2"
help
FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder,
http://www.audiocoding.com/faad2.html

15
package/faad2/faad2.mk Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
#
# faad2
#
################################################################################
FAAD2_VERSION = 2.7
FAAD2_SITE = http://downloads.sourceforge.net/project/faac/faad2-src/faad2-$(FAAD2_VERSION)
FAAD2_LICENSE = GPLv2
FAAD2_LICENSE_FILES = COPYING
# frontend/faad calls frexp()
FAAD2_CONF_ENV = LIBS=-lm
FAAD2_INSTALL_STAGING = YES
$(eval $(autotools-package))