Fix daemon video tests

This commit is contained in:
Rafaël Carré
2011-09-22 16:31:32 -04:00
parent 13724c4fd7
commit 3873e718a4
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#CXXFLAGS=-Wall -Werror -Wextra
src=$(top_srcdir)
src=$(abs_top_srcdir)
sfllibdir=$(DESTDIR)$(libdir)/sflphone
sflcodecdir=$(sfllibdir)/codecs
sflplugindir=$(sfllibdir)/plugins

View File

@ -21,4 +21,4 @@ ffmpeg2rtp_SOURCES=ffmpeg2rtp.cpp -I .
ffmpeg2rtp_LDADD=@LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVDEVICE_LIBS@ @LIBSWSCALE_LIBS@ libvideo.la $(top_builddir)/src/libsflphone.la @CCRTP_LIBS@
ffmpeg2shm_SOURCES=ffmpeg2shm.c
ffmpeg2shm_LDADD=@LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVDEVICE_LIBS@ @LIBSWSCALE_LIBS@
ffmpeg2shm_LDADD=@LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVDEVICE_LIBS@ @LIBSWSCALE_LIBS@ @LIBAVUTIL_LIBS@

View File

@ -1,3 +1,5 @@
include ../../../globals.mak
TESTS=test_video_endpoint test_thread test_v4l2
check_PROGRAMS=test_video_endpoint test_video_rtp test_thread test_video_preview test_v4l2