ekianjo Hardcore Member Joined May 7, 2012 Messages 8,261 Location 神戸市、日本 (Japan) Oct 1, 2012 #1 Is there a way to find what standard libraries are included in the firmware? and which version of them ?
Is there a way to find what standard libraries are included in the firmware? and which version of them ?
mcobit Advanced Member Joined Jul 28, 2008 Messages 6,909 Oct 1, 2012 #2 Look into the /usr/lib folder on the Pandora?
EvilDragon Administrator Staff member Joined Mar 4, 2003 Messages 29,992 Age 47 Location Ingolstadt Oct 1, 2012 #3 Or check what lib-packages are included: http://openpandora.org/firmware/images/Angstrom-pandora-xfce-image-glibc-ipk-2010.4-test-20120808-omap3-pandora-testlab/installed-packages.txt
Or check what lib-packages are included: http://openpandora.org/firmware/images/Angstrom-pandora-xfce-image-glibc-ipk-2010.4-test-20120808-omap3-pandora-testlab/installed-packages.txt
notaz Certified Guru Joined Aug 23, 2005 Messages 4,915 Location Lithuania Website notaz.gp2x.de Oct 1, 2012 #4 sudo opkg list-installed
ekianjo Hardcore Member Joined May 7, 2012 Messages 8,261 Location 神戸市、日本 (Japan) Oct 2, 2012 #5 Thanks a lot everyone!
ekianjo Hardcore Member Joined May 7, 2012 Messages 8,261 Location 神戸市、日本 (Japan) Oct 2, 2012 #6 I checked and ffmpeg seems to be installed, but strangely enough I cannot launch it from the terminal using "ffmpeg" -> any idea why ?
I checked and ffmpeg seems to be installed, but strangely enough I cannot launch it from the terminal using "ffmpeg" -> any idea why ?
mcobit Advanced Member Joined Jul 28, 2008 Messages 6,909 Oct 2, 2012 #7 I don't think ffmpeg is installed in the firmware. I compiled it for a pnd. You can grab it from the repo. Last edited by a moderator: Oct 2, 2012
I don't think ffmpeg is installed in the firmware. I compiled it for a pnd. You can grab it from the repo.
ekianjo Hardcore Member Joined May 7, 2012 Messages 8,261 Location 神戸市、日本 (Japan) Oct 3, 2012 #8 mcobit said: I don't think ffmpeg is installed in the firmware. I compiled it for a pnd. You can grab it from the repo. Click to expand... How about this package ? gst-ffmpeg_0.10.10-r0.5_armv7a.ipk Isn't that ffmpeg?
mcobit said: I don't think ffmpeg is installed in the firmware. I compiled it for a pnd. You can grab it from the repo. Click to expand... How about this package ? gst-ffmpeg_0.10.10-r0.5_armv7a.ipk Isn't that ffmpeg?
F freamon Active Member Joined Apr 13, 2011 Messages 562 Oct 3, 2012 #9 Nope, I think that's a gstreamer wrapper? It contains Code: /usr/lib/gstreamer-0.10/libgstpostproc.so /usr/lib/gstreamer-0.10/libgstffmpegscale.so /usr/lib/gstreamer-0.10/libgstffmpeg.so The ffmpeg binary is available from mcobit's pnd, and it's also available in the get-iplayer pnd - link's in sig - (it's version 1.0., but I only did a straightforward "./configure/make/make install" so it might have less features than mcobit's).
Nope, I think that's a gstreamer wrapper? It contains Code: /usr/lib/gstreamer-0.10/libgstpostproc.so /usr/lib/gstreamer-0.10/libgstffmpegscale.so /usr/lib/gstreamer-0.10/libgstffmpeg.so The ffmpeg binary is available from mcobit's pnd, and it's also available in the get-iplayer pnd - link's in sig - (it's version 1.0., but I only did a straightforward "./configure/make/make install" so it might have less features than mcobit's).