소스 검색

MVK patches: fix typo

Felix Paul Kühne 9 년 전
부모
커밋
33dc257fee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MobileVLCKit/patches/0013-libvlc-hack-to-disable-daemon-mode.patch

+ 1 - 1
MobileVLCKit/patches/0013-libvlc-hack-to-disable-daemon-mode.patch

@@ -15,7 +15,7 @@ index 34824da..3bb0ec1 100644
          return VLC_ENOMOD;
      }
  
-+#ifdef __APPLE
++#ifdef __APPLE__
 +#undef HAVE_DAEMON
 +#endif
 +