Makefile.am fixes
[platform/upstream/gstreamer.git] / configure.in
index bd586e1..b887039 100644 (file)
@@ -63,6 +63,16 @@ XML_CFLAGS=`xml-config --cflags`
 AC_SUBST(XML_LIBS)
 AC_SUBST(XML_CFLAGS)
 
+dnl Check for libgdb-pixbuf
+AC_PATH_PROG(GDK_PIXBUF_CONFIG, gdk-pixbuf-config, no)
+if test x$GDK_PIXBUF_CONFIG = xno; then
+  AC_MSG_ERROR(Couldn't find gdk-pixbuf-config)
+fi
+GDK_PIXBUF_LIBS=`gdk-pixbuf-config --libs`
+GDK_PIXBUF_CFLAGS=`gdk-pixbuf-config --cflags`
+AC_SUBST(GDK_PIXBUF_LIBS)
+AC_SUBST(GDK_PIXBUF_CFLAGS)
+
 
 dnl Next, check for the optional libraries:
 dnl =======================================
@@ -130,7 +140,11 @@ AC_CHECK_HEADER(xaudio/decoder.h,[
 ])
 
 dnl Set location of plugin directory
-PLUGINS_DIR=${prefix}/lib/gst
+if test "x${prefix}" = "xNONE"; then
+  PLUGINS_DIR=${ac_default_prefix}/lib/gst
+else
+  PLUGINS_DIR=${prefix}/lib/gst
+fi
 AC_DEFINE_UNQUOTED(PLUGINS_DIR,"$PLUGINS_DIR")
 AC_SUBST(PLUGINS_DIR)
 
@@ -284,9 +298,14 @@ gst/types/Makefile
 gst/meta/Makefile
 gst/elements/Makefile
 gst/xml/Makefile
+libs/Makefile
+libs/riff/Makefile
+libs/colorspace/Makefile
 plugins/Makefile
 plugins/au/Makefile
 plugins/wav/Makefile
+plugins/avi/Makefile
+plugins/jpeg/Makefile
 plugins/mp3decode/Makefile
 plugins/mp3decode/xa/Makefile
 plugins/mp3decode/xing/Makefile
@@ -299,6 +318,7 @@ plugins/mpeg2/ac3dec/Makefile
 plugins/mpeg1/Makefile
 plugins/mpeg1/mpeg_play/Makefile
 plugins/mpeg1/parse/Makefile
+plugins/mpeg1video/Makefile
 plugins/mpeg1video/parse/Makefile
 plugins/effects/Makefile
 plugins/effects/stereo/Makefile
@@ -308,10 +328,13 @@ plugins/visualization/spectrum/Makefile
 plugins/visualization/vumeter/Makefile
 plugins/visualization/synaesthesia/Makefile
 plugins/visualization/smoothwave/Makefile
+plugins/videosink/Makefile
 plugins/dvdsrc/Makefile
 plugins/vcdsrc/Makefile
 plugins/cobin/Makefile
 plugins/rtjpeg/Makefile
+plugins/capture/Makefile
+plugins/capture/v4l/Makefile
 test/Makefile
 test/xml/Makefile
 test/bindings/Makefile