[vlc-commits] commit: mp4: fixup (Pierre d'Herbemont )
git at videolan.org
git at videolan.org
Sun Oct 31 11:17:46 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Oct 31 11:16:24 2010 +0100| [c3e49077045992016077fdd22f65e4588f966e8f] | committer: Pierre d'Herbemont
mp4: fixup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3e49077045992016077fdd22f65e4588f966e8f
---
modules/demux/mp4/drms.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/drms.c b/modules/demux/mp4/drms.c
index 12ccd1c..b673806 100644
--- a/modules/demux/mp4/drms.c
+++ b/modules/demux/mp4/drms.c
@@ -58,7 +58,7 @@
#ifdef __APPLE__
#include "TargetConditionals.h"
-#if !TARGET_OS_IPHONE
+#ifndef TARGET_OS_IPHONE
#define HAVE_MACOS_IOKIT
#endif
#endif
More information about the vlc-commits
mailing list