demux.patch seems to be causing an FTBFS ("error: request for member `opaque'
in something not a structure or union"). The following patch snippet appears
to correct the problem.
>>>>>
@@ -400,7 +400,7 @@
goto fail;
}
- ((URLContext*)(priv->oc->pb.opaque))->priv_data= muxer;
+ ((URLContext*)(priv->oc->pb->opaque))->priv_data= muxer;
muxer->priv = (void *) priv;
muxer->cont_new_stream = &lavf_new_stream;
<<<<<
signature.asc
Description: This is a digitally signed message part.

