From 608d77b1cf4fb9f63dc861e4e1fa3e80a732f626 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 23 Jun 2010 16:40:57 -0700 Subject: Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. Change-Id: Ieafe75a4550c273ad59b4518d7cd4c0fce0f7cce related-to-bug: 2370115 --- media/libstagefright/OMXCodec.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'media/libstagefright/OMXCodec.cpp') diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 8979c3b..02a073e 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -425,7 +425,6 @@ sp OMXCodec::Create( for (size_t i = 0; i < matchingCodecs.size(); ++i) { componentName = matchingCodecs[i].string(); -#if BUILD_WITH_FULL_STAGEFRIGHT sp softwareCodec = createEncoder? InstantiateSoftwareEncoder(componentName, source, meta): InstantiateSoftwareCodec(componentName, source); @@ -435,7 +434,6 @@ sp OMXCodec::Create( return softwareCodec; } -#endif LOGV("Attempting to allocate OMX node '%s'", componentName); -- cgit v1.1