Commit 0ddaed74 authored by Rafaël Carré's avatar Rafaël Carré

live555: use freebsd target for BSD

There's an openbsd target but I can't really tell why it would be better than freebsd
parent 9a6697f8
......@@ -23,6 +23,10 @@ LIVE_TARGET := mingw
endif
ifdef HAVE_MACOSX
LIVE_TARGET := macosx
else
ifdef HAVE_BSD
LIVE_TARGET := freebsd
endif
endif
live555: $(LIVE555_FILE) .sum-live555
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment