Skip to content
Snippets Groups Projects
Commit 3873e718 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Fix daemon video tests

parent 13724c4f
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment