Fixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 1 Feb 2000 20:35:14 +0000 (20:35 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 1 Feb 2000 20:35:14 +0000 (20:35 +0000)
Original commit message from CVS:
Fixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail.
Added GHTTP_LIBS to the libraries.
commented out mm_support() call, wich is not working yet and causes errors.

configure.in
gst/elements/Makefile.am
plugins/elements/Makefile.am

index 4c1d56c..2100ae3 100644 (file)
@@ -179,11 +179,11 @@ esac],
 AC_ARG_ENABLE(plugin-srcdir,
 [  --enable-plugin-srcdir       allow tests/demos to use non-installed plugins ],
 [case "${enableval}" in
-  yes) plugins_use_srcdir=yes ;;
-  no)  plugins_use_srcdir=no ;;
+  yes) PLUGINS_USE_SRCDIR=yes ;;
+  no)  PLUGINS_USE_SRCDIR=no ;;
   *) AC_MSG_ERROR(bad value ${enableval} for --enable-plugin-srcdir) ;;
 esac], 
-[plugins_use_srcdir=yes]) dnl Default value
+[PLUGINS_USE_SRCDIR=yes]) dnl Default value
 
 AC_ARG_ENABLE(debug,
 [  --enable-debug               spews lots of useless info at runtime],
index 08b0bb5..a455576 100644 (file)
@@ -38,5 +38,5 @@ noinst_HEADERS =              \
        gstqueue.h              \
        gstsinesrc.h
 
-libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS)
+libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(GHTTP_LIBS)
 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)
index 08b0bb5..a455576 100644 (file)
@@ -38,5 +38,5 @@ noinst_HEADERS =              \
        gstqueue.h              \
        gstsinesrc.h
 
-libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS)
+libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(GHTTP_LIBS)
 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)