DIE=0
package=gstreamer-plugins
-srcfile=own/sinesrc/gstsinesrc.c
+srcfile=gst/sinesrc/gstsinesrc.c
#DEBUG=defined
if test "x$1" = "x-d"; then echo "+ debug output enabled"; DEBUG=defined; fi
AC_MSG_WARN(building broken plugins)
USE_ARTS="yes"
USE_ARTSC="yes"
+ USE_VGA="yes"
else
AC_MSG_NOTICE(not building broken plugins)
USE_ARTS="no"
USE_ARTSC="no"
+ USE_VGA="no"
fi
])
dnl *** VGA ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_VGASINK, true)
-GST_CHECK_FEATURE(VGA, [VGA sink], vgavideosink, [
- AC_CHECK_HEADER(asm/vga.h, HAVE_VGASINK="yes", HAVE_VGASINK="no")
+translit(dnm, m, l) AM_CONDITIONAL(USE_VGA, true)
+GST_CHECK_FEATURE(VGA, [VGA], vgavideosink, [
+ AC_CHECK_HEADER(asm/vga.h, HAVE_VGA="yes", HAVE_VGA="no")
])
sys/oss/Makefile
sys/qcam/Makefile
sys/v4l/Makefile
-sys/vcdsrc/Makefile
-sys/vgasink/Makefile
-sys/xvideosink/Makefile
+sys/vcd/Makefile
+sys/vga/Makefile
+sys/xvideo/Makefile
)
echo -e "configure: *** Plugins that will be built : $GST_PLUGINS_YES"