Changes between Version 17 and Version 18 of FFmpeg
- Timestamp:
- Jan 31, 2013, 9:18:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FFmpeg
v17 v18 34 34 http://stackoverflow.com/questions/13010530/live-streaming-through-mp4 35 35 36 Error: 37 /usr/bin/ld: /home/rvdzwet/ff/lib/libavformat.a(allformats.o): relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared object; recompile with -fPIC 36 {{{ 37 Error: /usr/bin/ld: /home/rvdzwet/ff/lib/libavformat.a(allformats.o): relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared object; recompile with -fPIC 38 }}} 39 Make sure to set --enable-pic at your ./configure phase.