Yeah right, that's not simple. T

On Sat, Mar 28, 2009 at 12:08 AM, [email protected] <
[email protected]> wrote:

>
> A simple method:
> first:
> edit the file: external/opencore/Android.mk
> you will see the following statement:
> PV_CFLAGS := -Wno-non-virtual-dtor -DENABLE_MEMORY_PLAYBACK -
> D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -
> DUSE_CML2_CONFIG
>
> delete "-DENABLE_MEMORY_PLAYBACK"
>
> second:
> edit external/opencore/android/playerdriver.cpp
> the line of 1188, comment the method of
> PVPlayer::setSigBusHandlerStructTLSKey()
>
> third:
> make
>
> Another error will lead to failure:
> the code at line 445 of "external/opencore/android/mediascanner.cpp"
>  calls ESA_OpenFile() with an extra parameter of NULL, just remove the
> damn NULL.
> then continue making.
>
> Good luck!
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to