I was using old DynamicTVVLCKit compilation for my tvOS project. I re-compile the last commit in master branch. When I add the new DynamicTVVLCKit, it works in simulator but I have problems with the device (AppleTV). I get:
Code: Select all
Undefined symbols for architecture arm64:
"_merge16_arm64_neon", referenced from:
_Open in libStaticTVLibvlc.a(libdeinterlace_plugin_la-deinterlace.o)
"_merge8_arm64_neon", referenced from:
_Open in libStaticTVLibvlc.a(libdeinterlace_plugin_la-deinterlace.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thanks!