[FFmpeg-user] Static compile with librtmp
Young Kim
shadowing71 at gmail.com
Thu Nov 8 20:32:13 CET 2012
On Thursday, November 8, 2012 at 11:21 AM, Carl Eugen Hoyos wrote:
> Young Kim <shadowing71 <at> gmail.com (http://gmail.com)> writes:
>
> > /home/ykim/encodebuild/lib/librtmp.so: undefined reference to `dlsym'
>
> What is the output of:
> $ pkg-config --libs librtmp
> ?
>
As a clarification, I ran this before: export PKG_CONFIG_PATH="/home/ykim/encodebuild/lib/pkgconfig". As a result of that, pkg-config outputs this: -L/home/ykim/encodebuild/lib -lrtmp -lz -lssl -lcrypto
>
> And to make sure, please post the configure line
> you used.
>
./configure --prefix=/home/ykim/encodebuild --enable-runtime-cpudetect --disable-debug --disable-ffserver --disable-ffplay --disable-ffprobe --disable-shared --enable-libfaac --enable-libmp3lame --enable-librtmp --enable-libx264 --enable-libxvid --enable-libass --enable-libfreetype --enable-gpl --enable-nonfree --extra-libs='-lfontconfig -lfreetype -lexpat -lenca -lfribidi'
- Young
More information about the ffmpeg-user
mailing list