package/mplayer: add optional faad2 support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a12927a85c
commit
08cead4e89
@ -118,6 +118,13 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-mencoder
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FAAD2),y)
|
||||
MPLAYER_DEPENDENCIES += faad2
|
||||
MPLAYER_CONF_OPTS += --enable-faad
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-faad
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --disable-ass-internal --enable-ass and
|
||||
# let autodetection find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_LIBASS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user