[vlc-devel] [PATCH] live555: use freebsd target for BSD
Rafaël Carré
funman at videolan.org
Fri Jan 27 16:42:19 CET 2012
There's an openbsd target but I can't really tell why it would be better than freebsd
---
contrib/src/live555/rules.mak | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index ebc1b22..c15b75f 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -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
--
1.7.8.3
More information about the vlc-devel
mailing list