[vlc-commits] contrib/live555: added support for iOS

Felix Paul Kühne git at videolan.org
Wed Mar 21 23:24:27 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar 21 23:24:22 2012 +0100| [bd2623d8069cf4e8405807c39ceca6618a98f359] | committer: Felix Paul Kühne

contrib/live555: added support for iOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd2623d8069cf4e8405807c39ceca6618a98f359
---

 contrib/src/live555/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index c15b75f..a79f3d4 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -21,7 +21,7 @@ endif
 ifdef HAVE_WINCE
 LIVE_TARGET := mingw
 endif
-ifdef HAVE_MACOSX
+ifdef HAVE_DARWIN_OS
 LIVE_TARGET := macosx
 else
 ifdef HAVE_BSD



More information about the vlc-commits mailing list