summaryrefslogtreecommitdiff
path: root/net/osrtspproxy/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/osrtspproxy: use -lpthread instead of pthread, fix on DragonFlyJohn Marino2014-10-202-5/+53
| | | | Also enable passing of LDFLAGS but this functionality isn't needed atm.
* Fix bad C++ code. Unmark BROKEN.Alexey Dokuchaev2004-09-201-0/+38
| | | | | Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit)
* Fix build on current.Vanilla I. Shu2002-10-214-0/+86
| | | | | PR: ports/44301 Submitted by: maintainer
* Add osrtspproxy, The RTSP Proxy Kit is a reference implementationVanilla I. Shu2002-10-171-0/+20
of an RTSP proxy. PR: ports/44001 Submitted by: Volker Stolz <vs@foldr.org>