|
3. root@zhupan-desktop:/home/zhupan/gst-ffmpeg-0.10.10# ./configure
……
3. root@zhupan-desktop:/home/zhupan/gst-ffmpeg-0.10.10# make
然后就出现下面的错误:
*** Warning: Linking the shared library libgstffmpeg.la against the
*** static library ../../gst-libs/ext/ffmpeg/libavformat/libavformat.a is not portable!
*** Warning: Linking the shared library libgstffmpeg.la against the
*** static library ../../gst-libs/ext/ffmpeg/libavcodec/libavcodec.a is not portable!
*** Warning: Linking the shared library libgstffmpeg.la against the
*** static library ../../gst-libs/ext/ffmpeg/libavutil/libavutil.a is not portable!
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make[3]: *** [libgstffmpeg.la] 错误 1
make[2]: *** [all-recursive] 错误 1
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 |
|