diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-13 00:46:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-13 00:46:23 +0000 |
commit | 450d458c48b533aecacd66db20520fd9760aaec7 (patch) | |
tree | 2bfb9028f9bd0571f16c5cacc7498a6488a04890 /configure.ac | |
parent | d8441604c329fcce43efebc37ae0d93d86a72da2 (diff) | |
download | gst-plugins-bad-450d458c48b533aecacd66db20520fd9760aaec7.tar.gz gst-plugins-bad-450d458c48b533aecacd66db20520fd9760aaec7.tar.bz2 gst-plugins-bad-450d458c48b533aecacd66db20520fd9760aaec7.zip |
spec fixes gst-launch-ext additions trying to fix up ieeetest but failed function collision in avifile dir
Original commit message from CVS:
* spec fixes
* gst-launch-ext additions
* trying to fix up ieeetest but failed
* function collision in avifile dir
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 97863830..1ac08518 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,7 @@ AC_C_BIGENDIAN dnl Check for essential libraries first: dnl ==================================== +GST_GLIB2_CHECK() PKG_CHECK_MODULES(GTK2, gtk+-2.0, HAVE_GTK=yes, HAVE_GTK=no) GTK_CFLAGS=$GTK2_CFLAGS GTK_LIBS=$GTK2_LIBS |