diff options
author | McCabe Maxsted | 2011-02-18 20:30:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-02-18 20:30:35 -0700 |
commit | 5a0840e8d1618fc8b280fdb667eea9513322bd4d (patch) | |
tree | 353ff5422e248506cbee1922d31ca2f63edb9460 /linden/indra/test_apps/llplugintest/llmediaplugintest.cpp | |
parent | Removed a bit of spam from the GStreamer log file (diff) | |
download | meta-impy-5a0840e8d1618fc8b280fdb667eea9513322bd4d.zip meta-impy-5a0840e8d1618fc8b280fdb667eea9513322bd4d.tar.gz meta-impy-5a0840e8d1618fc8b280fdb667eea9513322bd4d.tar.bz2 meta-impy-5a0840e8d1618fc8b280fdb667eea9513322bd4d.tar.xz |
Fixed compile error in llmediaplugintest: lingering ll_init_apr
Diffstat (limited to '')
-rw-r--r-- | linden/indra/test_apps/llplugintest/llmediaplugintest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/test_apps/llplugintest/llmediaplugintest.cpp b/linden/indra/test_apps/llplugintest/llmediaplugintest.cpp index bc3703d..bf0a47b 100644 --- a/linden/indra/test_apps/llplugintest/llmediaplugintest.cpp +++ b/linden/indra/test_apps/llplugintest/llmediaplugintest.cpp | |||
@@ -190,9 +190,6 @@ LLMediaPluginTest::LLMediaPluginTest( int app_window, int window_width, int wind | |||
190 | std::cout << "Unable to read bookmarks from file: " << bookmarks_filename << std::endl; | 190 | std::cout << "Unable to read bookmarks from file: " << bookmarks_filename << std::endl; |
191 | }; | 191 | }; |
192 | 192 | ||
193 | // initialize linden lab APR module | ||
194 | ll_init_apr(); | ||
195 | |||
196 | // Set up llerror logging | 193 | // Set up llerror logging |
197 | { | 194 | { |
198 | LLError::initForApplication("."); | 195 | LLError::initForApplication("."); |