summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-12-15 15:22:08 -0800
committerAndreas Huber <andih@google.com>2009-12-15 15:22:08 -0800
commit8ae1d0bdcef22f2bdd8d283e0e615f3ba6c3f4cd (patch)
treed2ac9d7dbbd665bda5f3019ad27db3a925158061 /media/libstagefright/omx/Android.mk
parent1af80bc3fefb999756ef4847e72b2dcfd0b88a4a (diff)
downloadframeworks_av-8ae1d0bdcef22f2bdd8d283e0e615f3ba6c3f4cd.zip
frameworks_av-8ae1d0bdcef22f2bdd8d283e0e615f3ba6c3f4cd.tar.gz
frameworks_av-8ae1d0bdcef22f2bdd8d283e0e615f3ba6c3f4cd.tar.bz2
Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin.
Diffstat (limited to 'media/libstagefright/omx/Android.mk')
-rw-r--r--media/libstagefright/omx/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libstagefright/omx/Android.mk b/media/libstagefright/omx/Android.mk
index 965852b..4f88d99 100644
--- a/media/libstagefright/omx/Android.mk
+++ b/media/libstagefright/omx/Android.mk
@@ -12,8 +12,7 @@ LOCAL_SRC_FILES:= \
OMX.cpp \
OMXComponentBase.cpp \
OMXNodeInstance.cpp \
- OMXMaster.cpp \
- OMXSoftwareCodecsPlugin.cpp \
+ OMXMaster.cpp
ifneq ($(BUILD_WITHOUT_PV),true)
LOCAL_SRC_FILES += \