diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-05 00:01:30 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-05 00:01:30 +0000 |
commit | f7dfb887b7fcd8e7cf5075fee1451caddbe7d448 (patch) | |
tree | 9291ce7616e11cffad16d12c1ce80967c2739426 | |
parent | b2dee3d05e823b540051b76e1c754687816714b7 (diff) | |
download | gst-plugins-bad-f7dfb887b7fcd8e7cf5075fee1451caddbe7d448.tar.gz gst-plugins-bad-f7dfb887b7fcd8e7cf5075fee1451caddbe7d448.tar.bz2 gst-plugins-bad-f7dfb887b7fcd8e7cf5075fee1451caddbe7d448.zip |
use the proper version of GTK
Original commit message from CVS:
use the proper version of GTK
-rw-r--r-- | configure.ac | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 34f5878b..b4ca8d20 100644 --- a/configure.ac +++ b/configure.ac @@ -959,18 +959,10 @@ dnl ######################### dnl # Make the output files # dnl ######################### -dnl gstreamer.pc -dnl gstreamer-uninstalled.pc -dnl gstreamer.spec, -dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile -dnl components/bonobo-gstmediaplay/Makefile -dnl someone should fix this test/misc/Makefile -dnl wtay fix this: testsuite/threads/Makefile -dnl testsuite/refcounting/Makefile -dnl stamp.h -dnl echo "$infomessages", infomessages="$infomessages" AC_OUTPUT( Makefile +gstreamer-libs.pc +gstreamer-libs-uninstalled.pc gst/Makefile gst/ac3parse/Makefile gst/adder/Makefile |