Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. gcc -Wl,-soname,libvslsmashsource.so.868 -fPIC -L. -L/home/vapoursynth/lib -L/home/vapoursynth/lib -L/home/vapoursynth/lib -shared -Wl,-s -o libvslsmashsource.so.868 lsmashsource.o video_output.o libavsmash_source.o lwlibav_source.o ../common/utils.o ../common/qsv.o ../common/libavsmash.o ../common/libavsmash_video.o ../common/lwlibav_dec.o ../common/lwlibav_video.o ../common/lwlibav_audio.o ../common/lwindex.o ../common/video_output.o -pthread -L/home/vapoursynth/lib -llsmash -lavformat -lavcodec -lx265 -lstdc++ -lrt -lx264 -ldl -lvpx -lpthread -lass -lfontconfig -lenca -lfribidi -lexpat -lfreetype -lpng12 -lz -lswresample -lswscale -lavutil -lm
  2. /usr/bin/ld: /home/vapoursynth/lib/libx264.a(cabac-a.o): relocation R_X86_64_32 against `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC
  3. /home/vapoursynth/lib/libx264.a: error adding symbols: Bad value
  4. collect2: error: ld returned 1 exit status
  5. make: *** [libvslsmashsource.so.868] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement