You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to build my ffmpeg git version with this filter and I get this error
/usr/bin/ld: /usr/local/lib/libTransform360.a(VideoFrameTransformHandler.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTIj@@CXXABI_1.3' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
ffbuild/library.mak:102: recipe for target 'libavfilter/libavfilter.so.7' failed
make: *** [libavfilter/libavfilter.so.7] Error 1
I have followed all the steps in the github
Thanks for all
best regards
The text was updated successfully, but these errors were encountered:
Hello, I am trying to build my ffmpeg git version with this filter and I get this error
/usr/bin/ld: /usr/local/lib/libTransform360.a(VideoFrameTransformHandler.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTIj@@CXXABI_1.3' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
ffbuild/library.mak:102: recipe for target 'libavfilter/libavfilter.so.7' failed
make: *** [libavfilter/libavfilter.so.7] Error 1
I have followed all the steps in the github
Thanks for all
best regards
The text was updated successfully, but these errors were encountered: