Unable to build GStreamer for Android Tutorials

后端 未结 6 1263
南旧
南旧 2021-01-05 09:14

I\'m running into a number of issues attempting to build the GStreamer Android tutorials.

My environment is:

  • Mac OS X 7
  • Android SDK version 17
6条回答
  •  迷失自我
    2021-01-05 09:43

    for error1: jni/Android.mk:13: * GSTREAMER_SDK_ROOT_ANDROID is not defined!. Stop.

    you can defind GSTREAMER_SDK_ROOT_ANDROID := XXXXX(your Gstreamer_Android_SDK Path) in your Android.mk files!

    for error2: fatal error: gst/gst.h: No such file or directory

    you can include the (Gstreamer_Android_SDK Path)/include/gstreamer0.10/ in the C/C++ General -> Paths and Symbols -> inlude!

    Hope that would help:)

提交回复
热议问题