Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
rtmpdump-2.2e and ffmpeg-0.6I have compiled rtmpdump from source (Linux) and when setting --enable-librtmp to compile ffmpeg, the make will barf on;
Code:
LD libavformat/libavformat.so.52 /usr/bin/ld: /usr/lib64/librtmp.a(rtmp.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib64/librtmp.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libavformat/libavformat.so.52] Error 1 Any thoughts or pointers to resolve this? |
|
#2
|
|||
|
|||
Re: rtmpdump-2.2e and ffmpeg-0.6 [SOLVED]Quote:
|
|
#3
|
|||
|
|||
Re: rtmpdump-2.2e and ffmpeg-0.6Manually inserting anything into the Makefile should never be necessary.
Use "make XCFLAGS=..." to add to the CFLAGS. All of the available variables are clearly defined in the Makefile. |
|
| Tags: compile, compliling, ffmpeg, rtmpdump, rtmpdump ffmpeg |
| Thread Tools | |
| Display Modes | |
|
|