Skip to content

Instantly share code, notes, and snippets.

@ubuntuaddicted
Created March 8, 2015 07:40
Show Gist options
  • Save ubuntuaddicted/0a52b95a6f35609465b0 to your computer and use it in GitHub Desktop.
Save ubuntuaddicted/0a52b95a6f35609465b0 to your computer and use it in GitHub Desktop.
portable-build_arch-ffmpeg_branch
/usr/bin/ld: warning: libx265.so.35, needed by /usr/bin/../lib64/libavcodec.so.56, not found (try using -rpath or -rpath-link)
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_open_35'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_parse'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_default_preset'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_free'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_max_bit_depth'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_headers'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_param_alloc'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_picture_init'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_encode'
/usr/bin/../lib64/libavcodec.so.56: undefined reference to `x265_encoder_close'
collect2: error: ld returned 1 exit status
obs/CMakeFiles/obs.dir/build.make:767: recipe for target 'obs/obs' failed
make[2]: *** [obs/obs] Error 1
CMakeFiles/Makefile2:332: recipe for target 'obs/CMakeFiles/obs.dir/all' failed
make[1]: *** [obs/CMakeFiles/obs.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment