mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
removed xing and added AM_CONDITIONAL for HAVE_GNOME
Original commit message from CVS: removed xing and added AM_CONDITIONAL for HAVE_GNOME
This commit is contained in:
parent
9960a9e4e5
commit
bd021a5384
1 changed files with 1 additions and 1 deletions
|
@ -476,6 +476,7 @@ AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBIS" = "xyes")
|
|||
AM_CONDITIONAL(HAVE_LIBJPEG, test "x$HAVE_LIBJPEG" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_NASM, test "x$HAVE_NASM" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_LIBGLADE_GNOME, test "x$HAVE_LIBGLADE_GNOME" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_GNOME, test "x$HAVE_GNOME" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_LIBXV, test "x$HAVE_LIBXV" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_GTK_DOC, $HAVE_GTK_DOC)
|
||||
AM_CONDITIONAL(HAVE_DB2HTML, $HAVE_DB2HTML)
|
||||
|
@ -558,7 +559,6 @@ plugins/jpeg/Makefile
|
|||
plugins/mp3decode/Makefile
|
||||
plugins/mp3decode/types/Makefile
|
||||
plugins/mp3decode/xa/Makefile
|
||||
plugins/mp3decode/xing/Makefile
|
||||
plugins/mp3decode/mpg123/Makefile
|
||||
plugins/mp3decode/parse/Makefile
|
||||
plugins/mp3encode/Makefile
|
||||
|
|
Loading…
Reference in a new issue