Problem compiling Gstreamer for Android.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem compiling Gstreamer for Android.

Denis Green
HI,

I try to build NDK Gstreamer build for Android OS.
I follow the official tutorial
http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions
.

OS: Fedora 17
NDK: latest NDK
GStreamer: 0.10

I get the following error.
Package gstreamer was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer' found

I guess some steps are missed in the tutorial.



Any help appreciated.
Denis
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problem compiling Gstreamer for Android.

orione1974
Hi.
I'm not an expert, but have you try with cerbero building system ?


$ ./cerbero-uninstalled buildone gst-android
WARNING: Using default configuration because C:/MinGW/msys/1.0/home/mikol/.cerbero/cerbero.cbc is missing
Building the following recipes: gst-android
[(1/1) gst-android -> fetch ]
[(1/1) gst-android -> extract ]
[(1/1) gst-android -> configure ]
[(1/1) gst-android -> compile ]
[(1/1) gst-android -> install ]
[(1/1) gst-android -> post_install ]
[(1/1) gst-android -> gen_library_file ]


Regards

Fabrizio