[MOVED FROM BAD 20/28] ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.

Original commit message from CVS:
* ext/apexsink/Makefile.am:
Link against -lgcrpyto for RSA_new and RSA_free.
* ext/faac/gstfaac.c:
* ext/x264/gstx264enc.c:
Fix compiler warnings.
This commit is contained in:
Alessandro Decina 2009-01-02 01:44:11 +00:00 committed by Jan Schmidt
parent 4ce646744c
commit 3b41060f6d

View file

@ -617,7 +617,7 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
encoder->x264enc = x264_encoder_open (&encoder->x264param);
if (!encoder->x264enc) {
GST_ELEMENT_ERROR (encoder, STREAM, ENCODE,
("Can not initialize x264 encoder."), (""));
("Can not initialize x264 encoder."), (NULL));
return FALSE;
}