ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run aclocal-1.10
-AMTAR = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run tar
+ACLOCAL = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run aclocal-1.10
+AMTAR = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run tar
AR = ar
-AUTOCONF = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run automake-1.10
+AUTOCONF = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run automake-1.10
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
LTLIBOBJS =
MAD_CFLAGS =
MAD_LIBS = -lmad
-MAKEINFO = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
OGG_CFLAGS =
PATH_SEPARATOR = :
RANLIB = ranlib
SET_MAKE =
-SHELL = /bin/sh
+SHELL = /bin/bash
STRIP = strip
VERSION = 3.1.7
VORBISENC_LIBS = -lvorbisenc
VORBIS_LDFLAGS =
VORBIS_LIBS = -lvorbis
VORBIS_PREFIX =
-abs_builddir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/libedcast
-abs_srcdir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/libedcast
-abs_top_builddir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack
-abs_top_srcdir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack
+abs_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast
+abs_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast
+abs_top_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack
+abs_top_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 =
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = $(SHELL) /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/install-sh
+install_sh = $(SHELL) /home/telecaster/apps/telecaster/tools/edcast-jack/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
dir=/tmp
file=$dir/video_test.ogg
- gst-launch v4l2src ! queue ! videorate ! video/x-raw-yuv,width=320 ! queue ! theoraenc quality=60 ! queue ! muxout. jackaudiosrc connect=1 ! audioconvert ! audio/x-raw-int,rate=44100,channels=1,width=16 ! queue ! audioconvert ! vorbisenc ! queue ! muxout. oggmux name=muxout ! filesink location=$file sync=true &
+ gst-launch-0.10 v4l2src device=/dev/video0 ! queue ! videorate ! video/x-raw-yuv,width=320 ! queue ! theoraenc quality=60 ! queue ! muxout. jackaudiosrc connect=1 ! audioconvert ! audio/x-raw-int,rate=44100,channels=1,width=16 ! queue ! audioconvert ! vorbisenc ! queue ! muxout. oggmux name=muxout ! filesink location=$file sync=true &
# gst-launch v4l2src ! queue ! videorate ! video/x-raw-yuv,fps=30,width=320 ! queue ! theoraenc quality=60 ! queue ! muxout. jackaudiosrc connect=1 ! audioconvert ! audio/x-raw-int,rate=44100,channels=1,width=16 ! queue ! audioconvert ! vorbisenc ! queue ! muxout. oggmux name=muxout ! shout2send mount=/telecaster_live_video.ogg port=8000 password=source2parisson ip=127.0.0.1 &