* pal/spi/mac/AVFoundationSPI.h:
Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@225777
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-12-11 Joseph Pecoraro <pecoraro@apple.com>
+
+ Unreviewed build fix after r225766.
+
+ * pal/spi/mac/AVFoundationSPI.h:
+ Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available.
+
2017-12-11 David Quesada <david_quesada@apple.com>
Turn on ENABLE_APPLICATION_MANIFEST
NS_ASSUME_NONNULL_END
+#if HAVE(AVCONTENTKEYSESSION)
+#import <AVFoundation/AVContentKeySession.h>
+@interface AVStreamDataParser () <AVContentKeyRecipient>
+@end
+#endif
+
#endif // !PLATFORM(IOS)
#endif // USE(APPLE_INTERNAL_SDK)