[MOVED FROM BAD 20/28] ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new...
authorAlessandro Decina <alessandro.d@gmail.com>
Fri, 2 Jan 2009 01:44:11 +0000 (01:44 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 5 Jun 2009 17:48:25 +0000 (18:48 +0100)
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.

ext/x264/gstx264enc.c

index 649366c..21f7b0d 100644 (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;
   }