diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5cb7b3db..1939c4c5 100644 --- a/configure.ac +++ b/configure.ac @@ -263,8 +263,8 @@ if test "x$HAVE_GST_PLUGINS" = "xno"; then AC_MSG_ERROR(no GStreamer Plugins Libs found) fi -AC_SUBST(GST_PLUGINS_LIBS) -AC_SUBST(GST_PLUGINS_CFLAGS) +AC_SUBST(GST_PLUGINS_LIBS_LIBS) +AC_SUBST(GST_PLUGINS_LIBS_CFLAGS) dnl Determine endianness AC_C_BIGENDIAN |