Lame MP3 Encoder compile for Android

后端 未结 2 747
长情又很酷
长情又很酷 2020-11-28 21:42

I want to compile the lame encoder for Android. How can I find the tutorials for Lame and its compiling for Android platform.

Thanks,

2条回答
  •  离开以前
    2020-11-28 22:28

    The above solution worked for me except:

    • don't delete the vector directory from the source directory
    • you can get rid of the compile warnings by adding a compiler flag: LOCAL_CFLAGS = -DSTDC_HEADERS

提交回复
热议问题