mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Fix daemon video tests
This commit is contained in:
@ -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@
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user