~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-01-18 17:43:32 UTC
  • mfrom: (5769.1.5 ubiquity)
  • Revision ID: dmitrijs.ledkovs@canonical.com-20130118174332-w4tj1waizw8ui0dl
Port the webcam support to GStreamer 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
if test "x$UBIQUITY_NO_GTK" = x; then
30
30
  PKG_CHECK_MODULES(WEBCAM, [gtk+-3.0 >= $GTK3_REQUIRED
31
31
                          gio-2.0 >= $GIO_REQUIRED
32
 
                          gstreamer-0.10
33
 
                          gstreamer-interfaces-0.10
 
32
                          gstreamer-1.0
 
33
                          gstreamer-video-1.0
34
34
                          gudev-1.0])
35
35
  AC_SUBST(WEBCAM_CFLAGS)
36
36
  AC_SUBST(WEBCAM_LIBS)