[nautilus-sound-converter/gst-1-0: 15/18] rename AM_GST_ELEMENT_CHECK to GST_ELEMENT_CHECK
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter/gst-1-0: 15/18] rename AM_GST_ELEMENT_CHECK to GST_ELEMENT_CHECK
- Date: Mon, 10 Jun 2013 20:21:00 +0000 (UTC)
commit 3ffe8d86c66d2460f6d9eea4100f052ff05f9502
Author: Brian Pepple <bpepple fedoraproject org>
Date: Mon Mar 18 13:39:23 2013 -0400
rename AM_GST_ELEMENT_CHECK to GST_ELEMENT_CHECK
configure.ac | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 15f69d4..bfa13cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,17 +70,17 @@ dnl -----------------------------------------------------------
dnl Find the GStreamer elements we use, and warn if they are
dnl not present.
dnl -----------------------------------------------------------
-AM_GST_ELEMENT_CHECK(vorbisdec,,AC_MSG_WARN([The 'vorbisdec' element was not found. This will cause decoding
from Ogg Vorbis to fail.]))
-AM_GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause encoding
to Ogg Vorbis to fail.]))
-AM_GST_ELEMENT_CHECK(flacdec,,AC_MSG_WARN([The 'flacdec' element was not found. This will cause decoding
from FLAC to fail.]))
-AM_GST_ELEMENT_CHECK(flacenc,,AC_MSG_WARN([The 'flacenc' element was not found. This will cause encoding to
FLAC to fail.]))
-AM_GST_ELEMENT_CHECK(wavpackenc,,AC_MSG_WARN([The 'wavpackenc' element was not found. This will cause
encoding from Wav to fail.]))
-AM_GST_ELEMENT_CHECK(wavpackdec,,AC_MSG_WARN([The 'wavpackdec' element was not found. This will cause
decoding to Wav to fail.]))
-AM_GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
-AM_GST_ELEMENT_CHECK(giosrc,,AC_MSG_WARN([The 'giosrc' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
-AM_GST_ELEMENT_CHECK(decodebin,,AC_MSG_WARN([The 'decodebin' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
-AM_GST_ELEMENT_CHECK(audioresample,,AC_MSG_WARN([The 'audioresample' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
-AM_GST_ELEMENT_CHECK(audioconvert,,AC_MSG_WARN([The 'audioconvert' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
+GST_ELEMENT_CHECK(vorbisdec,,AC_MSG_WARN([The 'vorbisdec' element was not found. This will cause decoding
from Ogg Vorbis to fail.]))
+GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause encoding to
Ogg Vorbis to fail.]))
+GST_ELEMENT_CHECK(flacdec,,AC_MSG_WARN([The 'flacdec' element was not found. This will cause decoding from
FLAC to fail.]))
+GST_ELEMENT_CHECK(flacenc,,AC_MSG_WARN([The 'flacenc' element was not found. This will cause encoding to
FLAC to fail.]))
+GST_ELEMENT_CHECK(wavpackenc,,AC_MSG_WARN([The 'wavpackenc' element was not found. This will cause encoding
from Wav to fail.]))
+GST_ELEMENT_CHECK(wavpackdec,,AC_MSG_WARN([The 'wavpackdec' element was not found. This will cause decoding
to Wav to fail.]))
+GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
+GST_ELEMENT_CHECK(giosrc,,AC_MSG_WARN([The 'giosrc' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
+GST_ELEMENT_CHECK(decodebin,,AC_MSG_WARN([The 'decodebin' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
+GST_ELEMENT_CHECK(audioresample,,AC_MSG_WARN([The 'audioresample' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
+GST_ELEMENT_CHECK(audioconvert,,AC_MSG_WARN([The 'audioconvert' element was not found. This will cause
Nautilus-Sound-Converter to fail at runtime.]))
dnl -----------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]