Marvin Scholz
Marvin Scholz
@maximd33 That's already happening, which is why I expected ffmpeg to just find it, as I assumed the contrib pkgconfig directory would already be set as `PKG_CONFIG_PATH`.
@maximd33 Are you sure you do not have the same issue as @Nomis101? (Too old rust toolchain?)
Figured out why for ffmpeg the PKG_CONFIG_PATH was not set properly. Although maybe there was a legitimate reason for it to override the whole default env, in which case PKG_CONFIG_PATH...
So now it clearly sets the right `PKG_CONFIG_PATH`, ffmpeg still fails with `ERROR: rav1e >= 0.1.0 not found using pkg-config`… Guess I need to do some CI debugging on my...
@maximd33 As it fails on CI I can not easily. Will add some logging in CI in my fork, that prints this file, to figure out whats wrong. You need...
Got it building in macOS CI now, although it fails at the final link step: ``` 2021-03-10T21:53:39.0956300Z : /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.11 -isysroot /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/runner/work/HandBrake/HandBrake/build/ub.osx1011.x86_64/xroot -L/Users/runner/work/HandBrake/HandBrake/build/ub.osx1011.x86_64/libhb -L/Users/runner/work/HandBrake/HandBrake/build/ub.osx1011.x86_64/contrib/lib -F/Users/runner/work/HandBrake/HandBrake/build/ub.osx1011.x86_64/xroot -filelist /Users/runner/work/HandBrake/HandBrake/build/ub.osx1011.x86_64/xroot/HandBrakeCLI.build/Objects-normal/x86_64/HandBrakeCLI.LinkFileList -Xlinker...
@Nomis101 Thanks for the example, thats very helpful! Although I wonder how I could make this work for rav1e given that at least currently it would be useful to have...
Even adding a `exit();` after `return 'Hello Admin!';` doesn't change anything… How can I prevent this behavior? **Edit:** Of course adding it after a return would not have any effect...
Actually this behavior is pretty cool, but it would definitively help to mention it somewhere in the readme or provide an example that illustrates this behavior. Especially because most routers...
Well some things are not documented at all it seems, for example reverse routing. Of course you can look at the API ref. but without knowing what exactly to look...