diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 3fa61f8d45..618ca255e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,10 +180,6 @@ DIRECTORY_ARCHIVES += xbmc/android/bionic_supplement/bionic_supplement.a DIRECTORY_ARCHIVES += xbmc/android/jni/jni.a endif -ifeq (@USE_AMLPLAYER@,1) -DIRECTORY_ARCHIVES += xbmc/cores/amlplayer/amlplayer.a -endif - ifeq (@USE_OMXPLAYER@,1) DIRECTORY_ARCHIVES += xbmc/cores/omxplayer/omxplayer.a endif |