You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavd/qtkit: Silence deprecation warnings when using clang.
Reviewed-by: Thilo Borgmann
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
* @author Vadim Kalinsky <vadim@kalinsky.ru>
|
||||
*/
|
||||
|
||||
#if defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
#import <QTKit/QTKit.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
Reference in New Issue
Block a user