- 22 Nov, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Move freeaddrinfo() to compat/. ----- CCLD libstream_out_standard_plugin.la weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'. weakld: info: The symbol is referenced by: P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj Ignoring unresolved externals reported from weak prelinker. Error! E2028: _freeaddrinfo is an undefined reference file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo ----- Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Nov, 2014 31 commits
-
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
poll isn't defined before vista, and we're building for windows XP
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
STDIN_FILENO isn't defined by MSVC
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
They collide with the actual functions
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
After jbmr2, dequeueBuffer return a fence_fd, that is signaled when buffer is ready. For now, dequeue is still synchronous since it wait on fence_fd. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
fence_fd should stay in nativewindowpriv.c, no need to export it. It's not needed by hw buffers (iomx-dr), and it's not used by gralloc until Android 5.0. This reverts commit 06cb362f. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Nov, 2014 2 commits
-
-
Sean McGovern authored
It is not a documented optimization level for gcc or clang. This makes building with clang significantly less spammy. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Jean-Baptiste Kempf authored
They depend on GDI or DShow
-
- 19 Nov, 2014 5 commits
-
-
Thomas Guillem authored
And don't call deprecated functions after android 4.3. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Paweł Stankowski authored
Support for 24bpp was removed from freerdp repository in commit 02c1bf14ce1f3ad2199a349066548977916d9c06. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-