summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2012-07-24 12:21:19 +0000
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2012-07-24 12:21:19 +0000
commit27b9dda5d246db7f560fdfdb18c136e518d34ccc (patch)
tree5c4326dbc2590e10f199f97371b0903f234d9246
parent2cab56b9144efaedc949d3797edceb2e40fe6562 (diff)
Revert "configure: ensure HAVE_ENCODERS is placed in config.h"
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7165032..d7f81a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,11 +139,8 @@ GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugi
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl encoders - they can be missing
-AC_CHECK_HEADERS([ti/sdo/codecs/h264enc/ih264enc.h],[HAVE_ENCODERS=1])
+AC_CHECK_HEADER([ti/sdo/codecs/h264enc/ih264enc.h],[HAVE_ENCODERS=1])
AM_CONDITIONAL(HAVE_ENCODERS, test "$HAVE_ENCODERS" = "1")
-if test "$HAVE_ENCODERS" = "1"; then
- AC_DEFINE(HAVE_ENCODERS, 1, [Define if encoder headers are available])
-fi
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT