mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. WWW: https://ring.cx/ PR: 209542 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
568 B
Text
11 lines
568 B
Text
--- src/media/video/test/Makefile.am.orig 2016-05-10 20:45:50 UTC
|
|
+++ src/media/video/test/Makefile.am
|
|
@@ -9,7 +9,7 @@ test_video_rtp_LDADD=$(top_builddir)/src
|
|
test_video_input_SOURCES=test_video_input.cpp test_video_input.h
|
|
test_video_input_LDADD=$(top_builddir)/src/libring.la $(top_builddir)/src/media/video/libvideo.la $(YAML_LIBS)
|
|
|
|
-if HAVE_LINUX
|
|
+if HAVE_FREEBSD
|
|
test_shm_SOURCES=test_shm.cpp shm_src.cpp shm_src.h
|
|
test_shm_LDADD=$(top_builddir)/src/libring.la $(top_builddir)/src/media/video/libvideo.la $(YAML_LIBS) -lrt
|
|
test_shm_CXXFLAGS=$(AM_CXXFLAGS)
|