mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure: fix typo in mpeg2enc check so CPPFLAGS get restored correctly
https://bugzilla.gnome.org/show_bug.cgi?id=661614
This commit is contained in:
parent
6c4f5b6ae9
commit
178ae4f99d
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ AG_GST_CHECK_FEATURE(MPEG2ENC, [mpeg2enc], mpeg2enc, [
|
|||
if test "x$mpeg2enc_headers_ok" = "xyes"; then
|
||||
HAVE_MPEG2ENC="yes"
|
||||
fi
|
||||
CPP_FLAGS="$CPPFLAGS_GOOD"
|
||||
CPPFLAGS="$CPPFLAGS_GOOD"
|
||||
AC_SUBST(MPEG2ENC_CFLAGS)
|
||||
AC_SUBST(MPEG2ENC_LIBS)
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue