Building gst-plugins-good/ext/jpeg

Ryan Melville ryan.melville at updatelogic.com
Wed Apr 25 14:45:22 PDT 2012


Hi,

Thanks to the directions at http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions I was able to build GStreamer for Android.

However, I noticed that libgstjpeg.so was not built.  This is in gst-plugins-good/ext/jpeg.  It doesn't seem to be referenced by any Android.mk...

My build mentioned:

configure: *** checking feature: jpeg library ***
configure: *** for plug-ins: jpeg ***
checking for jpeg_set_defaults in -ljpeg-mmx... no
checking for jpeg_set_defaults in -ljpeg... no
configure: *** These plugins will not be built: jpeg

I *do* have /usr/lib/libjpeg.so on my system and it *does* have jpeg_set_defaults as shown by "readelfs -Ws /usr/lib/libjpeg.so", which seems to be the detection logic in 'configure'.  But, I'm not sure it would even look at my Linux system's libraries (what use would they be to an Android build?).

Anyway, I apparently don't understand why the jpeg plugin isn't being selected to build, as I don't understand the magic that happened during "./setup.sh" to setup all of my Android.mk's and build the other libraries.

Has anyone else built the jpeg plugin?  Or, I would greatly appreciate any insight or tips on how to build it.

Regards,
Ryan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20120425/08b94c96/attachment.htm>


More information about the gstreamer-android mailing list