Staging
v0.5.1
Revision 8d119e05672a419a83cb73940473c65abb82852a authored by Filip Roséen on 09 March 2016, 17:19:15 UTC, committed by Jean-Baptiste Kempf on 09 March 2016, 17:26:40 UTC
LLVM treats a typedef with forward-declaration inside a local struct as
a forward-declaration for a nested type of that struct, effectively
erroring on the implementation of the dispatchers.

This patch fixes that issue by forcing the name to referr to a type in
the sourrounding scope (by introducing a proper forward-declaration).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent c7ccd77
History
File Mode Size
dynamicoverlay
libvlc
modules
samples
src
.gitignore -rw-r--r-- 240 bytes
Makefile.am -rw-r--r-- 4.1 KB
TODO -rw-r--r-- 211 bytes
check_POTFILES.sh -rwxr-xr-x 221 bytes
run_vlc.sh -rwxr-xr-x 235 bytes

back to top