That's true. But the audio output as well as the image output is unexposed
or disabled for C/C++ apps in Android.So I plan to dwindle the work to
implement the image first,if success, the audio work will be easy to follow.
Regards.
On Wed, Mar 9, 2011 at 6:22 PM, Attila Sukosd wrote:
> Could you
Yes,my said spicec is the spicec-gtk because I changed to for it's safer
than the C++ spicec.
On Wed, Mar 9, 2011 at 6:26 PM, Alon Levy wrote:
> On Wed, Mar 09, 2011 at 06:18:50PM +0800, Shuxiang Lim wrote:
> > Yep, I walked around this but to face more chored and nasty troubles in
> > porting P
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 31e832b..5580a5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,7 +337,7 @@ if test "x$with_sasl" != "xno"; then
elif test "x$with_sasl" = "xyes"; then
SASL_LI
---
server/Makefile.am |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/Makefile.am b/server/Makefile.am
index 5a5106e..5e49c66 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -19,6 +19,7 @@ INCLUDES = \
$(WARN_CFLAGS) \
---
python_modules/codegen.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/python_modules/codegen.py b/python_modules/codegen.py
index 03c67e6..75033dc 100644
--- a/python_modules/codegen.py
+++ b/python_modules/codegen.py
@@ -11,7 +11,7 @@ def camel_to_underscores(s,
---
client/smartcard_channel.cpp |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
index 98f24a8..272d29d 100644
--- a/client/smartcard_channel.cpp
+++ b/client/smartcard_channel.cpp
@@ -4,10 +4,10 @@
#inclu
Some stuff lying around in my multiclient queue (except for the last one,
but didn't want to send two misc patchsets).
Alon Levy (4):
client/smartcard: use proper include delemiters
python_modules/codegen.py: fix indent error in an unused function
server: use -std=c99 -D_GNU_POSIX (finds som
On Wed, Mar 09, 2011 at 06:18:50PM +0800, Shuxiang Lim wrote:
> Yep, I walked around this but to face more chored and nasty troubles in
> porting Pulseaudio lib, time limited, so I decided to DISABLE the
> audio(playback/record) channels first. Thus the porting of libspicec_glib.so
> is finished(al
Could you maybe give access to other devs to aid the development?
Rgrds,
Attila
On Wed, Mar 9, 2011 at 11:18 AM, Shuxiang Lim wrote:
> Yep, I walked around this but to face more chored and nasty troubles in
> porting Pulseaudio lib, time limited, so I decided to DISABLE the
> audio(playback/re
Yep, I walked around this but to face more chored and nasty troubles in
porting Pulseaudio lib, time limited, so I decided to DISABLE the
audio(playback/record) channels first. Thus the porting of libspicec_glib.so
is finished(along with all its dependences) and androidVNCViewer(whose UI
will be pe
On Wed, Mar 09, 2011 at 11:10:03AM +0800, Shuxiang Lim wrote:
> Hi,I need help!
> Now I've managed to divided spicec-gtk into two parts libspicec.so(based
> on libpixman.so,libglib-2.0.so...No relation to X11 at all) and spicec(based
> on libspicec.so and libgtk.so...). And the glib2.0 porting to
11 matches
Mail list logo