Hi, On Wed, Apr 21, 2010 at 4:39 PM, Hwasoo Lee <[email protected]> wrote: > Well then can I generate matroskadec.a lib by tweaking some compile options? > My main goal is just creating a library of matroskadec that I can use it in > my app.
You probably want something like "./configure --disable-decoders --disable-encoders --disable-muxers --disable-demuxers --enable-demuxer=matroskadec --disable-devices --disable-swscale", and then link against the resulting libavformat.a. (Untested, might not work, might contain typos, etc.) Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
