From 78f960fe5e4deba591d5d4772959c0f2260b1ca0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 5 Oct 2003 16:51:52 +0000 Subject: fixes 121184 don't compile ffmpeg without gcc Original commit message from CVS: fixes 121184 don't compile ffmpeg without gcc --- common | 2 +- configure.ac | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common b/common index b4a839c99..b7abb510a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b4a839c99c0bf2d4903824426ef3cc0d4b0ad992 +Subproject commit b7abb510aa14e8692df39ea8c2c758e37d8a8d8a diff --git a/configure.ac b/configure.ac index 42396ec03..84cad0ed2 100644 --- a/configure.ac +++ b/configure.ac @@ -602,6 +602,10 @@ GST_CHECK_FEATURE(FFMPEG, [ffmpeg plug-ins], ffmpeg, [ HAVE_FFMPEG=yes, HAVE_FFMPEG=no) fi fi + # ffmpeg requires gcc + if test "x$GCC" != xyes ; then + HAVE_FFMPEG=no + fi # we only bother with uninstalled (included) ffmpeg for now AC_DEFINE_UNQUOTED(HAVE_FFMPEG_UNINSTALLED, 1, [defined if we use uninstalled ffmpeg]) -- cgit v1.2.1