summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Pepple <bpepple@fedoraproject.org>2010-01-24 14:12:03 -0500
committerBrian Pepple <bpepple@fedoraproject.org>2010-01-24 14:12:03 -0500
commit2993c9c8eefe83683951743391e6b8a585d5e291 (patch)
treea193738d978296090875f1600d6524055d774a0a
parent8aec929f2368f5b5566fb8b1a54344c76fc7c145 (diff)
downloadsonancy-2993c9c8eefe83683951743391e6b8a585d5e291.tar.gz
sonancy-2993c9c8eefe83683951743391e6b8a585d5e291.tar.xz
sonancy-2993c9c8eefe83683951743391e6b8a585d5e291.zip
Change references to n-s-c to Sonancy.
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index fb5e5b2..13459b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,11 +47,11 @@ dnl -----------------------------------------------------------
dnl Find the GStreamer elements we use, and warn if they are
dnl not present.
dnl -----------------------------------------------------------
-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.]))
+AM_GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause Sonancy to fail at runtime.]))
+AM_GST_ELEMENT_CHECK(giosrc,,AC_MSG_WARN([The 'giosrc' element was not found. This will cause Sonancy to fail at runtime.]))
+AM_GST_ELEMENT_CHECK(decodebin,,AC_MSG_WARN([The 'decodebin' element was not found. This will cause Sonancy to fail at runtime.]))
+AM_GST_ELEMENT_CHECK(audioresample,,AC_MSG_WARN([The 'audioresample' element was not found. This will cause Sonancy to fail at runtime.]))
+AM_GST_ELEMENT_CHECK(audioconvert,,AC_MSG_WARN([The 'audioconvert' element was not found. This will cause Sonancy to fail at runtime.]))
dnl -----------------------------------------------------------