summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/stagefright/record.cpp')
-rw-r--r--cmds/stagefright/record.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/cmds/stagefright/record.cpp b/cmds/stagefright/record.cpp
index c049594..81a1c0a 100644
--- a/cmds/stagefright/record.cpp
+++ b/cmds/stagefright/record.cpp
@@ -50,11 +50,6 @@ public:
return meta;
}
- virtual status_t getMaxSampleSize(size_t *max_size) {
- *max_size = mSize;
- return OK;
- }
-
virtual status_t start(MetaData *params) {
return OK;
}
@@ -209,7 +204,7 @@ int main(int argc, char **argv) {
return 0;
}
-#endif
+#else
int main(int argc, char **argv) {
android::ProcessState::self()->startThreadPool();
@@ -265,4 +260,4 @@ int main(int argc, char **argv) {
return 0;
}
-
+#endif