Skip to content

Instantly share code, notes, and snippets.

@cmartinbaughman
Created August 2, 2013 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmartinbaughman/6143284 to your computer and use it in GitHub Desktop.
Save cmartinbaughman/6143284 to your computer and use it in GitHub Desktop.
Current error on my latest PAC-man 4.3 soon to release! This is pretty much I believe the last error I am getting. I need to figure out what is so dif in these libs from 4.2?
target SharedLib: libandroid_runtime (/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so)
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1012: error: undefined reference to 'android::LPAPlayer::mObjectsAlive'
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1084: error: undefined reference to 'android::LPAPlayer::LPAPlayer(android::sp<android::MediaPlayerBase::AudioSink> const&, bool&, android::AwesomePlayer*)'
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1685: error: undefined reference to 'android::LPAPlayer::mObjectsAlive'
collect2: error: ld returned 1 exit status
make: *** [/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libstagefright_intermediates/LINKED/libstagefright.so] Error 1
make: *** Waiting for unfinished jobs....
Note: frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityEventCompat.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
@eyedeekay
Copy link

Did you ever find a solution to this issue? I am experiencing the same problem on a port of CyanogenMod to an unsupported device and have thusfar been unable to find a resolution for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment