From 833807a67ffb0cd8ce75232b9ac1fdf6d77725cf Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 2 Jan 2009 01:44:11 +0000 Subject: 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. --- ext/faac/gstfaac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/faac/gstfaac.c') diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c index f802568a..22484ffb 100644 --- a/ext/faac/gstfaac.c +++ b/ext/faac/gstfaac.c @@ -401,7 +401,7 @@ gst_faac_configure_source_pad (GstFaac * faac) .5); if (conf->bitRate > maxbitrate) { GST_ELEMENT_WARNING (faac, RESOURCE, SETTINGS, (NULL), - ("bitrate %u exceeds maximum allowed bitrate of %u for samplerate %d. " + ("bitrate %lu exceeds maximum allowed bitrate of %u for samplerate %d. " "Setting bitrate to %u", conf->bitRate, maxbitrate, faac->samplerate, maxbitrate)); conf->bitRate = maxbitrate; -- cgit v1.2.1