diff options
author | davilla <davilla@4pi.com> | 2013-10-18 21:36:11 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2013-10-18 21:42:56 -0400 |
commit | a1a5ed5a7f24216aa77590e8a75fb6b48853648a (patch) | |
tree | 22ca6cf1e74e77b57b8c02ea255018a27ab6c59d /configure.in | |
parent | ade54f5f16075c660f9a24fbb19932c6d10d9033 (diff) |
droid: remove legacy amlplayer
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 521bd3807a..90f43fb8dd 100644 --- a/configure.in +++ b/configure.in @@ -545,7 +545,7 @@ AC_ARG_ENABLE([libcap], AC_ARG_ENABLE([player], [AS_HELP_STRING([--enable-player], - [enable additional players from a list of comma separated names, (default is none, choices are amlplayer, omxplayer)])], + [enable additional players from a list of comma separated names, (default is none, choices are omxplayer)])], [add_players=$enableval], [add_players=no]) @@ -1950,10 +1950,6 @@ AC_DEFINE(YAJL_MAJOR, 1, [yajl version 1]) # additional internal players case $add_players in - *amlplayer*) - AC_CHECK_HEADER([amplayer/player_error.h],, AC_MSG_ERROR($missing_headers)) - XB_ADD_PLAYER([AMLPLAYER], [amlplayer]) - ;; *omxplayer*) XB_ADD_PLAYER([OMXPLAYER], [omxplayer]) ;; @@ -2500,7 +2496,6 @@ OUTPUT_FILES="Makefile \ xbmc/cores/dvdplayer/DVDSubtitles/Makefile \ xbmc/cores/AudioEngine/Makefile \ xbmc/cores/paplayer/Makefile \ - xbmc/cores/amlplayer/Makefile \ xbmc/cores/omxplayer/Makefile \ lib/timidity/Makefile \ lib/xbadpcm/Makefile \ |