clickear

Results 7 comments of clickear

> You'll need to remove `-Djavacpp.cppbuild.skip=true`. this is my first step. **bash cppbuild.sh install ffmpeg -extension=-gltransition** i found it maybe a error on add `@Platform(value = "mac", extension = {"-gpl","-gltransition"},preload...

> If you set the linkpath to "/usr/local/lib", it will look there, yes, that's normal. but i not set the linkpath to `/usr/local/lib`. java defualt linkpath is `/usr/local/lib` ?

run cmd /usr/bin/Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xdummy.log -config /etc/X11/xorg.conf :1 & it work for me! see https://github.com/clofus/ffmpeg-gl/blob/master/init.sh

run cmd /usr/bin/Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xdummy.log -config /etc/X11/xorg.conf :1 & it work for me! see https://github.com/clofus/ffmpeg-gl/blob/master/init.sh

run cmd /usr/bin/Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xdummy.log -config /etc/X11/xorg.conf :1 & it work for me! see https://github.com/clofus/ffmpeg-gl/blob/master/init.sh

![image](https://user-images.githubusercontent.com/12124172/50439895-b9b05f00-092e-11e9-9f62-18974673db29.png) 这是由于在 scca-plugin-git项目中,对SccaGitProperties 即使用了 @Value 和 @ConfigurationProperties。跟踪发现,首次加载时,有进入正确的值。但生成bean注入到容器中时,由于 @ConfigurationProperties 是松散语法,匹配到了 username这个变量。 ![image](https://user-images.githubusercontent.com/12124172/50440036-4d822b00-092f-11e9-9684-6cfba1716ea6.png) 应该是用法不对导致的。 将 SccaPluginGitConfiguration 修改为 @Import(SccaGitProperties.class) 可正常使用。

> 还有个思路,可以在开发环境,禁用asm功能 SerializeConfig.getGlobalInstance().setAsmEnable(false);