[gst-cvs] gst-ffmpeg: configure: Fix FIXME comment

Sebastian Dröge slomo at kemper.freedesktop.org
Wed Aug 4 10:33:05 PDT 2010


Module: gst-ffmpeg
Branch: master
Commit: 7ee6a1511237341b56ec60bf6f6bc0fa97f09366
URL:    http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=7ee6a1511237341b56ec60bf6f6bc0fa97f09366

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Wed Aug  4 19:32:51 2010 +0200

configure: Fix FIXME comment

---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4ab6305..99527e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,9 +75,9 @@ dnl *** checks for programs ***
 
 dnl find a compiler
 AC_PROG_CC
-
-# FIXME: are these two lines needed ?
 AM_PROG_CC_STDC
+
+# FIXME: is this line needed?
 AS="${CC}"
 
 dnl check if the compiler supports '-c' and '-o' options





More information about the Gstreamer-commits mailing list