<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I have a little problem when building gst-ffmpeg-0.10.11 on MinGW. I
    get warning messages saying that shared libraries of avformat,
    avcodec and avutil are not built. Later I get a lot of linker errors
    about missing references to functions, all of which seem to reside
    in gst-libs/ext/ffmpeg subdirectories. How can I build shared
    libraries for avformat, avcodec and avutil? I'm not very familiar
    with autotools so this is a big problem for me.
    <br>
    <br>
    These are my commands:
    <br>
    ./configure --prefix=/c/MinGW --enable-shared --disable-static
    <br>
    make install
    <br>
    <br>
    Here are the warnings and error messages:
    <br>
    <br>
    Making install in ext
    <br>
    make[1]: Entering directory `/home/Marko/gst-ffmpeg-0.10.11/ext'
    <br>
    Making install in ffmpeg
    <br>
    make[2]: Entering directory
    `/home/Marko/gst-ffmpeg-0.10.11/ext/ffmpeg'
    <br>
    &nbsp; CCLD&nbsp;&nbsp; libgstffmpeg.la
    <br>
    <br>
    *** Warning: Trying to link with static lib archive
    ../../gst-libs/ext/ffmpeg/libavformat/libavformat.a.
    <br>
    *** I have the capability to make that library automatically link in
    when
    <br>
    *** you link to this library.&nbsp; But I can only do this if you have a
    <br>
    *** shared version of the library, which you do not appear to have
    <br>
    *** because the file extensions .a of this argument makes me believe
    <br>
    *** that it is just a static archive that I should not use here.
    <br>
    <br>
    *** Warning: Trying to link with static lib archive
    ../../gst-libs/ext/ffmpeg/libavcodec/libavcodec.a.
    <br>
    *** I have the capability to make that library automatically link in
    when
    <br>
    *** you link to this library.&nbsp; But I can only do this if you have a
    <br>
    *** shared version of the library, which you do not appear to have
    <br>
    *** because the file extensions .a of this argument makes me believe
    <br>
    *** that it is just a static archive that I should not use here.
    <br>
    <br>
    *** Warning: Trying to link with static lib archive
    ../../gst-libs/ext/ffmpeg/libavutil/libavutil.a.
    <br>
    *** I have the capability to make that library automatically link in
    when
    <br>
    *** you link to this library.&nbsp; But I can only do this if you have a
    <br>
    *** shared version of the library, which you do not appear to have
    <br>
    *** because the file extensions .a of this argument makes me believe
    <br>
    *** that it is just a static archive that I should not use here.
    <br>
    Info: resolving ___gst_debug_min by linking to
    __imp____gst_debug_min (auto-import)
    <br>
    Info: resolving _GST_CAT_DEFAULT by linking to
    __imp__GST_CAT_DEFAULT (auto-import)
    <br>
    Creating library file: .libs/libgstffmpeg.dll.a
    <br>
    <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>mingw/bin<span
        class="moz-txt-tag">/</span></i>../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe:
    warning: auto-importing has been activated without
    --enable-auto-import specified on the command line.
    <br>
    This should work unless it involves constant data structures
    referencing symbols from auto-imported DLLs.
    <br>
    .libs/libgstffmpeg_la-gstffmpeg.o: In function `plugin_init':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:134:
    undefined reference to `av_log_set_callback'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:139:
    undefined reference to `av_register_all'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:154:
    undefined reference to `register_protocol'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:155:
    undefined reference to `register_protocol'
    <br>
    .libs/libgstffmpeg_la-gstffmpeg.o: In function
    `gst_ffmpeg_avcodec_open':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:52:
    undefined reference to `avcodec_open'
    <br>
    .libs/libgstffmpeg_la-gstffmpeg.o: In function
    `gst_ffmpeg_avcodec_close':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:64:
    undefined reference to `avcodec_close'
    <br>
    .libs/libgstffmpeg_la-gstffmpeg.o: In function
    `gst_ffmpeg_av_find_stream_info':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpeg.c:76:
    undefined reference to `av_find_stream_info'
    <br>
    .libs/libgstffmpeg_la-gstffmpegcodecmap.o: In function
    `gst_ffmpeg_get_palette':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:52:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:53:
    undefined reference to `av_malloc'
    <br>
    .libs/libgstffmpeg_la-gstffmpegcodecmap.o: In function
    `gst_ffmpeg_codecid_to_caps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:1547:
    undefined reference to `avcodec_find_decoder'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:1547:
    undefined reference to `avcodec_find_encoder'
    <br>
    .libs/libgstffmpeg_la-gstffmpegcodecmap.o: In function
    `gst_ffmpeg_caps_with_codecid':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:2250:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:2276:
    undefined reference to `av_mallocz'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:2325:
    undefined reference to `av_mallocz'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:2291:
    undefined reference to `av_mallocz'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmake[2]: Leaving directory
    `/home/Marko/gst-ffmpeg-0.10.11/ext/ffmpeg'
    <br>
    make[1]: Leaving directory `/home/Marko/gst-ffmpeg-0.10.11/ext'
    <br>
    codecmap.o: In function `gst_ffmpeg_caps_to_codecid':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:3288:
    undefined reference to `avcodec_find_decoder_by_name'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:3288:
    undefined reference to `avcodec_find_encoder_by_name'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:3300:
    undefined reference to `avcodec_find_decoder_by_name'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcodecmap.c:3300:
    undefined reference to `avcodec_find_encoder_by_name'
    <br>
    .libs/libgstffmpeg_la-gstffmpegutils.o: In function
    `gst_ffmpeg_get_codecid_longname':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.c:31:
    undefined reference to `avcodec_find_decoder'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.c:31:
    undefined reference to `avcodec_find_encoder'
    <br>
    .libs/libgstffmpeg_la-gstffmpegutils.o: In function
    `new_aligned_buffer':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.c:410:
    undefined reference to `av_malloc'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.c:412:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_init':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:248:
    undefined reference to `avcodec_alloc_context'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:249:
    undefined reference to `avcodec_alloc_frame'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_encode_audio':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:860:
    undefined reference to `avcodec_encode_audio'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_chain_audio':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:913:
    undefined reference to `av_get_bits_per_sample_format'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:1024:
    undefined reference to `av_get_bits_per_sample'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_flush_buffers':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:1071:
    undefined reference to `avcodec_encode_video'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpeg_time_gst_to_ff':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:74:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_chain_video':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:781:
    undefined reference to `avcodec_encode_video'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_getcaps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:448:
    undefined reference to `avcodec_alloc_context'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:487:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_setcaps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:529:
    undefined reference to `avcodec_get_context_defaults'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_finalize':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:298:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:299:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegenc.o: In function
    `gst_ffmpegenc_register':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:1307:
    undefined reference to `av_codec_next'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:1378:
    undefined reference to `av_codec_next'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegenc.c:1378:
    undefined reference to `av_codec_next'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_init':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:425:
    undefined reference to `avcodec_alloc_context'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:426:
    undefined reference to `avcodec_alloc_frame'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_flush_pcache':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2351:
    undefined reference to `av_parser_close'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2352:
    undefined reference to `av_parser_init'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_audio_frame':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2109:
    undefined reference to `avcodec_decode_audio2'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_video_frame':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:1754:
    undefined reference to `avcodec_decode_video'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `get_output_buffer':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:1568:
    undefined reference to `av_picture_copy'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_chain':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2510:
    undefined reference to `avcodec_flush_buffers'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2589:
    undefined reference to `av_parser_parse'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_close':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:587:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:592:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:601:
    undefined reference to `av_parser_close'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_setcaps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:733:
    undefined reference to `avcodec_get_context_defaults'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_open':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:641:
    undefined reference to `av_parser_init'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:656:
    undefined reference to `av_parser_init'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_get_buffer':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:989:
    undefined reference to `avcodec_default_get_buffer'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:1016:
    undefined reference to `avcodec_align_dimensions'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:1032:
    undefined reference to `avcodec_default_get_buffer'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_finalize':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:456:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:461:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_sink_event':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2378:
    undefined reference to `avcodec_flush_buffers'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_register':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2850:
    undefined reference to `av_codec_next'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:2973:
    undefined reference to `av_codec_next'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdec.o: In function
    `gst_ffmpegdec_release_buffer':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdec.c:1078:
    undefined reference to `avcodec_default_release_buffer'
    <br>
    .libs/libgstffmpeg_la-gstffmpegcfg.o: In function
    `gst_ffmpeg_cfg_install_property':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcfg.c:769:
    undefined reference to `avcodec_alloc_context'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcfg.c:771:
    undefined reference to `avcodec_get_context_defaults'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegcfg.c:882:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_close':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:344:
    undefined reference to `av_close_input_file'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpeg_time_ff_to_gst':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_do_seek':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:442:
    undefined reference to `av_find_default_stream_index'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpeg_time_gst_to_ff':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:74:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_do_seek':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:468:
    undefined reference to `av_index_search_timestamp'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpeg_time_ff_to_gst':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_do_seek':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:488:
    undefined reference to `av_seek_frame'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpeg_time_ff_to_gst':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_loop':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1345:
    undefined reference to `av_read_frame'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpeg_time_ff_to_gst':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:59:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_loop':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1473:
    undefined reference to `av_free_packet'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_open':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1162:
    undefined reference to `av_open_input_file'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_loop':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1436:
    undefined reference to `av_picture_copy'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1551:
    undefined reference to `av_free_packet'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1562:
    undefined reference to `av_free_packet'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdemux.o: In function
    `gst_ffmpegdemux_register':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:1865:
    undefined reference to `av_iformat_next'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdemux.c:2025:
    undefined reference to `av_iformat_next'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_collected':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:638:
    undefined reference to `url_fopen'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:645:
    undefined reference to `av_set_parameters'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:652:
    undefined reference to `av_write_header'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:662:
    undefined reference to `put_flush_packet'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpeg_time_gst_to_ff':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:74:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_collected':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:754:
    undefined reference to `av_write_frame'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpeg_time_gst_to_ff':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegutils.h:74:
    undefined reference to `av_rescale_q'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_collected':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:735:
    undefined reference to `av_picture_copy'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:760:
    undefined reference to `av_write_trailer'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:762:
    undefined reference to `put_flush_packet'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:763:
    undefined reference to `url_fclose'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_change_state':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:801:
    undefined reference to `url_fclose'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_request_new_pad':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:453:
    undefined reference to `av_new_stream'
    <br>
    .libs/libgstffmpeg_la-gstffmpegmux.o: In function
    `gst_ffmpegmux_register':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:877:
    undefined reference to `av_oformat_next'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegmux.c:951:
    undefined reference to `av_oformat_next'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdeinterlace.o: In function
    `gst_ffmpegdeinterlace_chain':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:190:
    undefined reference to `avpicture_deinterlace'
    <br>
    .libs/libgstffmpeg_la-gstffmpegdeinterlace.o: In function
    `gst_ffmpegdeinterlace_sink_setcaps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:124:
    undefined reference to `avcodec_alloc_context'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:136:
    undefined reference to `av_free'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:139:
    undefined reference to `avpicture_get_size'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:145:
    undefined reference to `gst_caps_set_value'
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegdeinterlace.c:130:
    undefined reference to `av_free'
    <br>
    .libs/libgstffmpeg_la-gstffmpegaudioresample.o: In function
    `gst_ffmpegaudioresample_transform':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegaudioresample.c:278:
    undefined reference to `audio_resample'
    <br>
    .libs/libgstffmpeg_la-gstffmpegaudioresample.o: In function
    `gst_ffmpegaudioresample_set_caps':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegaudioresample.c:251:
    undefined reference to `audio_resample_init'
    <br>
    .libs/libgstffmpeg_la-gstffmpegaudioresample.o: In function
    `gst_ffmpegaudioresample_finalize':
    <br>
    C:\MinGW\msys\1.0\home\Marko\gst-ffmpeg-0.10.11\ext\ffmpeg/gstffmpegaudioresample.c:154:
    undefined reference to `audio_resample_close'
    <br>
    collect2: ld returned 1 exit status
    <br>
    make[2]: *** [libgstffmpeg.la] Error 1
    <br>
    make[1]: *** [install-recursive] Error 1
    <br>
    make: *** [install-recursive] Error 1
  </body>
</html>