GS Editing Services issues
Sandro Sacquegno
sansac at gmail.com
Wed Apr 23 02:11:08 PDT 2014
Hi,
I long awaited the new release, particularly for the Editing Services, but
unfortunately I can't get it work.
I just did this for a quick check:
1) inserted #*include* <ges <http://code.metager.de/source/s?path=ges/>/
ges.h <http://code.metager.de/source/s?path=ges/ges.h>>
2) inserted ges_init()
3) compiler complained about missing ges-version.h
4) actually it was missing: I get one from a ges tarball I had
5) modified ges-version.h from:
#define GES_VERSION_MAJOR (@GES_VERSION_MAJOR@)
#define GES_VERSION_MINOR (@GES_VERSION_MINOR@)
#define GES_VERSION_MICRO (@GES_VERSION_MICRO@)
#define GES_VERSION_NANO (@GES_VERSION_NANO@)
to
#define GES_VERSION_MAJOR 1
#define GES_VERSION_MINOR 0
#define GES_VERSION_MICRO 0
#define GES_VERSION_NANO 0
6) now doesn't complain anymore (of course) with missing ges-version.h, but
it complains with "undefined reference to 'ges_init'" and with whatever
ges_xxxx invocation I put in my code.
It seems it doesn't see the lib object.
BTW: which is the ges *.a module?
What can I do?
Thanx in advance
Sandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20140423/81ff7877/attachment.html>
More information about the gstreamer-android
mailing list