| Luigis-Mac-mini:ffmpeg gigi_mini$ make | |
| CC libavdevice/alldevices.o | |
| CC libavdevice/avdevice.o | |
| CC libavdevice/avfoundation.o | |
| CC libavdevice/lavfi.o | |
| CC libavdevice/qtkit.o | |
| libavdevice/qtkit.m:123:27: warning: 'stopRunning' is deprecated [-Wdeprecated-declarations] | |
| [ctx->capture_session stopRunning]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:52:1: note: | |
| method 'stopRunning' declared here | |
| - (void)stopRunning AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:154:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:154:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // medi... | |
| ^ | |
| libavdevice/qtkit.m:156:41: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| const char *name = [[device localizedDisplayName] UTF8String]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:172:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:172:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // medi... | |
| ^ | |
| libavdevice/qtkit.m:182:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:182:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // medi... | |
| ^ | |
| libavdevice/qtkit.m:185:48: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| if (!strncmp(s->filename, [[device localizedDisplayName] UTF8String], strlen(s->filename))) { | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:195:73: warning: 'QTMediaTypeMuxed' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeMuxed]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:136:31: note: | |
| 'QTMediaTypeMuxed' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeMuxed AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:195:41: warning: 'defaultInputDeviceWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeMuxed]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:120:1: note: | |
| method 'defaultInputDeviceWithMediaType:' declared here | |
| + (QTCaptureDevice *)defaultInputDeviceWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // media types are defin... | |
| ^ | |
| libavdevice/qtkit.m:198:34: warning: 'open:' is deprecated [-Wdeprecated-declarations] | |
| BOOL success = [video_device open:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:141:1: note: | |
| method 'open:' declared here | |
| - (BOOL)open:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:202:73: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:202:41: warning: 'defaultInputDeviceWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:120:1: note: | |
| method 'defaultInputDeviceWithMediaType:' declared here | |
| + (QTCaptureDevice *)defaultInputDeviceWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // media types are defin... | |
| ^ | |
| libavdevice/qtkit.m:203:38: warning: 'open:' is deprecated [-Wdeprecated-declarations] | |
| success = [video_device open:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:141:1: note: | |
| method 'open:' declared here | |
| - (BOOL)open:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:211:48: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| NSString* dev_display_name = [video_device localizedDisplayName]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:217:78: warning: 'initWithDevice:' is deprecated [-Wdeprecated-declarations] | |
| QTCaptureDeviceInput* capture_dev_input = [[[QTCaptureDeviceInput alloc] initWithDevice:video_device] autorelease]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDeviceInput.h:37:1: note: | |
| method 'initWithDevice:' declared here | |
| - (id)initWithDevice:(QTCaptureDevice *)device AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:218:37: warning: 'addInput:error:' is deprecated [-Wdeprecated-declarations] | |
| success = [ctx->capture_session addInput:capture_dev_input error:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:43:1: note: | |
| method 'addInput:error:' declared here | |
| - (BOOL)addInput:(QTCaptureInput *)input error:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:233:24: warning: 'setPixelBufferAttributes:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setPixelBufferAttributes:captureDictionary]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:88:1: note: | |
| method 'setPixelBufferAttributes:' declared here | |
| - (void)setPixelBufferAttributes:(NSDictionary *)pixelBufferAttributes AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:237:24: warning: 'setDelegate:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setDelegate:ctx->qt_delegate]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:145:1: note: | |
| method 'setDelegate:' declared here | |
| - (void)setDelegate:(id)delegate AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:238:24: warning: 'setAutomaticallyDropsLateVideoFrames:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setAutomaticallyDropsLateVideoFrames:YES]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:131:1: note: | |
| method 'setAutomaticallyDropsLateVideoFrames:' declared here | |
| - (void)setAutomaticallyDropsLateVideoFrames:(BOOL)automaticallyDropsLateVideoFrames AVAILABLE_QTKIT_VERSION_7_6_3_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:239:24: warning: 'setMinimumVideoFrameInterval:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setMinimumVideoFrameInterval:1.0/ctx->frame_rate]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:109:1: note: | |
| method 'setMinimumVideoFrameInterval:' declared here | |
| - (void)setMinimumVideoFrameInterval:(NSTimeInterval)minimumVideoFrameInterval AVAILABLE_QTKIT_VERSION_7_6_3_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:241:37: warning: 'addOutput:error:' is deprecated [-Wdeprecated-declarations] | |
| success = [ctx->capture_session addOutput:ctx->video_output error:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:47:1: note: | |
| method 'addOutput:error:' declared here | |
| - (BOOL)addOutput:(QTCaptureOutput *)output error:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:248:27: warning: 'startRunning' is deprecated [-Wdeprecated-declarations] | |
| [ctx->capture_session startRunning]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:51:1: note: | |
| method 'startRunning' declared here | |
| - (void)startRunning AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| 24 warnings generated. | |
| CC libavdevice/sdl.o | |
| CC libavfilter/aeval.o | |
| CC libavfilter/af_aconvert.o | |
| CC libavfilter/af_adelay.o | |
| CC libavfilter/af_aecho.o | |
| CC libavfilter/af_afade.o | |
| CC libavfilter/af_aformat.o | |
| CC libavfilter/af_amerge.o | |
| CC libavfilter/af_amix.o | |
| CC libavfilter/af_anull.o | |
| CC libavfilter/af_apad.o | |
| CC libavfilter/af_aphaser.o | |
| CC libavfilter/af_aresample.o | |
| CC libavfilter/af_asetnsamples.o | |
| CC libavfilter/af_asetrate.o | |
| CC libavfilter/af_ashowinfo.o | |
| CC libavfilter/af_astats.o | |
| CC libavfilter/af_astreamsync.o | |
| CC libavfilter/af_atempo.o | |
| CC libavfilter/af_biquads.o | |
| CC libavfilter/af_channelmap.o | |
| CC libavfilter/af_channelsplit.o | |
| CC libavfilter/af_compand.o | |
| CC libavfilter/af_earwax.o | |
| CC libavfilter/af_flanger.o | |
| CC libavfilter/af_join.o | |
| CC libavfilter/af_pan.o | |
| CC libavfilter/af_replaygain.o | |
| CC libavfilter/af_silencedetect.o | |
| CC libavfilter/af_silenceremove.o | |
| CC libavfilter/af_volume.o | |
| CC libavfilter/af_volumedetect.o | |
| CC libavfilter/allfilters.o | |
| CC libavfilter/asink_anullsink.o | |
| CC libavfilter/asrc_anullsrc.o | |
| CC libavfilter/asrc_sine.o | |
| CC libavfilter/audio.o | |
| CC libavfilter/avcodec.o | |
| CC libavfilter/avf_avectorscope.o | |
| CC libavfilter/avf_concat.o | |
| CC libavfilter/avf_showcqt.o | |
| CC libavfilter/avf_showspectrum.o | |
| CC libavfilter/avf_showwaves.o | |
| CC libavfilter/avfilter.o | |
| CC libavfilter/avfiltergraph.o | |
| CC libavfilter/bbox.o | |
| CC libavfilter/buffer.o | |
| CC libavfilter/buffersink.o | |
| CC libavfilter/buffersrc.o | |
| CC libavfilter/drawutils.o | |
| CC libavfilter/dualinput.o | |
| CC libavfilter/f_interleave.o | |
| CC libavfilter/f_perms.o | |
| CC libavfilter/f_select.o | |
| CC libavfilter/f_sendcmd.o | |
| CC libavfilter/fifo.o | |
| CC libavfilter/formats.o | |
| CC libavfilter/framesync.o | |
| CC libavfilter/generate_wave_table.o | |
| CC libavfilter/graphdump.o | |
| CC libavfilter/graphparser.o | |
| CC libavfilter/lavfutils.o | |
| CC libavfilter/log2_tab.o | |
| CC libavfilter/lswsutils.o | |
| CC libavfilter/opencl_allkernels.o | |
| CC libavfilter/pthread.o | |
| CC libavfilter/setpts.o | |
| CC libavfilter/settb.o | |
| CC libavfilter/split.o | |
| CC libavfilter/src_movie.o | |
| CC libavfilter/transform.o | |
| CC libavfilter/trim.o | |
| CC libavfilter/vf_alphamerge.o | |
| CC libavfilter/vf_aspect.o | |
| CC libavfilter/vf_bbox.o | |
| CC libavfilter/vf_blackdetect.o | |
| CC libavfilter/vf_blend.o | |
| CC libavfilter/vf_codecview.o | |
| CC libavfilter/vf_colorbalance.o | |
| CC libavfilter/vf_colorchannelmixer.o | |
| CC libavfilter/vf_copy.o | |
| CC libavfilter/vf_crop.o | |
| CC libavfilter/vf_curves.o | |
| CC libavfilter/vf_dctdnoiz.o | |
| CC libavfilter/vf_decimate.o | |
| CC libavfilter/vf_dejudder.o | |
| CC libavfilter/vf_deshake.o | |
| CC libavfilter/vf_drawbox.o | |
| CC libavfilter/vf_edgedetect.o | |
| CC libavfilter/vf_elbg.o | |
| CC libavfilter/vf_extractplanes.o | |
| CC libavfilter/vf_fade.o | |
| CC libavfilter/vf_field.o | |
| CC libavfilter/vf_fieldmatch.o | |
| CC libavfilter/vf_fieldorder.o | |
| CC libavfilter/vf_format.o | |
| CC libavfilter/vf_fps.o | |
| CC libavfilter/vf_framepack.o | |
| CC libavfilter/vf_framestep.o | |
| CC libavfilter/vf_gradfun.o | |
| CC libavfilter/vf_hflip.o | |
| CC libavfilter/vf_histogram.o | |
| CC libavfilter/vf_hqx.o | |
| CC libavfilter/vf_hue.o | |
| CC libavfilter/vf_idet.o | |
| CC libavfilter/vf_il.o | |
| CC libavfilter/vf_lenscorrection.o | |
| CC libavfilter/vf_lut.o | |
| CC libavfilter/vf_lut3d.o | |
| CC libavfilter/vf_mergeplanes.o | |
| CC libavfilter/vf_noise.o | |
| CC libavfilter/vf_null.o | |
| CC libavfilter/vf_overlay.o | |
| CC libavfilter/vf_pad.o | |
| CC libavfilter/vf_pixdesctest.o | |
| CC libavfilter/vf_psnr.o | |
| CC libavfilter/vf_removelogo.o | |
| CC libavfilter/vf_rotate.o | |
| CC libavfilter/vf_scale.o | |
| CC libavfilter/vf_separatefields.o | |
| CC libavfilter/vf_setfield.o | |
| CC libavfilter/vf_showinfo.o | |
| CC libavfilter/vf_shuffleplanes.o | |
| CC libavfilter/vf_signalstats.o | |
| CC libavfilter/vf_swapuv.o | |
| CC libavfilter/vf_telecine.o | |
| CC libavfilter/vf_thumbnail.o | |
| CC libavfilter/vf_tile.o | |
| CC libavfilter/vf_transpose.o | |
| CC libavfilter/vf_unsharp.o | |
| CC libavfilter/vf_vflip.o | |
| CC libavfilter/vf_vignette.o | |
| CC libavfilter/vf_w3fdif.o | |
| CC libavfilter/vf_yadif.o | |
| CC libavfilter/vf_zoompan.o | |
| CC libavfilter/video.o | |
| CC libavfilter/vsink_nullsink.o | |
| CC libavfilter/vsrc_cellauto.o | |
| CC libavfilter/vsrc_life.o | |
| CC libavfilter/vsrc_mandelbrot.o | |
| CC libavfilter/vsrc_testsrc.o | |
| YASM libavfilter/x86/af_volume.o | |
| STRIP libavfilter/x86/af_volume.o | |
| CC libavfilter/x86/af_volume_init.o | |
| YASM libavfilter/x86/vf_gradfun.o | |
| STRIP libavfilter/x86/vf_gradfun.o | |
| CC libavfilter/x86/vf_gradfun_init.o | |
| YASM libavfilter/x86/vf_idet.o | |
| STRIP libavfilter/x86/vf_idet.o | |
| CC libavfilter/x86/vf_idet_init.o | |
| YASM libavfilter/x86/vf_yadif.o | |
| STRIP libavfilter/x86/vf_yadif.o | |
| CC libavfilter/x86/vf_yadif_init.o | |
| YASM libavfilter/x86/yadif-10.o | |
| STRIP libavfilter/x86/yadif-10.o | |
| YASM libavfilter/x86/yadif-16.o | |
| STRIP libavfilter/x86/yadif-16.o | |
| CC libswscale/hscale_fast_bilinear.o | |
| CC libswscale/input.o | |
| CC libswscale/log2_tab.o | |
| CC libswscale/options.o | |
| CC libswscale/output.o | |
| CC libswscale/rgb2rgb.o | |
| CC libswscale/swscale.o | |
| CC libswscale/swscale_unscaled.o | |
| CC libswscale/utils.o | |
| CC libswscale/x86/hscale_fast_bilinear_simd.o | |
| ^Cmake: *** [libswscale/x86/hscale_fast_bilinear_simd.o] Interrupt: 2 | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ cd .. | |
| Luigis-Mac-mini:tmp gigi_mini$ ls | |
| ffmpeg openjpeg-1.5.2 | |
| Luigis-Mac-mini:tmp gigi_mini$ cd openjpeg-1.5.2/ | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ ls | |
| AUTHORS Makefile applications config.sub libopenjpeg-jpwl.pc m4 thirdparty | |
| CHANGES Makefile.am autom4te.cache configure libopenjpeg-jpwl.pc.in missing | |
| CMake Makefile.in bootstrap.sh configure.ac libopenjpeg1.pc opj_config.h | |
| CMakeLists.txt NEWS compile depcomp libopenjpeg1.pc.cmake opj_config.h.cmake.in | |
| CTestConfig.cmake README config.guess doc libopenjpeg1.pc.in opj_config.h.in | |
| INSTALL THANKS config.log install-sh libtool stamp-h1 | |
| LICENSE aclocal.m4 config.status libopenjpeg ltmain.sh tests | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ pwd | |
| /Users/gigi_mini/tmp/openjpeg-1.5.2 | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ cd co | |
| compile config.guess config.log config.status config.sub configure configure.ac | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ cd co | |
| compile config.guess config.log config.status config.sub configure configure.ac | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ cd applications/ | |
| Luigis-Mac-mini:applications gigi_mini$ ls | |
| CMakeLists.txt JavaOpenJPEG Makefile Makefile.am Makefile.in OPJViewer codec common jpip mj2 | |
| Luigis-Mac-mini:applications gigi_mini$ cd .. | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ ls | |
| AUTHORS Makefile applications config.sub libopenjpeg-jpwl.pc m4 thirdparty | |
| CHANGES Makefile.am autom4te.cache configure libopenjpeg-jpwl.pc.in missing | |
| CMake Makefile.in bootstrap.sh configure.ac libopenjpeg1.pc opj_config.h | |
| CMakeLists.txt NEWS compile depcomp libopenjpeg1.pc.cmake opj_config.h.cmake.in | |
| CTestConfig.cmake README config.guess doc libopenjpeg1.pc.in opj_config.h.in | |
| INSTALL THANKS config.log install-sh libtool stamp-h1 | |
| LICENSE aclocal.m4 config.status libopenjpeg ltmain.sh tests | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ cd tests | |
| Luigis-Mac-mini:tests gigi_mini$ ls | |
| CMakeLists.txt comparePGXimages.c compareRAWimages.c compare_dump_files.c conformance nonregression unit | |
| Luigis-Mac-mini:tests gigi_mini$ cd .. | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ ls | |
| AUTHORS Makefile applications config.sub libopenjpeg-jpwl.pc m4 thirdparty | |
| CHANGES Makefile.am autom4te.cache configure libopenjpeg-jpwl.pc.in missing | |
| CMake Makefile.in bootstrap.sh configure.ac libopenjpeg1.pc opj_config.h | |
| CMakeLists.txt NEWS compile depcomp libopenjpeg1.pc.cmake opj_config.h.cmake.in | |
| CTestConfig.cmake README config.guess doc libopenjpeg1.pc.in opj_config.h.in | |
| INSTALL THANKS config.log install-sh libtool stamp-h1 | |
| LICENSE aclocal.m4 config.status libopenjpeg ltmain.sh tests | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ ls | |
| AUTHORS Makefile applications config.sub libopenjpeg-jpwl.pc m4 thirdparty | |
| CHANGES Makefile.am autom4te.cache configure libopenjpeg-jpwl.pc.in missing | |
| CMake Makefile.in bootstrap.sh configure.ac libopenjpeg1.pc opj_config.h | |
| CMakeLists.txt NEWS compile depcomp libopenjpeg1.pc.cmake opj_config.h.cmake.in | |
| CTestConfig.cmake README config.guess doc libopenjpeg1.pc.in opj_config.h.in | |
| INSTALL THANKS config.log install-sh libtool stamp-h1 | |
| LICENSE aclocal.m4 config.status libopenjpeg ltmain.sh tests | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ make clean | |
| Making clean in libopenjpeg | |
| Making clean in . | |
| test -z "libopenjpeg.la" || rm -f libopenjpeg.la | |
| rm -f ./so_locations | |
| rm -rf .libs _libs | |
| rm -f *.o | |
| rm -f *.lo | |
| Making clean in applications | |
| Making clean in codec | |
| rm -f j2k_to_image image_to_j2k j2k_dump | |
| rm -rf .libs _libs | |
| rm -f *.o | |
| rm -f *.lo | |
| rm -rf .libs _libs | |
| rm -f *.lo | |
| Making clean in doc | |
| rm -rf .libs _libs | |
| rm -f *.lo | |
| rm -rf .libs _libs | |
| rm -f *.lo | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ make | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
| Making all in libopenjpeg | |
| Making all in . | |
| CC libopenjpeg_la-bio.lo | |
| CC libopenjpeg_la-cio.lo | |
| CC libopenjpeg_la-dwt.lo | |
| CC libopenjpeg_la-event.lo | |
| CC libopenjpeg_la-image.lo | |
| CC libopenjpeg_la-j2k.lo | |
| CC libopenjpeg_la-j2k_lib.lo | |
| CC libopenjpeg_la-jp2.lo | |
| CC libopenjpeg_la-jpt.lo | |
| CC libopenjpeg_la-mct.lo | |
| CC libopenjpeg_la-mqc.lo | |
| CC libopenjpeg_la-openjpeg.lo | |
| CC libopenjpeg_la-pi.lo | |
| CC libopenjpeg_la-raw.lo | |
| CC libopenjpeg_la-t1.lo | |
| CC libopenjpeg_la-t2.lo | |
| CC libopenjpeg_la-tcd.lo | |
| CC libopenjpeg_la-tgt.lo | |
| CC libopenjpeg_la-cidx_manager.lo | |
| CC libopenjpeg_la-phix_manager.lo | |
| CC libopenjpeg_la-ppix_manager.lo | |
| CC libopenjpeg_la-thix_manager.lo | |
| CC libopenjpeg_la-tpix_manager.lo | |
| CCLD libopenjpeg.la | |
| Making all in applications | |
| Making all in codec | |
| CC j2k_to_image-color.o | |
| CC j2k_to_image-opj_getopt.o | |
| CC j2k_to_image-convert.o | |
| CC j2k_to_image-index.o | |
| CC j2k_to_image-j2k_to_image.o | |
| CCLD j2k_to_image | |
| CC image_to_j2k-opj_getopt.o | |
| CC image_to_j2k-convert.o | |
| CC image_to_j2k-index.o | |
| CC image_to_j2k-image_to_j2k.o | |
| CCLD image_to_j2k | |
| CC j2k_dump-opj_getopt.o | |
| CC j2k_dump-index.o | |
| CC j2k_dump-j2k_dump.o | |
| CCLD j2k_dump | |
| make[3]: Nothing to be done for `all-am'. | |
| Making all in doc | |
| make[2]: Nothing to be done for `all'. | |
| make[2]: Nothing to be done for `all-am'. | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ make install | |
| Making install in libopenjpeg | |
| Making install in . | |
| .././install-sh -c -d '/usr/local/lib' | |
| /bin/sh ../libtool --mode=install /usr/bin/install -c libopenjpeg.la '/usr/local/lib' | |
| libtool: install: /usr/bin/install -c .libs/libopenjpeg.1.dylib /usr/local/lib/libopenjpeg.1.dylib | |
| libtool: install: (cd /usr/local/lib && { ln -s -f libopenjpeg.1.dylib libopenjpeg.dylib || { rm -f libopenjpeg.dylib && ln -s libopenjpeg.1.dylib libopenjpeg.dylib; }; }) | |
| libtool: install: /usr/bin/install -c .libs/libopenjpeg.lai /usr/local/lib/libopenjpeg.la | |
| libtool: install: /usr/bin/install -c .libs/libopenjpeg.a /usr/local/lib/libopenjpeg.a | |
| libtool: install: chmod 644 /usr/local/lib/libopenjpeg.a | |
| libtool: install: ranlib /usr/local/lib/libopenjpeg.a | |
| .././install-sh -c -d '/usr/local/include/openjpeg-1.5' | |
| /usr/bin/install -c -m 644 openjpeg.h '/usr/local/include/openjpeg-1.5' | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
| cd /usr/local/include && rm -f openjpeg.h | |
| Making install in applications | |
| Making install in codec | |
| ../.././install-sh -c -d '/usr/local/bin' | |
| /bin/sh ../../libtool --mode=install /usr/bin/install -c j2k_to_image image_to_j2k j2k_dump '/usr/local/bin' | |
| libtool: install: /usr/bin/install -c .libs/j2k_to_image /usr/local/bin/j2k_to_image | |
| libtool: install: /usr/bin/install -c .libs/image_to_j2k /usr/local/bin/image_to_j2k | |
| libtool: install: /usr/bin/install -c .libs/j2k_dump /usr/local/bin/j2k_dump | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
| make[3]: Nothing to be done for `install-exec-am'. | |
| make[3]: Nothing to be done for `install-data-am'. | |
| Making install in doc | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| .././install-sh -c -d '/usr/local/share/doc/openjpeg-1.5' | |
| /usr/bin/install -c -m 644 ../LICENSE '/usr/local/share/doc/openjpeg-1.5' | |
| .././install-sh -c -d '/usr/local/share/man/man1' | |
| /usr/bin/install -c -m 644 man/man1/image_to_j2k.1 man/man1/j2k_dump.1 man/man1/j2k_to_image.1 '/usr/local/share/man/man1' | |
| .././install-sh -c -d '/usr/local/share/man/man3' | |
| /usr/bin/install -c -m 644 man/man3/libopenjpeg.3 '/usr/local/share/man/man3' | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
| make[2]: Nothing to be done for `install-exec-am'. | |
| ./install-sh -c -d '/usr/local/lib/pkgconfig' | |
| /usr/bin/install -c -m 644 libopenjpeg1.pc '/usr/local/lib/pkgconfig' | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
| ln -s -nf libopenjpeg1.pc /usr/local/lib/pkgconfig/libopenjpeg.pc | |
| -e (LA) /usr/local/lib/libopenjpeg.la | |
| -e (DY) /usr/local/lib/libopenjpeg.1.dylib | |
| -e (DY) /usr/local/lib/libopenjpeg.dylib | |
| -e (A) /usr/local/lib/libopenjpeg.a | |
| -e (H) /usr/local/include/openjpeg-1.5/openjpeg.h | |
| -e (B) /usr/local/bin/j2k_to_image | |
| -e (B) /usr/local/bin/image_to_j2k | |
| -e (B) /usr/local/bin/j2k_dump | |
| -e (MAN) /usr/local/share/man/man1/image_to_j2k.1 | |
| -e (MAN) /usr/local/share/man/man1/j2k_dump.1 | |
| -e (MAN) /usr/local/share/man/man1/j2k_to_image.1 | |
| -e (MAN) /usr/local/share/man/man3/libopenjpeg.3 | |
| -e (PC) /usr/local/lib/pkgconfig/libopenjpeg1.pc | |
| -e (LN) /usr/local/lib/pkgconfig/libopenjpeg.pc | |
| Luigis-Mac-mini:openjpeg-1.5.2 gigi_mini$ cd .. | |
| Luigis-Mac-mini:tmp gigi_mini$ ls | |
| ffmpeg openjpeg-1.5.2 | |
| Luigis-Mac-mini:tmp gigi_mini$ cd ffmpeg/ | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ ls | |
| COPYING.GPLv2 MAINTAINERS cmdutils_common_opts.h config.mak ffmpeg_vda.c libavformat tests | |
| COPYING.GPLv3 Makefile cmdutils_opencl.c configure ffmpeg_vdpau.c libavresample tools | |
| COPYING.LGPLv2.1 README.md common.mak doc ffplay.c libavutil version.sh | |
| COPYING.LGPLv3 RELEASE compat ffmpeg.c ffprobe.c libpostproc | |
| CREDITS RELEASE_NOTES config.asm ffmpeg.h ffserver.c library.mak | |
| Changelog arch.mak config.fate ffmpeg_dxva2.c libavcodec libswresample | |
| INSTALL.md cmdutils.c config.h ffmpeg_filter.c libavdevice libswscale | |
| LICENSE.md cmdutils.h config.log ffmpeg_opt.c libavfilter presets | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ make clean | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ sudo ./configure --extra-cflags="-I/usr/local/include/" --extra-ldflags="-L/usr/local/lib/" --enable-libopenjpeg | |
| Password: | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 | |
| Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 | |
| install prefix /usr/local | |
| source path . | |
| C compiler gcc | |
| C library | |
| ARCH x86 (generic) | |
| big-endian no | |
| runtime cpu detection yes | |
| yasm yes | |
| MMX enabled yes | |
| MMXEXT enabled yes | |
| 3DNow! enabled yes | |
| 3DNow! extended enabled yes | |
| SSE enabled yes | |
| SSSE3 enabled yes | |
| AVX enabled yes | |
| XOP enabled yes | |
| FMA3 enabled yes | |
| FMA4 enabled yes | |
| i686 features enabled yes | |
| CMOV is fast yes | |
| EBX available yes | |
| EBP available yes | |
| debug symbols yes | |
| strip symbols yes | |
| optimize for size no | |
| optimizations yes | |
| static yes | |
| shared no | |
| postprocessing support no | |
| new filter support yes | |
| network support yes | |
| threading support pthreads | |
| safe bitstream reader yes | |
| SDL support yes | |
| opencl enabled no | |
| texi2html enabled yes | |
| perl enabled yes | |
| pod2man enabled yes | |
| makeinfo enabled yes | |
| makeinfo supports HTML no | |
| External libraries: | |
| bzlib libopenjpeg | |
| iconv zlib | |
| Enabled decoders: | |
| aac bink gsm_ms | |
| aac_latm binkaudio_dct h261 | |
| aasc binkaudio_rdft h263 | |
| ac3 bintext h263i | |
| ac3_fixed bmp h263p | |
| adpcm_4xm bmv_audio h264 | |
| adpcm_adx bmv_video h264_vda | |
| adpcm_afc brender_pix hevc | |
| adpcm_ct c93 hnm4_video | |
| adpcm_dtk cavs huffyuv | |
| adpcm_ea cdgraphics iac | |
| adpcm_ea_maxis_xa cdxl idcin | |
| adpcm_ea_r1 cinepak idf | |
| adpcm_ea_r2 cljr iff_byterun1 | |
| adpcm_ea_r3 cllc iff_ilbm | |
| adpcm_ea_xas comfortnoise imc | |
| adpcm_g722 cook indeo2 | |
| adpcm_g726 cpia indeo3 | |
| adpcm_g726le cscd indeo4 | |
| adpcm_ima_amv cyuv indeo5 | |
| adpcm_ima_apc dca interplay_dpcm | |
| adpcm_ima_dk3 dfa interplay_video | |
| adpcm_ima_dk4 dirac jacosub | |
| adpcm_ima_ea_eacs dnxhd jpeg2000 | |
| adpcm_ima_ea_sead dpx jpegls | |
| adpcm_ima_iss dsd_lsbf jv | |
| adpcm_ima_oki dsd_lsbf_planar kgv1 | |
| adpcm_ima_qt dsd_msbf kmvc | |
| adpcm_ima_rad dsd_msbf_planar lagarith | |
| adpcm_ima_smjpeg dsicinaudio libopenjpeg | |
| adpcm_ima_wav dsicinvideo loco | |
| adpcm_ima_ws dvbsub mace3 | |
| adpcm_ms dvdsub mace6 | |
| adpcm_sbpro_2 dvvideo mdec | |
| adpcm_sbpro_3 dxa metasound | |
| adpcm_sbpro_4 dxtory microdvd | |
| adpcm_swf eac3 mimic | |
| adpcm_thp eacmv mjpeg | |
| adpcm_vima eamad mjpegb | |
| adpcm_xa eatgq mlp | |
| adpcm_yamaha eatgv mmvideo | |
| aic eatqi motionpixels | |
| alac eightbps movtext | |
| alias_pix eightsvx_exp mp1 | |
| als eightsvx_fib mp1float | |
| amrnb escape124 mp2 | |
| amrwb escape130 mp2float | |
| amv evrc mp3 | |
| anm exr mp3adu | |
| ansi ffv1 mp3adufloat | |
| ape ffvhuff mp3float | |
| ass ffwavesynth mp3on4 | |
| asv1 fic mp3on4float | |
| asv2 flac mpc7 | |
| atrac1 flashsv mpc8 | |
| atrac3 flashsv2 mpeg1video | |
| atrac3p flic mpeg2video | |
| aura flv mpeg4 | |
| aura2 fourxm mpegvideo | |
| avrn fraps mpl2 | |
| avrp frwu msa1 | |
| avs g2m msmpeg4v1 | |
| avui g723_1 msmpeg4v2 | |
| ayuv g729 msmpeg4v3 | |
| bethsoftvid gif msrle | |
| bfi gsm mss1 | |
| mss2 qdraw txd | |
| msvideo1 qpeg ulti | |
| mszh qtrle utvideo | |
| mts2 r10k v210 | |
| mvc1 r210 v210x | |
| mvc2 ra_144 v308 | |
| mxpeg ra_288 v408 | |
| nellymoser ralf v410 | |
| nuv rawvideo vb | |
| on2avc realtext vble | |
| opus rl2 vc1 | |
| paf_audio roq vc1image | |
| paf_video roq_dpcm vcr1 | |
| pam rpza vima | |
| pbm rv10 vmdaudio | |
| pcm_alaw rv20 vmdvideo | |
| pcm_bluray rv30 vmnc | |
| pcm_dvd rv40 vorbis | |
| pcm_f32be s302m vp3 | |
| pcm_f32le sami vp5 | |
| pcm_f64be sanm vp6 | |
| pcm_f64le sgi vp6a | |
| pcm_lxf sgirle vp6f | |
| pcm_mulaw shorten vp7 | |
| pcm_s16be sipr vp8 | |
| pcm_s16be_planar smackaud vp9 | |
| pcm_s16le smacker vplayer | |
| pcm_s16le_planar smc vqa | |
| pcm_s24be smvjpeg wavpack | |
| pcm_s24daud snow webp | |
| pcm_s24le sol_dpcm webvtt | |
| pcm_s24le_planar sonic wmalossless | |
| pcm_s32be sp5x wmapro | |
| pcm_s32le srt wmav1 | |
| pcm_s32le_planar ssa wmav2 | |
| pcm_s8 subrip wmavoice | |
| pcm_s8_planar subviewer wmv1 | |
| pcm_u16be subviewer1 wmv2 | |
| pcm_u16le sunrast wmv3 | |
| pcm_u24be svq1 wmv3image | |
| pcm_u24le svq3 wnv1 | |
| pcm_u32be tak ws_snd1 | |
| pcm_u32le targa xan_dpcm | |
| pcm_u8 targa_y216 xan_wc3 | |
| pcm_zork text xan_wc4 | |
| pcx theora xbin | |
| pgm thp xbm | |
| pgmyuv tiertexseqvideo xface | |
| pgssub tiff xl | |
| pictor tmv xsub | |
| pjs truehd xwd | |
| png truemotion1 y41p | |
| ppm truemotion2 yop | |
| prores truespeech yuv4 | |
| prores_lgpl tscc zero12v | |
| ptx tscc2 zerocodec | |
| qcelp tta zlib | |
| qdm2 twinvq zmbv | |
| Enabled encoders: | |
| a64multi jpegls ppm | |
| a64multi5 libopenjpeg prores | |
| aac ljpeg prores_aw | |
| ac3 mjpeg prores_ks | |
| ac3_fixed movtext qtrle | |
| adpcm_adx mp2 r10k | |
| adpcm_g722 mp2fixed r210 | |
| adpcm_g726 mpeg1video ra_144 | |
| adpcm_ima_qt mpeg2video rawvideo | |
| adpcm_ima_wav mpeg4 roq | |
| adpcm_ms msmpeg4v2 roq_dpcm | |
| adpcm_swf msmpeg4v3 rv10 | |
| adpcm_yamaha msvideo1 rv20 | |
| alac nellymoser s302m | |
| alias_pix pam sgi | |
| amv pbm snow | |
| ass pcm_alaw sonic | |
| asv1 pcm_f32be sonic_ls | |
| asv2 pcm_f32le srt | |
| avrp pcm_f64be ssa | |
| avui pcm_f64le subrip | |
| ayuv pcm_mulaw sunrast | |
| bmp pcm_s16be svq1 | |
| cinepak pcm_s16be_planar targa | |
| cljr pcm_s16le tiff | |
| comfortnoise pcm_s16le_planar tta | |
| dca pcm_s24be utvideo | |
| dnxhd pcm_s24daud v210 | |
| dpx pcm_s24le v308 | |
| dvbsub pcm_s24le_planar v408 | |
| dvdsub pcm_s32be v410 | |
| dvvideo pcm_s32le vorbis | |
| eac3 pcm_s32le_planar wavpack | |
| ffv1 pcm_s8 webvtt | |
| ffvhuff pcm_s8_planar wmav1 | |
| flac pcm_u16be wmav2 | |
| flashsv pcm_u16le wmv1 | |
| flashsv2 pcm_u24be wmv2 | |
| flv pcm_u24le xbm | |
| g723_1 pcm_u32be xface | |
| gif pcm_u32le xsub | |
| h261 pcm_u8 xwd | |
| h263 pcx y41p | |
| h263p pgm yuv4 | |
| huffyuv pgmyuv zlib | |
| jpeg2000 png zmbv | |
| Enabled hwaccels: | |
| h264_vda h264_vda_old | |
| Enabled parsers: | |
| aac dvd_nav mpegvideo | |
| aac_latm dvdsub opus | |
| ac3 flac png | |
| adx gsm pnm | |
| bmp h261 rv30 | |
| cavsvideo h263 rv40 | |
| cook h264 tak | |
| dca hevc vc1 | |
| dirac mjpeg vorbis | |
| dnxhd mlp vp3 | |
| dpx mpeg4video vp8 | |
| dvbsub mpegaudio vp9 | |
| Enabled demuxers: | |
| aac h263 nistsphere | |
| ac3 h264 nsv | |
| act hevc nut | |
| adf hls nuv | |
| adp hnm ogg | |
| adx ico oma | |
| aea idcin paf | |
| afc idf pcm_alaw | |
| aiff iff pcm_f32be | |
| amr ilbc pcm_f32le | |
| anm image2 pcm_f64be | |
| apc image2_alias_pix pcm_f64le | |
| ape image2_brender_pix pcm_mulaw | |
| aqtitle image2pipe pcm_s16be | |
| asf image_bmp_pipe pcm_s16le | |
| ass image_dpx_pipe pcm_s24be | |
| ast image_exr_pipe pcm_s24le | |
| au image_j2k_pipe pcm_s32be | |
| avi image_jpegls_pipe pcm_s32le | |
| avr image_pictor_pipe pcm_s8 | |
| avs image_png_pipe pcm_u16be | |
| bethsoftvid image_sgi_pipe pcm_u16le | |
| bfi image_sunrast_pipe pcm_u24be | |
| bink image_tiff_pipe pcm_u24le | |
| bintext image_webp_pipe pcm_u32be | |
| bit ingenient pcm_u32le | |
| bmv ipmovie pcm_u8 | |
| boa ircam pjs | |
| brstm iss pmp | |
| c93 iv8 pva | |
| caf ivf pvf | |
| cavsvideo jacosub qcp | |
| cdg jv r3d | |
| cdxl latm rawvideo | |
| cine live_flv realtext | |
| concat lmlm4 redspark | |
| data loas rl2 | |
| daud lrc rm | |
| dfa lvf roq | |
| dirac lxf rpl | |
| dnxhd m4v rsd | |
| dsf matroska rso | |
| dsicin mgsts rtp | |
| dts microdvd rtsp | |
| dtshd mjpeg sami | |
| dv mlp sap | |
| dxa mlv sbg | |
| ea mm sdp | |
| ea_cdata mmf sdr2 | |
| eac3 mov segafilm | |
| epaf mp3 shorten | |
| ffm mpc siff | |
| ffmetadata mpc8 sln | |
| filmstrip mpegps smacker | |
| flac mpegts smjpeg | |
| flic mpegtsraw smush | |
| flv mpegvideo sol | |
| fourxm mpl2 sox | |
| frm mpsub spdif | |
| g722 msnwc_tcp srt | |
| g723_1 mtv str | |
| g729 mv subviewer | |
| gif mvi subviewer1 | |
| gsm mxf swf | |
| gxf mxg tak | |
| h261 nc tedcaptions | |
| thp vmd wsaud | |
| tiertexseq vobsub wsvqa | |
| tmv voc wtv | |
| truehd vplayer wv | |
| tta vqf xa | |
| tty w64 xbin | |
| txd wav xmv | |
| vc1 wc3 xwma | |
| vc1t webm_dash_manifest yop | |
| vivo webvtt yuv4mpegpipe | |
| Enabled muxers: | |
| a64 ipod pcm_s24le | |
| ac3 ircam pcm_s32be | |
| adts ismv pcm_s32le | |
| adx ivf pcm_s8 | |
| aiff jacosub pcm_u16be | |
| amr latm pcm_u16le | |
| asf lrc pcm_u24be | |
| asf_stream m4v pcm_u24le | |
| ass matroska pcm_u32be | |
| ast matroska_audio pcm_u32le | |
| au md5 pcm_u8 | |
| avi microdvd psp | |
| avm2 mjpeg rawvideo | |
| bit mkvtimestamp_v2 rm | |
| caf mlp roq | |
| cavsvideo mmf rso | |
| crc mov rtp | |
| data mp2 rtsp | |
| daud mp3 sap | |
| dirac mp4 segment | |
| dnxhd mpeg1system smjpeg | |
| dts mpeg1vcd smoothstreaming | |
| dv mpeg1video sox | |
| eac3 mpeg2dvd spdif | |
| f4v mpeg2svcd spx | |
| ffm mpeg2video srt | |
| ffmetadata mpeg2vob stream_segment | |
| filmstrip mpegts swf | |
| flac mpjpeg tee | |
| flv mxf tg2 | |
| framecrc mxf_d10 tgp | |
| framemd5 null truehd | |
| g722 nut uncodedframecrc | |
| g723_1 oga vc1 | |
| gif ogg vc1t | |
| gxf oma voc | |
| h261 opus w64 | |
| h263 pcm_alaw wav | |
| h264 pcm_f32be webm | |
| hds pcm_f32le webm_dash_manifest | |
| hevc pcm_f64be webvtt | |
| hls pcm_f64le wtv | |
| ico pcm_mulaw wv | |
| ilbc pcm_s16be yuv4mpegpipe | |
| image2 pcm_s16le | |
| image2pipe pcm_s24be | |
| Enabled protocols: | |
| cache hls rtmp | |
| concat http rtmpt | |
| crypto httpproxy rtp | |
| data icecast srtp | |
| ffrtmphttp md5 subfile | |
| file mmsh tcp | |
| ftp mmst udp | |
| gopher pipe unix | |
| Enabled filters: | |
| aconvert copy nullsrc | |
| adelay crop overlay | |
| aecho curves pad | |
| aeval dctdnoiz pan | |
| aevalsrc decimate perms | |
| afade dejudder pixdesctest | |
| aformat deshake psnr | |
| ainterleave drawbox removelogo | |
| allpass drawgrid replaygain | |
| alphaextract earwax rgbtestsrc | |
| alphamerge edgedetect rotate | |
| amerge elbg scale | |
| amix equalizer select | |
| amovie extractplanes sendcmd | |
| anull fade separatefields | |
| anullsink field setdar | |
| anullsrc fieldmatch setfield | |
| apad fieldorder setpts | |
| aperms flanger setsar | |
| aphaser format settb | |
| aresample fps showcqt | |
| aselect framepack showinfo | |
| asendcmd framestep showspectrum | |
| asetnsamples gradfun showwaves | |
| asetpts haldclut shuffleplanes | |
| asetrate haldclutsrc signalstats | |
| asettb hflip silencedetect | |
| ashowinfo highpass silenceremove | |
| asplit histogram sine | |
| astats hqx smptebars | |
| astreamsync hue smptehdbars | |
| atempo idet split | |
| atrim il swapuv | |
| avectorscope interleave telecine | |
| bandpass join testsrc | |
| bandreject lenscorrection thumbnail | |
| bass life tile | |
| bbox lowpass transpose | |
| biquad lut treble | |
| blackdetect lut3d trim | |
| blend lutrgb unsharp | |
| cellauto lutyuv vflip | |
| channelmap mandelbrot vignette | |
| channelsplit mergeplanes volume | |
| codecview movie volumedetect | |
| color negate w3fdif | |
| colorbalance noformat yadif | |
| colorchannelmixer noise zoompan | |
| compand null | |
| concat nullsink | |
| Enabled bsfs: | |
| aac_adtstoasc imx_dump_header mp3_header_decompress | |
| chomp mjpeg2jpeg noise | |
| dump_extradata mjpega_dump_header remove_extradata | |
| h264_mp4toannexb mov2textsub text2movsub | |
| Enabled indevs: | |
| avfoundation lavfi qtkit | |
| Enabled outdevs: | |
| sdl | |
| License: LGPL version 2.1 or later | |
| Creating config.mak, config.h, and doc/config.texi... | |
| libavutil/avconfig.h is unchanged | |
| Luigis-Mac-mini:ffmpeg gigi_mini$ sudo make | |
| CC libavdevice/alldevices.o | |
| CC libavdevice/avdevice.o | |
| CC libavdevice/avfoundation.o | |
| CC libavdevice/lavfi.o | |
| CC libavdevice/qtkit.o | |
| libavdevice/qtkit.m:123:27: warning: 'stopRunning' is deprecated [-Wdeprecated-declarations] | |
| [ctx->capture_session stopRunning]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:52:1: note: | |
| method 'stopRunning' declared here | |
| - (void)stopRunning AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:154:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:154:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // me... | |
| ^ | |
| libavdevice/qtkit.m:156:41: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| const char *name = [[device localizedDisplayName] UTF8String]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:172:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:172:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // me... | |
| ^ | |
| libavdevice/qtkit.m:182:71: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:182:45: warning: 'inputDevicesWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| NSArray *devices = [QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:119:1: note: | |
| method 'inputDevicesWithMediaType:' declared here | |
| + (NSArray *)inputDevicesWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // me... | |
| ^ | |
| libavdevice/qtkit.m:185:48: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| if (!strncmp(s->filename, [[device localizedDisplayName] UTF8String], strlen(s->filename))) { | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:195:73: warning: 'QTMediaTypeMuxed' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeMuxed]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:136:31: note: | |
| 'QTMediaTypeMuxed' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeMuxed AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:195:41: warning: 'defaultInputDeviceWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeMuxed]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:120:1: note: | |
| method 'defaultInputDeviceWithMediaType:' declared here | |
| + (QTCaptureDevice *)defaultInputDeviceWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // media types are de... | |
| ^ | |
| libavdevice/qtkit.m:198:34: warning: 'open:' is deprecated [-Wdeprecated-declarations] | |
| BOOL success = [video_device open:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:141:1: note: | |
| method 'open:' declared here | |
| - (BOOL)open:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:202:73: warning: 'QTMediaTypeVideo' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTMedia.h:40:31: note: | |
| 'QTMediaTypeVideo' declared here | |
| QTKIT_EXTERN NSString * const QTMediaTypeVideo AVAILABLE_QTKIT_VERSION_7_0_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:202:41: warning: 'defaultInputDeviceWithMediaType:' is deprecated [-Wdeprecated-declarations] | |
| video_device = [QTCaptureDevice defaultInputDeviceWithMediaType:QTMediaTypeVideo]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:120:1: note: | |
| method 'defaultInputDeviceWithMediaType:' declared here | |
| + (QTCaptureDevice *)defaultInputDeviceWithMediaType:(NSString *)mediaType AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; // media types are de... | |
| ^ | |
| libavdevice/qtkit.m:203:38: warning: 'open:' is deprecated [-Wdeprecated-declarations] | |
| success = [video_device open:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:141:1: note: | |
| method 'open:' declared here | |
| - (BOOL)open:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:211:48: warning: 'localizedDisplayName' is deprecated [-Wdeprecated-declarations] | |
| NSString* dev_display_name = [video_device localizedDisplayName]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDevice.h:125:1: note: | |
| method 'localizedDisplayName' declared here | |
| - (NSString *)localizedDisplayName AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:217:78: warning: 'initWithDevice:' is deprecated [-Wdeprecated-declarations] | |
| QTCaptureDeviceInput* capture_dev_input = [[[QTCaptureDeviceInput alloc] initWithDevice:video_device] autorelease]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDeviceInput.h:37:1: note: | |
| method 'initWithDevice:' declared here | |
| - (id)initWithDevice:(QTCaptureDevice *)device AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:218:37: warning: 'addInput:error:' is deprecated [-Wdeprecated-declarations] | |
| success = [ctx->capture_session addInput:capture_dev_input error:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:43:1: note: | |
| method 'addInput:error:' declared here | |
| - (BOOL)addInput:(QTCaptureInput *)input error:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:233:24: warning: 'setPixelBufferAttributes:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setPixelBufferAttributes:captureDictionary]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:88:1: note: | |
| method 'setPixelBufferAttributes:' declared here | |
| - (void)setPixelBufferAttributes:(NSDictionary *)pixelBufferAttributes AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:237:24: warning: 'setDelegate:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setDelegate:ctx->qt_delegate]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:145:1: note: | |
| method 'setDelegate:' declared here | |
| - (void)setDelegate:(id)delegate AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:238:24: warning: 'setAutomaticallyDropsLateVideoFrames:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setAutomaticallyDropsLateVideoFrames:YES]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:131:1: note: | |
| method 'setAutomaticallyDropsLateVideoFrames:' declared here | |
| - (void)setAutomaticallyDropsLateVideoFrames:(BOOL)automaticallyDropsLateVideoFrames AVAILABLE_QTKIT_VERSION_7_6_3_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:239:24: warning: 'setMinimumVideoFrameInterval:' is deprecated [-Wdeprecated-declarations] | |
| [ctx->video_output setMinimumVideoFrameInterval:1.0/ctx->frame_rate]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h:109:1: note: | |
| method 'setMinimumVideoFrameInterval:' declared here | |
| - (void)setMinimumVideoFrameInterval:(NSTimeInterval)minimumVideoFrameInterval AVAILABLE_QTKIT_VERSION_7_6_3_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:241:37: warning: 'addOutput:error:' is deprecated [-Wdeprecated-declarations] | |
| success = [ctx->capture_session addOutput:ctx->video_output error:nil]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:47:1: note: | |
| method 'addOutput:error:' declared here | |
| - (BOOL)addOutput:(QTCaptureOutput *)output error:(NSError **)errorPtr AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| libavdevice/qtkit.m:248:27: warning: 'startRunning' is deprecated [-Wdeprecated-declarations] | |
| [ctx->capture_session startRunning]; | |
| ^ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/QTKit.framework/Headers/QTCaptureSession.h:51:1: note: | |
| method 'startRunning' declared here | |
| - (void)startRunning AVAILABLE_QTKIT_VERSION_7_2_AND_LATER_BUT_DEPRECATED_IN_QTKIT_VERSION_7_7_3; | |
| ^ | |
| 24 warnings generated. | |
| CC libavdevice/sdl.o | |
| AR libavdevice/libavdevice.a | |
| CC libavfilter/aeval.o | |
| CC libavfilter/af_aconvert.o | |
| CC libavfilter/af_adelay.o | |
| CC libavfilter/af_aecho.o | |
| CC libavfilter/af_afade.o | |
| CC libavfilter/af_aformat.o | |
| CC libavfilter/af_amerge.o | |
| CC libavfilter/af_amix.o | |
| CC libavfilter/af_anull.o | |
| CC libavfilter/af_apad.o | |
| CC libavfilter/af_aphaser.o | |
| CC libavfilter/af_aresample.o | |
| CC libavfilter/af_asetnsamples.o | |
| CC libavfilter/af_asetrate.o | |
| CC libavfilter/af_ashowinfo.o | |
| CC libavfilter/af_astats.o | |
| CC libavfilter/af_astreamsync.o | |
| CC libavfilter/af_atempo.o | |
| CC libavfilter/af_biquads.o | |
| CC libavfilter/af_channelmap.o | |
| CC libavfilter/af_channelsplit.o | |
| CC libavfilter/af_compand.o | |
| CC libavfilter/af_earwax.o | |
| CC libavfilter/af_flanger.o | |
| CC libavfilter/af_join.o | |
| CC libavfilter/af_pan.o | |
| CC libavfilter/af_replaygain.o | |
| CC libavfilter/af_silencedetect.o | |
| CC libavfilter/af_silenceremove.o | |
| CC libavfilter/af_volume.o | |
| CC libavfilter/af_volumedetect.o | |
| CC libavfilter/allfilters.o | |
| CC libavfilter/asink_anullsink.o | |
| CC libavfilter/asrc_anullsrc.o | |
| CC libavfilter/asrc_sine.o | |
| CC libavfilter/audio.o | |
| CC libavfilter/avcodec.o | |
| CC libavfilter/avf_avectorscope.o | |
| CC libavfilter/avf_concat.o | |
| CC libavfilter/avf_showcqt.o | |
| CC libavfilter/avf_showspectrum.o | |
| CC libavfilter/avf_showwaves.o | |
| CC libavfilter/avfilter.o | |
| CC libavfilter/avfiltergraph.o | |
| CC libavfilter/bbox.o | |
| CC libavfilter/buffer.o | |
| CC libavfilter/buffersink.o | |
| CC libavfilter/buffersrc.o | |
| CC libavfilter/drawutils.o | |
| CC libavfilter/dualinput.o | |
| CC libavfilter/f_interleave.o | |
| CC libavfilter/f_perms.o | |
| CC libavfilter/f_select.o | |
| CC libavfilter/f_sendcmd.o | |
| CC libavfilter/fifo.o | |
| CC libavfilter/formats.o | |
| CC libavfilter/framesync.o | |
| CC libavfilter/generate_wave_table.o | |
| CC libavfilter/graphdump.o | |
| CC libavfilter/graphparser.o | |
| CC libavfilter/lavfutils.o | |
| CC libavfilter/lswsutils.o | |
| CC libavfilter/opencl_allkernels.o | |
| CC libavfilter/pthread.o | |
| CC libavfilter/setpts.o | |
| CC libavfilter/settb.o | |
| CC libavfilter/split.o | |
| CC libavfilter/src_movie.o | |
| CC libavfilter/transform.o | |
| CC libavfilter/trim.o | |
| CC libavfilter/vf_alphamerge.o | |
| CC libavfilter/vf_aspect.o | |
| CC libavfilter/vf_bbox.o | |
| CC libavfilter/vf_blackdetect.o | |
| CC libavfilter/vf_blend.o | |
| CC libavfilter/vf_codecview.o | |
| CC libavfilter/vf_colorbalance.o | |
| CC libavfilter/vf_colorchannelmixer.o | |
| CC libavfilter/vf_copy.o | |
| CC libavfilter/vf_crop.o | |
| CC libavfilter/vf_curves.o | |
| CC libavfilter/vf_dctdnoiz.o | |
| CC libavfilter/vf_decimate.o | |
| CC libavfilter/vf_dejudder.o | |
| CC libavfilter/vf_deshake.o | |
| CC libavfilter/vf_drawbox.o | |
| CC libavfilter/vf_edgedetect.o | |
| CC libavfilter/vf_elbg.o | |
| CC libavfilter/vf_extractplanes.o | |
| CC libavfilter/vf_fade.o | |
| CC libavfilter/vf_field.o | |
| CC libavfilter/vf_fieldmatch.o | |
| CC libavfilter/vf_fieldorder.o | |
| CC libavfilter/vf_format.o | |
| CC libavfilter/vf_fps.o | |
| CC libavfilter/vf_framepack.o | |
| CC libavfilter/vf_framestep.o | |
| CC libavfilter/vf_gradfun.o | |
| CC libavfilter/vf_hflip.o | |
| CC libavfilter/vf_histogram.o | |
| CC libavfilter/vf_hqx.o | |
| CC libavfilter/vf_hue.o | |
| CC libavfilter/vf_idet.o | |
| CC libavfilter/vf_il.o | |
| CC libavfilter/vf_lenscorrection.o | |
| CC libavfilter/vf_lut.o | |
| CC libavfilter/vf_lut3d.o | |
| CC libavfilter/vf_mergeplanes.o | |
| CC libavfilter/vf_noise.o | |
| CC libavfilter/vf_null.o | |
| CC libavfilter/vf_overlay.o | |
| CC libavfilter/vf_pad.o | |
| CC libavfilter/vf_pixdesctest.o | |
| CC libavfilter/vf_psnr.o | |
| CC libavfilter/vf_removelogo.o | |
| CC libavfilter/vf_rotate.o | |
| CC libavfilter/vf_scale.o | |
| CC libavfilter/vf_separatefields.o | |
| CC libavfilter/vf_setfield.o | |
| CC libavfilter/vf_showinfo.o | |
| CC libavfilter/vf_shuffleplanes.o | |
| CC libavfilter/vf_signalstats.o | |
| CC libavfilter/vf_swapuv.o | |
| CC libavfilter/vf_telecine.o | |
| CC libavfilter/vf_thumbnail.o | |
| CC libavfilter/vf_tile.o | |
| CC libavfilter/vf_transpose.o | |
| CC libavfilter/vf_unsharp.o | |
| CC libavfilter/vf_vflip.o | |
| CC libavfilter/vf_vignette.o | |
| CC libavfilter/vf_w3fdif.o | |
| CC libavfilter/vf_yadif.o | |
| CC libavfilter/vf_zoompan.o | |
| CC libavfilter/video.o | |
| CC libavfilter/vsink_nullsink.o | |
| CC libavfilter/vsrc_cellauto.o | |
| CC libavfilter/vsrc_life.o | |
| CC libavfilter/vsrc_mandelbrot.o | |
| CC libavfilter/vsrc_testsrc.o | |
| YASM libavfilter/x86/af_volume.o | |
| STRIP libavfilter/x86/af_volume.o | |
| CC libavfilter/x86/af_volume_init.o | |
| YASM libavfilter/x86/vf_gradfun.o | |
| STRIP libavfilter/x86/vf_gradfun.o | |
| CC libavfilter/x86/vf_gradfun_init.o | |
| YASM libavfilter/x86/vf_idet.o | |
| STRIP libavfilter/x86/vf_idet.o | |
| CC libavfilter/x86/vf_idet_init.o | |
| YASM libavfilter/x86/vf_yadif.o | |
| STRIP libavfilter/x86/vf_yadif.o | |
| CC libavfilter/x86/vf_yadif_init.o | |
| YASM libavfilter/x86/yadif-10.o | |
| STRIP libavfilter/x86/yadif-10.o | |
| YASM libavfilter/x86/yadif-16.o | |
| STRIP libavfilter/x86/yadif-16.o | |
| AR libavfilter/libavfilter.a | |
| CC libavformat/4xm.o | |
| CC libavformat/a64.o | |
| CC libavformat/aacdec.o | |
| CC libavformat/ac3dec.o | |
| CC libavformat/act.o | |
| CC libavformat/adp.o | |
| CC libavformat/adtsenc.o | |
| CC libavformat/adxdec.o | |
| CC libavformat/aea.o | |
| CC libavformat/afc.o | |
| CC libavformat/aiffdec.o | |
| CC libavformat/aiffenc.o | |
| CC libavformat/allformats.o | |
| CC libavformat/amr.o | |
| CC libavformat/anm.o | |
| CC libavformat/apc.o | |
| CC libavformat/ape.o | |
| CC libavformat/apetag.o | |
| CC libavformat/aqtitledec.o | |
| CC libavformat/asf.o | |
| CC libavformat/asfcrypt.o | |
| CC libavformat/asfdec.o | |
| CC libavformat/asfenc.o | |
| CC libavformat/assdec.o | |
| CC libavformat/assenc.o | |
| CC libavformat/ast.o | |
| CC libavformat/astdec.o | |
| CC libavformat/astenc.o | |
| CC libavformat/au.o | |
| CC libavformat/audiointerleave.o | |
| CC libavformat/avc.o | |
| CC libavformat/avidec.o | |
| CC libavformat/avienc.o | |
| CC libavformat/avio.o | |
| CC libavformat/aviobuf.o | |
| CC libavformat/avlanguage.o | |
| CC libavformat/avr.o | |
| CC libavformat/avs.o | |
| CC libavformat/bethsoftvid.o | |
| CC libavformat/bfi.o | |
| CC libavformat/bink.o | |
| CC libavformat/bintext.o | |
| CC libavformat/bit.o | |
| CC libavformat/bmv.o | |
| CC libavformat/boadec.o | |
| CC libavformat/brstm.o | |
| CC libavformat/c93.o | |
| CC libavformat/cache.o | |
| CC libavformat/caf.o | |
| CC libavformat/cafdec.o | |
| CC libavformat/cafenc.o | |
| CC libavformat/cavsvideodec.o | |
| CC libavformat/cdg.o | |
| CC libavformat/cdxl.o | |
| CC libavformat/cinedec.o | |
| CC libavformat/concat.o | |
| CC libavformat/concatdec.o | |
| CC libavformat/crcenc.o | |
| CC libavformat/crypto.o | |
| CC libavformat/cutils.o | |
| CC libavformat/data_uri.o | |
| CC libavformat/dauddec.o | |
| CC libavformat/daudenc.o | |
| CC libavformat/dfa.o | |
| CC libavformat/diracdec.o | |
| CC libavformat/dnxhddec.o | |
| CC libavformat/dsfdec.o | |
| CC libavformat/dsicin.o | |
| CC libavformat/dtsdec.o | |
| CC libavformat/dtshddec.o | |
| CC libavformat/dump.o | |
| CC libavformat/dv.o | |
| CC libavformat/dvenc.o | |
| CC libavformat/dxa.o | |
| CC libavformat/eacdata.o | |
| CC libavformat/electronicarts.o | |
| CC libavformat/epafdec.o | |
| CC libavformat/ffmdec.o | |
| CC libavformat/ffmenc.o | |
| CC libavformat/ffmetadec.o | |
| CC libavformat/ffmetaenc.o | |
| CC libavformat/file.o | |
| CC libavformat/filmstripdec.o | |
| CC libavformat/filmstripenc.o | |
| CC libavformat/flac_picture.o | |
| CC libavformat/flacdec.o | |
| CC libavformat/flacenc.o | |
| CC libavformat/flacenc_header.o | |
| CC libavformat/flic.o | |
| CC libavformat/flvdec.o | |
| libavformat/flvdec.c:702:12: warning: unused function 'flv_data_packet' [-Wunused-function] | |
| static int flv_data_packet(AVFormatContext *s, AVPacket *pkt, | |
| ^ | |
| 1 warning generated. | |
| CC libavformat/flvenc.o | |
| CC libavformat/format.o | |
| libavformat/format.c:190:17: warning: assigning to 'unsigned char *' from 'const uint8_t [32]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
| lpd.buf = zerobuffer; | |
| ^ ~~~~~~~~~~ | |
| 1 warning generated. | |
| CC libavformat/framecrcenc.o | |
| CC libavformat/framehash.o | |
| CC libavformat/frmdec.o | |
| CC libavformat/ftp.o | |
| CC libavformat/g722.o | |
| CC libavformat/g723_1.o | |
| CC libavformat/g729dec.o | |
| CC libavformat/gif.o | |
| CC libavformat/gifdec.o | |
| CC libavformat/gopher.o | |
| CC libavformat/gsmdec.o | |
| CC libavformat/gxf.o | |
| CC libavformat/gxfenc.o | |
| CC libavformat/h261dec.o | |
| CC libavformat/h263dec.o | |
| CC libavformat/h264dec.o | |
| CC libavformat/hdsenc.o | |
| CC libavformat/hevc.o | |
| CC libavformat/hevcdec.o | |
| CC libavformat/hls.o | |
| CC libavformat/hlsenc.o | |
| CC libavformat/hlsproto.o | |
| CC libavformat/hnm.o | |
| CC libavformat/http.o | |
| CC libavformat/httpauth.o | |
| CC libavformat/icecast.o | |
| CC libavformat/icodec.o | |
| CC libavformat/icoenc.o | |
| CC libavformat/id3v1.o | |
| CC libavformat/id3v2.o | |
| CC libavformat/id3v2enc.o | |
| CC libavformat/idcin.o | |
| CC libavformat/idroqdec.o | |
| CC libavformat/idroqenc.o | |
| CC libavformat/iff.o | |
| CC libavformat/ilbc.o | |
| CC libavformat/img2.o | |
| CC libavformat/img2_alias_pix.o | |
| CC libavformat/img2_brender_pix.o | |
| CC libavformat/img2dec.o | |
| CC libavformat/img2enc.o | |
| CC libavformat/ingenientdec.o | |
| CC libavformat/ipmovie.o | |
| CC libavformat/ircam.o | |
| CC libavformat/ircamdec.o | |
| CC libavformat/ircamenc.o | |
| CC libavformat/isom.o | |
| CC libavformat/iss.o | |
| CC libavformat/iv8.o | |
| CC libavformat/ivfdec.o | |
| CC libavformat/ivfenc.o | |
| CC libavformat/jacosubdec.o | |
| CC libavformat/jacosubenc.o | |
| CC libavformat/jvdec.o | |
| CC libavformat/latmenc.o | |
| CC libavformat/lmlm4.o | |
| CC libavformat/loasdec.o | |
| CC libavformat/lrc.o | |
| CC libavformat/lrcdec.o | |
| CC libavformat/lrcenc.o | |
| CC libavformat/lvfdec.o | |
| CC libavformat/lxfdec.o | |
| CC libavformat/m4vdec.o | |
| CC libavformat/matroska.o | |
| CC libavformat/matroskadec.o | |
| CC libavformat/matroskaenc.o | |
| libavformat/matroskaenc.c:1783:14: warning: unused variable 'data_offset' [-Wunused-variable] | |
| uint8_t *data_offset = pkt->data; | |
| ^ | |
| libavformat/matroskaenc.c:1448:12: warning: unused function 'ass_get_duration' [-Wunused-function] | |
| static int ass_get_duration(const uint8_t *p) | |
| ^ | |
| 2 warnings generated. | |
| CC libavformat/md5enc.o | |
| CC libavformat/md5proto.o | |
| CC libavformat/metadata.o | |
| CC libavformat/mgsts.o | |
| CC libavformat/microdvddec.o | |
| CC libavformat/microdvdenc.o | |
| CC libavformat/mkvtimestamp_v2.o | |
| CC libavformat/mlvdec.o | |
| CC libavformat/mm.o | |
| CC libavformat/mmf.o | |
| CC libavformat/mms.o | |
| CC libavformat/mmsh.o | |
| CC libavformat/mmst.o | |
| CC libavformat/mov.o | |
| CC libavformat/mov_chan.o | |
| CC libavformat/movenc.o | |
| CC libavformat/movenchint.o | |
| CC libavformat/mp3dec.o | |
| CC libavformat/mp3enc.o | |
| CC libavformat/mpc.o | |
| CC libavformat/mpc8.o | |
| CC libavformat/mpeg.o | |
| CC libavformat/mpegenc.o | |
| CC libavformat/mpegts.o | |
| CC libavformat/mpegtsenc.o | |
| CC libavformat/mpegvideodec.o | |
| CC libavformat/mpjpeg.o | |
| CC libavformat/mpl2dec.o | |
| CC libavformat/mpsubdec.o | |
| CC libavformat/msnwc_tcp.o | |
| CC libavformat/mtv.o | |
| CC libavformat/mux.o | |
| libavformat/mux.c:404:28: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| frac_init(&st->pts, 0, 0, den); | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:486:28: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| pkt->pts = st->pts.val; | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:517:9: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| st->pts.val = pkt->dts; | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:529:50: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| if (frame_size >= 0 && (pkt->size || st->pts.num != st->pts.den >> 1 || st->pts.val)) { | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:529:65: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| if (frame_size >= 0 && (pkt->size || st->pts.num != st->pts.den >> 1 || st->pts.val)) { | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:529:85: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| if (frame_size >= 0 && (pkt->size || st->pts.num != st->pts.den >> 1 || st->pts.val)) { | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:530:27: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| frac_add(&st->pts, (int64_t)st->time_base.den * frame_size); | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:534:23: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| frac_add(&st->pts, (int64_t)st->time_base.den * st->codec->time_base.num); | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/mux.c:994:10: warning: 'destruct' is deprecated [-Wdeprecated-declarations] | |
| pkt->destruct = local_pkt.destruct; | |
| ^ | |
| ./libavcodec/avcodec.h:1173:13: note: 'destruct' declared here | |
| void (*destruct)(struct AVPacket *); | |
| ^ | |
| libavformat/mux.c:994:31: warning: 'destruct' is deprecated [-Wdeprecated-declarations] | |
| pkt->destruct = local_pkt.destruct; | |
| ^ | |
| ./libavcodec/avcodec.h:1173:13: note: 'destruct' declared here | |
| void (*destruct)(struct AVPacket *); | |
| ^ | |
| 10 warnings generated. | |
| CC libavformat/mvdec.o | |
| CC libavformat/mvi.o | |
| CC libavformat/mxf.o | |
| CC libavformat/mxfdec.o | |
| CC libavformat/mxfenc.o | |
| CC libavformat/mxg.o | |
| CC libavformat/ncdec.o | |
| CC libavformat/network.o | |
| CC libavformat/nistspheredec.o | |
| CC libavformat/nsvdec.o | |
| CC libavformat/nullenc.o | |
| CC libavformat/nut.o | |
| CC libavformat/nutdec.o | |
| CC libavformat/nutenc.o | |
| CC libavformat/nuv.o | |
| CC libavformat/oggdec.o | |
| CC libavformat/oggenc.o | |
| CC libavformat/oggparsecelt.o | |
| CC libavformat/oggparsedirac.o | |
| CC libavformat/oggparseflac.o | |
| CC libavformat/oggparseogm.o | |
| CC libavformat/oggparseopus.o | |
| CC libavformat/oggparseskeleton.o | |
| CC libavformat/oggparsespeex.o | |
| CC libavformat/oggparsetheora.o | |
| CC libavformat/oggparsevorbis.o | |
| CC libavformat/oggparsevp8.o | |
| CC libavformat/oma.o | |
| CC libavformat/omadec.o | |
| CC libavformat/omaenc.o | |
| CC libavformat/options.o | |
| CC libavformat/os_support.o | |
| CC libavformat/paf.o | |
| CC libavformat/pcm.o | |
| CC libavformat/pcmdec.o | |
| CC libavformat/pcmenc.o | |
| CC libavformat/pjsdec.o | |
| CC libavformat/pmpdec.o | |
| CC libavformat/psxstr.o | |
| CC libavformat/pva.o | |
| CC libavformat/pvfdec.o | |
| CC libavformat/qcp.o | |
| CC libavformat/r3d.o | |
| CC libavformat/rawdec.o | |
| CC libavformat/rawenc.o | |
| CC libavformat/rawvideodec.o | |
| CC libavformat/rdt.o | |
| CC libavformat/realtextdec.o | |
| CC libavformat/redspark.o | |
| CC libavformat/replaygain.o | |
| CC libavformat/riff.o | |
| CC libavformat/riffdec.o | |
| CC libavformat/riffenc.o | |
| CC libavformat/rl2.o | |
| CC libavformat/rm.o | |
| CC libavformat/rmdec.o | |
| CC libavformat/rmenc.o | |
| CC libavformat/rmsipr.o | |
| CC libavformat/rpl.o | |
| CC libavformat/rsd.o | |
| CC libavformat/rso.o | |
| CC libavformat/rsodec.o | |
| CC libavformat/rsoenc.o | |
| CC libavformat/rtmphttp.o | |
| CC libavformat/rtmppkt.o | |
| CC libavformat/rtmpproto.o | |
| CC libavformat/rtp.o | |
| CC libavformat/rtpdec.o | |
| CC libavformat/rtpdec_amr.o | |
| CC libavformat/rtpdec_asf.o | |
| CC libavformat/rtpdec_g726.o | |
| CC libavformat/rtpdec_h261.o | |
| CC libavformat/rtpdec_h263.o | |
| CC libavformat/rtpdec_h263_rfc2190.o | |
| CC libavformat/rtpdec_h264.o | |
| CC libavformat/rtpdec_hevc.o | |
| CC libavformat/rtpdec_ilbc.o | |
| CC libavformat/rtpdec_jpeg.o | |
| CC libavformat/rtpdec_latm.o | |
| CC libavformat/rtpdec_mpeg12.o | |
| CC libavformat/rtpdec_mpeg4.o | |
| CC libavformat/rtpdec_mpegts.o | |
| CC libavformat/rtpdec_qcelp.o | |
| CC libavformat/rtpdec_qdm2.o | |
| CC libavformat/rtpdec_qt.o | |
| libavformat/rtpdec_qt.c:74:28: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'unsigned char *' discards qualifiers | |
| [-Wincompatible-pointer-types-discards-qualifiers] | |
| ffio_init_context(&pb, buf, len, 0, NULL, NULL, NULL, NULL); | |
| ^~~ | |
| libavformat/avio_internal.h:31:34: note: passing argument to parameter 'buffer' here | |
| unsigned char *buffer, | |
| ^ | |
| 1 warning generated. | |
| CC libavformat/rtpdec_svq3.o | |
| CC libavformat/rtpdec_vp8.o | |
| CC libavformat/rtpdec_xiph.o | |
| CC libavformat/rtpenc.o | |
| CC libavformat/rtpenc_aac.o | |
| CC libavformat/rtpenc_amr.o | |
| CC libavformat/rtpenc_chain.o | |
| CC libavformat/rtpenc_h261.o | |
| CC libavformat/rtpenc_h263.o | |
| CC libavformat/rtpenc_h263_rfc2190.o | |
| CC libavformat/rtpenc_h264.o | |
| CC libavformat/rtpenc_jpeg.o | |
| CC libavformat/rtpenc_latm.o | |
| CC libavformat/rtpenc_mpv.o | |
| CC libavformat/rtpenc_vp8.o | |
| CC libavformat/rtpenc_xiph.o | |
| CC libavformat/rtpproto.o | |
| CC libavformat/rtsp.o | |
| CC libavformat/rtspdec.o | |
| CC libavformat/rtspenc.o | |
| CC libavformat/samidec.o | |
| CC libavformat/sapdec.o | |
| CC libavformat/sapenc.o | |
| CC libavformat/sauce.o | |
| CC libavformat/sbgdec.o | |
| CC libavformat/sdp.o | |
| CC libavformat/sdr2.o | |
| CC libavformat/seek.o | |
| CC libavformat/segafilm.o | |
| CC libavformat/segment.o | |
| CC libavformat/sierravmd.o | |
| CC libavformat/siff.o | |
| CC libavformat/smacker.o | |
| CC libavformat/smjpeg.o | |
| CC libavformat/smjpegdec.o | |
| CC libavformat/smjpegenc.o | |
| CC libavformat/smoothstreamingenc.o | |
| CC libavformat/smush.o | |
| CC libavformat/sol.o | |
| CC libavformat/soxdec.o | |
| CC libavformat/soxenc.o | |
| CC libavformat/spdif.o | |
| CC libavformat/spdifdec.o | |
| CC libavformat/spdifenc.o | |
| CC libavformat/srtdec.o | |
| CC libavformat/srtenc.o | |
| CC libavformat/srtp.o | |
| CC libavformat/srtpproto.o | |
| CC libavformat/subfile.o | |
| CC libavformat/subtitles.o | |
| CC libavformat/subviewer1dec.o | |
| CC libavformat/subviewerdec.o | |
| CC libavformat/swf.o | |
| CC libavformat/swfdec.o | |
| CC libavformat/swfenc.o | |
| CC libavformat/takdec.o | |
| CC libavformat/tcp.o | |
| CC libavformat/tedcaptionsdec.o | |
| CC libavformat/tee.o | |
| libavformat/tee.c:400:62: warning: 'destruct' is deprecated [-Wdeprecated-declarations] | |
| if (ret == 0 && new_pkt.data != pkt->data && new_pkt.destruct) { | |
| ^ | |
| ./libavcodec/avcodec.h:1173:13: note: 'destruct' declared here | |
| void (*destruct)(struct AVPacket *); | |
| ^ | |
| 1 warning generated. | |
| CC libavformat/thp.o | |
| CC libavformat/tiertexseq.o | |
| CC libavformat/tmv.o | |
| CC libavformat/tta.o | |
| CC libavformat/tty.o | |
| CC libavformat/txd.o | |
| CC libavformat/udp.o | |
| CC libavformat/uncodedframecrcenc.o | |
| CC libavformat/unix.o | |
| CC libavformat/url.o | |
| CC libavformat/urldecode.o | |
| CC libavformat/utils.o | |
| libavformat/utils.c:115:16: warning: 'pts' is deprecated [-Wdeprecated-declarations] | |
| return st->pts.val; | |
| ^ | |
| libavformat/avformat.h:809:19: note: 'pts' declared here | |
| struct AVFrac pts; | |
| ^ | |
| libavformat/utils.c:1744:9: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
| if (st->index_entries) { | |
| ^~~~~~~~~~~~~~~~~ | |
| libavformat/utils.c:1777:53: note: uninitialized use occurs here | |
| pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, | |
| ^~~~~~~ | |
| libavformat/utils.c:1744:5: note: remove the 'if' if its condition is always true | |
| if (st->index_entries) { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| libavformat/utils.c:1728:5: note: variable 'pos_min' is declared here | |
| int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; | |
| ^ | |
| libavformat/utils.c:1766:13: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
| if (index >= 0) { | |
| ^~~~~~~~~~ | |
| libavformat/utils.c:1777:62: note: uninitialized use occurs here | |
| pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, | |
| ^~~~~~~ | |
| libavformat/utils.c:1766:9: note: remove the 'if' if its condition is always true | |
| if (index >= 0) { | |
| ^~~~~~~~~~~~~~~~ | |
| libavformat/utils.c:1744:9: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
| if (st->index_entries) { | |
| ^~~~~~~~~~~~~~~~~ | |
| libavformat/utils.c:1777:62: note: uninitialized use occurs here | |
| pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, | |
| ^~~~~~~ | |
| libavformat/utils.c:1744:5: note: remove the 'if' if its condition is always true | |
| if (st->index_entries) { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| libavformat/utils.c:1728:5: note: variable 'pos_max' is declared here | |
| int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; | |
| ^ | |
| libavformat/utils.c:2951:36: warning: 'max_analyze_duration' is deprecated [-Wdeprecated-declarations] | |
| max_analyze_duration = ic->max_analyze_duration; | |
| ^ | |
| libavformat/avformat.h:1313:9: note: 'max_analyze_duration' declared here | |
| int max_analyze_duration; | |
| ^ | |
| 5 warnings generated. | |
| CC libavformat/vc1test.o | |
| CC libavformat/vc1testenc.o | |
| CC libavformat/vivo.o | |
| CC libavformat/voc.o | |
| CC libavformat/vocdec.o | |
| CC libavformat/vocenc.o | |
| CC libavformat/vorbiscomment.o | |
| CC libavformat/vplayerdec.o | |
| CC libavformat/vqf.o | |
| CC libavformat/w64.o | |
| CC libavformat/wavdec.o | |
| CC libavformat/wavenc.o | |
| CC libavformat/wc3movie.o | |
| CC libavformat/webmdashenc.o | |
| CC libavformat/webvttdec.o | |
| CC libavformat/webvttenc.o | |
| CC libavformat/westwood_aud.o | |
| CC libavformat/westwood_vqa.o | |
| CC libavformat/wtv_common.o | |
| CC libavformat/wtvdec.o | |
| CC libavformat/wtvenc.o | |
| CC libavformat/wv.o | |
| CC libavformat/wvdec.o | |
| CC libavformat/wvenc.o | |
| CC libavformat/xa.o | |
| CC libavformat/xmv.o | |
| CC libavformat/xwma.o | |
| CC libavformat/yop.o | |
| CC libavformat/yuv4mpegdec.o | |
| CC libavformat/yuv4mpegenc.o | |
| AR libavformat/libavformat.a | |
| CC libavcodec/012v.o | |
| CC libavcodec/4xm.o | |
| CC libavcodec/8bps.o | |
| CC libavcodec/8svx.o | |
| CC libavcodec/a64multienc.o | |
| CC libavcodec/aac_ac3_parser.o | |
| CC libavcodec/aac_adtstoasc_bsf.o | |
| CC libavcodec/aac_parser.o | |
| CC libavcodec/aacadtsdec.o | |
| CC libavcodec/aaccoder.o | |
| CC libavcodec/aacdec.o | |
| CC libavcodec/aacenc.o | |
| CC libavcodec/aacps.o | |
| CC libavcodec/aacpsdsp.o | |
| CC libavcodec/aacpsy.o | |
| CC libavcodec/aacsbr.o | |
| CC libavcodec/aactab.o | |
| CC libavcodec/aandcttab.o | |
| CC libavcodec/aasc.o | |
| CC libavcodec/ac3.o | |
| CC libavcodec/ac3_parser.o | |
| CC libavcodec/ac3dec_data.o | |
| CC libavcodec/ac3dec_fixed.o | |
| libavcodec/ac3dec_fixed.c:60:22: warning: unused variable 'center_levels' [-Wunused-const-variable] | |
| static const uint8_t center_levels[4] = { 4, 5, 6, 5 }; | |
| ^ | |
| libavcodec/ac3dec_fixed.c:66:22: warning: unused variable 'surround_levels' [-Wunused-const-variable] | |
| static const uint8_t surround_levels[4] = { 4, 6, 7, 6 }; | |
| ^ | |
| 2 warnings generated. | |
| CC libavcodec/ac3dec_float.o | |
| CC libavcodec/ac3dsp.o | |
| CC libavcodec/ac3enc.o | |
| CC libavcodec/ac3enc_fixed.o | |
| CC libavcodec/ac3enc_float.o | |
| CC libavcodec/ac3tab.o | |
| CC libavcodec/acelp_filters.o | |
| CC libavcodec/acelp_pitch_delay.o | |
| CC libavcodec/acelp_vectors.o | |
| CC libavcodec/adpcm.o | |
| CC libavcodec/adpcm_data.o | |
| CC libavcodec/adpcmenc.o | |
| CC libavcodec/adx.o | |
| CC libavcodec/adx_parser.o | |
| CC libavcodec/adxdec.o | |
| CC libavcodec/adxenc.o | |
| CC libavcodec/aic.o | |
| CC libavcodec/alac.o | |
| CC libavcodec/alac_data.o | |
| CC libavcodec/alacenc.o | |
| CC libavcodec/aliaspixdec.o | |
| CC libavcodec/aliaspixenc.o | |
| CC libavcodec/allcodecs.o | |
| CC libavcodec/alsdec.o | |
| CC libavcodec/amrnbdec.o | |
| CC libavcodec/amrwbdec.o | |
| CC libavcodec/anm.o | |
| CC libavcodec/ansi.o | |
| CC libavcodec/apedec.o | |
| CC libavcodec/ass.o | |
| CC libavcodec/ass_split.o | |
| CC libavcodec/assdec.o | |
| CC libavcodec/assenc.o | |
| CC libavcodec/asv.o | |
| CC libavcodec/asvdec.o | |
| CC libavcodec/asvenc.o | |
| CC libavcodec/atrac.o | |
| CC libavcodec/atrac1.o | |
| CC libavcodec/atrac3.o | |
| CC libavcodec/atrac3plus.o | |
| CC libavcodec/atrac3plusdec.o | |
| CC libavcodec/atrac3plusdsp.o | |
| CC libavcodec/audio_frame_queue.o | |
| CC libavcodec/audioconvert.o | |
| CC libavcodec/audiodsp.o | |
| CC libavcodec/aura.o | |
| CC libavcodec/avdct.o | |
| CC libavcodec/avfft.o | |
| CC libavcodec/avpacket.o | |
| CC libavcodec/avpicture.o | |
| CC libavcodec/avrndec.o | |
| CC libavcodec/avs.o | |
| CC libavcodec/avuidec.o | |
| CC libavcodec/avuienc.o | |
| CC libavcodec/bethsoftvideo.o | |
| CC libavcodec/bfi.o | |
| CC libavcodec/bgmc.o | |
| CC libavcodec/bink.o | |
| CC libavcodec/binkaudio.o | |
| CC libavcodec/binkdsp.o | |
| CC libavcodec/bintext.o | |
| CC libavcodec/bitstream.o | |
| CC libavcodec/bitstream_filter.o | |
| CC libavcodec/blockdsp.o | |
| CC libavcodec/bmp.o | |
| CC libavcodec/bmp_parser.o | |
| CC libavcodec/bmpenc.o | |
| CC libavcodec/bmvaudio.o | |
| CC libavcodec/bmvvideo.o | |
| CC libavcodec/brenderpix.o | |
| CC libavcodec/bswapdsp.o | |
| CC libavcodec/c93.o | |
| CC libavcodec/cabac.o | |
| CC libavcodec/cavs.o | |
| CC libavcodec/cavs_parser.o | |
| CC libavcodec/cavsdata.o | |
| CC libavcodec/cavsdec.o | |
| CC libavcodec/cavsdsp.o | |
| CC libavcodec/cdgraphics.o | |
| CC libavcodec/cdxl.o | |
| CC libavcodec/celp_filters.o | |
| CC libavcodec/celp_math.o | |
| CC libavcodec/cga_data.o | |
| CC libavcodec/chomp_bsf.o | |
| CC libavcodec/cinepak.o | |
| CC libavcodec/cinepakenc.o | |
| CC libavcodec/cljrdec.o | |
| CC libavcodec/cljrenc.o | |
| CC libavcodec/cllc.o | |
| CC libavcodec/cngdec.o | |
| CC libavcodec/cngenc.o | |
| CC libavcodec/codec_desc.o | |
| CC libavcodec/cook.o | |
| CC libavcodec/cook_parser.o | |
| CC libavcodec/cpia.o | |
| CC libavcodec/cscd.o | |
| CC libavcodec/cyuv.o | |
| CC libavcodec/dca.o | |
| CC libavcodec/dca_parser.o | |
| CC libavcodec/dcadec.o | |
| libavcodec/dcadec.c:2336:55: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] | |
| || (s->core_ext_mask & DCA_EXT_XXCH && avctx->request_channels > 0 | |
| ^ | |
| libavcodec/avcodec.h:2032:30: note: 'request_channels' declared here | |
| attribute_deprecated int request_channels; | |
| ^ | |
| libavcodec/dcadec.c:2337:23: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] | |
| && avctx->request_channels | |
| ^ | |
| libavcodec/avcodec.h:2032:30: note: 'request_channels' declared here | |
| attribute_deprecated int request_channels; | |
| ^ | |
| libavcodec/dcadec.c:2412:20: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] | |
| if (avctx->request_channels > 0 | |
| ^ | |
| libavcodec/avcodec.h:2032:30: note: 'request_channels' declared here | |
| attribute_deprecated int request_channels; | |
| ^ | |
| libavcodec/dcadec.c:2413:23: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] | |
| && avctx->request_channels < s->prim_channels) { | |
| ^ | |
| libavcodec/avcodec.h:2032:30: note: 'request_channels' declared here | |
| attribute_deprecated int request_channels; | |
| ^ | |
| libavcodec/dcadec.c:2416:57: warning: 'request_channels' is deprecated [-Wdeprecated-declarations] | |
| <= avctx->request_channels; i++) { | |
| ^ | |
| libavcodec/avcodec.h:2032:30: note: 'request_channels' declared here | |
| attribute_deprecated int request_channels; | |
| ^ | |
| 5 warnings generated. | |
| CC libavcodec/dcadsp.o | |
| CC libavcodec/dcaenc.o | |
| CC libavcodec/dct.o | |
| CC libavcodec/dct32_fixed.o | |
| CC libavcodec/dct32_float.o | |
| CC libavcodec/dfa.o | |
| CC libavcodec/dirac.o | |
| CC libavcodec/dirac_arith.o | |
| CC libavcodec/dirac_dwt.o | |
| CC libavcodec/dirac_parser.o | |
| CC libavcodec/diracdec.o | |
| libavcodec/diracdec.c:656:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] | |
| for (orientation = !!level; orientation < 4; orientation++) { | |
| ~~~~~~~~~~~ ^ ~ | |
| libavcodec/diracdec.c:747:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] | |
| for (orientation = !!level; orientation < 4; orientation++) { | |
| ~~~~~~~~~~~ ^ ~ | |
| libavcodec/diracdec.c:760:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] | |
| for (orientation = !!level; orientation < 4; orientation++) { | |
| ~~~~~~~~~~~ ^ ~ | |
| libavcodec/diracdec.c:1741:38: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| if (s->current_picture->avframe->reference) { | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1747:38: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| retire_pic->avframe->reference &= DELAYED_PIC_REF; | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1755:102: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| remove_frame(s->ref_frames, s->ref_frames[0]->avframe->display_picture_number)->avframe->reference &= DELAYED_PIC_REF; | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1789:23: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| out->avframe->reference ^= DELAYED_PIC_REF; | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1871:23: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| pic->avframe->reference = (parse_code & 0x0C) == 0x0C; /* [DIRAC_STD] is_reference() */ | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1907:77: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| if (s->all_frames[i].avframe->data[0] && !s->all_frames[i].avframe->reference) { | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1956:38: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| s->current_picture->avframe->reference |= DELAYED_PIC_REF; | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| libavcodec/diracdec.c:1972:37: warning: 'reference' is deprecated [-Wdeprecated-declarations] | |
| delayed_frame->avframe->reference ^= DELAYED_PIC_REF; | |
| ^ | |
| ./libavutil/frame.h:261:9: note: 'reference' declared here | |
| int reference; | |
| ^ | |
| 11 warnings generated. | |
| CC libavcodec/diracdsp.o | |
| CC libavcodec/dnxhd_parser.o | |
| CC libavcodec/dnxhddata.o | |
| CC libavcodec/dnxhddec.o | |
| CC libavcodec/dnxhdenc.o | |
| CC libavcodec/dpcm.o | |
| CC libavcodec/dpx.o | |
| CC libavcodec/dpx_parser.o | |
| CC libavcodec/dpxenc.o | |
| CC libavcodec/dsddec.o | |
| CC libavcodec/dsicinaudio.o | |
| CC libavcodec/dsicinvideo.o | |
| CC libavcodec/dsputil_compat.o | |
| CC libavcodec/dump_extradata_bsf.o | |
| CC libavcodec/dv.o | |
| CC libavcodec/dv_profile.o | |
| CC libavcodec/dvbsub.o | |
| CC libavcodec/dvbsub_parser.o | |
| CC libavcodec/dvbsubdec.o | |
| CC libavcodec/dvd_nav_parser.o | |
| CC libavcodec/dvdata.o | |
| CC libavcodec/dvdec.o | |
| CC libavcodec/dvdsub_parser.o | |
| CC libavcodec/dvdsubdec.o | |
| CC libavcodec/dvdsubenc.o | |
| CC libavcodec/dvenc.o | |
| libavcodec/dvenc.c:702:31: warning: assigning to 'AVFrame *' (aka 'struct AVFrame *') from 'const AVFrame *' (aka 'const struct AVFrame *') discards qualifiers | |
| [-Wincompatible-pointer-types-discards-qualifiers] | |
| s->frame = frame; | |
| ^ ~~~~~ | |
| 1 warning generated. | |
| CC libavcodec/dxa.o | |
| CC libavcodec/dxtory.o | |
| CC libavcodec/eac3_data.o | |
| CC libavcodec/eac3dec.o | |
| CC libavcodec/eac3enc.o | |
| CC libavcodec/eacmv.o | |
| CC libavcodec/eaidct.o | |
| CC libavcodec/eamad.o | |
| CC libavcodec/eatgq.o | |
| CC libavcodec/eatgv.o | |
| CC libavcodec/eatqi.o | |
| CC libavcodec/elbg.o | |
| CC libavcodec/error_resilience.o | |
| CC libavcodec/escape124.o | |
| CC libavcodec/escape130.o | |
| CC libavcodec/evrcdec.o | |
| CC libavcodec/exif.o | |
| CC libavcodec/exr.o | |
| CC libavcodec/faandct.o | |
| CC libavcodec/faanidct.o | |
| CC libavcodec/faxcompr.o | |
| CC libavcodec/fdctdsp.o | |
| CC libavcodec/fft_fixed.o | |
| CC libavcodec/fft_fixed_32.o | |
| CC libavcodec/fft_float.o | |
| CC libavcodec/fft_init_table.o | |
| CC libavcodec/ffv1.o | |
| CC libavcodec/ffv1dec.o | |
| CC libavcodec/ffv1enc.o | |
| libavcodec/ffv1enc.c:429:17: warning: variable 'a' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
| if (lbd) { | |
| ^~~ | |
| libavcodec/ffv1enc.c:452:31: note: uninitialized use occurs here | |
| sample[3][0][x] = a; | |
| ^ | |
| libavcodec/ffv1enc.c:429:13: note: remove the 'if' if its condition is always true | |
| if (lbd) { | |
| ^~~~~~~~~ | |
| libavcodec/ffv1enc.c:428:13: note: variable 'a' is declared here | |
| int b, g, r, av_uninit(a); | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/ffwavesynth.o | |
| CC libavcodec/fic.o | |
| CC libavcodec/flac.o | |
| CC libavcodec/flac_parser.o | |
| CC libavcodec/flacdata.o | |
| CC libavcodec/flacdec.o | |
| CC libavcodec/flacdsp.o | |
| CC libavcodec/flacenc.o | |
| CC libavcodec/flashsv.o | |
| CC libavcodec/flashsv2enc.o | |
| CC libavcodec/flashsvenc.o | |
| CC libavcodec/flicvideo.o | |
| CC libavcodec/flvdec.o | |
| CC libavcodec/flvenc.o | |
| CC libavcodec/fmtconvert.o | |
| CC libavcodec/frame_thread_encoder.o | |
| CC libavcodec/fraps.o | |
| CC libavcodec/frwu.o | |
| CC libavcodec/g2meet.o | |
| CC libavcodec/g722.o | |
| CC libavcodec/g722dec.o | |
| CC libavcodec/g722enc.o | |
| CC libavcodec/g723_1.o | |
| CC libavcodec/g726.o | |
| CC libavcodec/g729dec.o | |
| CC libavcodec/g729postfilter.o | |
| CC libavcodec/gif.o | |
| CC libavcodec/gifdec.o | |
| CC libavcodec/golomb.o | |
| CC libavcodec/gsm_parser.o | |
| CC libavcodec/gsmdec.o | |
| CC libavcodec/gsmdec_data.o | |
| CC libavcodec/h261.o | |
| CC libavcodec/h261_parser.o | |
| CC libavcodec/h261data.o | |
| CC libavcodec/h261dec.o | |
| CC libavcodec/h261enc.o | |
| CC libavcodec/h263.o | |
| CC libavcodec/h263_parser.o | |
| CC libavcodec/h263dec.o | |
| CC libavcodec/h263dsp.o | |
| CC libavcodec/h264.o | |
| CC libavcodec/h264_cabac.o | |
| CC libavcodec/h264_cavlc.o | |
| CC libavcodec/h264_direct.o | |
| CC libavcodec/h264_loopfilter.o | |
| CC libavcodec/h264_mb.o | |
| CC libavcodec/h264_mp4toannexb_bsf.o | |
| CC libavcodec/h264_parser.o | |
| CC libavcodec/h264_picture.o | |
| CC libavcodec/h264_ps.o | |
| CC libavcodec/h264_refs.o | |
| CC libavcodec/h264_sei.o | |
| libavcodec/h264_sei.c:135:27: warning: 'dtg_active_format' is deprecated [-Wdeprecated-declarations] | |
| h->avctx->dtg_active_format = dtg_active_format; | |
| ^ | |
| libavcodec/avcodec.h:1710:30: note: 'dtg_active_format' declared here | |
| attribute_deprecated int dtg_active_format; | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/h264_slice.o | |
| CC libavcodec/h264chroma.o | |
| CC libavcodec/h264dsp.o | |
| CC libavcodec/h264idct.o | |
| CC libavcodec/h264pred.o | |
| CC libavcodec/h264qpel.o | |
| CC libavcodec/hevc.o | |
| CC libavcodec/hevc_cabac.o | |
| CC libavcodec/hevc_filter.o | |
| CC libavcodec/hevc_mvs.o | |
| CC libavcodec/hevc_parser.o | |
| CC libavcodec/hevc_ps.o | |
| CC libavcodec/hevc_refs.o | |
| CC libavcodec/hevc_sei.o | |
| CC libavcodec/hevcdsp.o | |
| CC libavcodec/hevcpred.o | |
| CC libavcodec/hnm4video.o | |
| CC libavcodec/hpeldsp.o | |
| CC libavcodec/huffman.o | |
| CC libavcodec/huffyuv.o | |
| CC libavcodec/huffyuvdec.o | |
| CC libavcodec/huffyuvdsp.o | |
| CC libavcodec/huffyuvenc.o | |
| CC libavcodec/huffyuvencdsp.o | |
| CC libavcodec/idcinvideo.o | |
| CC libavcodec/idctdsp.o | |
| CC libavcodec/iff.o | |
| CC libavcodec/iirfilter.o | |
| CC libavcodec/imc.o | |
| CC libavcodec/imgconvert.o | |
| CC libavcodec/imx_dump_header_bsf.o | |
| CC libavcodec/indeo2.o | |
| CC libavcodec/indeo3.o | |
| CC libavcodec/indeo4.o | |
| CC libavcodec/indeo5.o | |
| CC libavcodec/intelh263dec.o | |
| CC libavcodec/interplayvideo.o | |
| CC libavcodec/intrax8.o | |
| CC libavcodec/intrax8dsp.o | |
| CC libavcodec/ituh263dec.o | |
| CC libavcodec/ituh263enc.o | |
| CC libavcodec/ivi_common.o | |
| CC libavcodec/ivi_dsp.o | |
| CC libavcodec/j2kenc.o | |
| libavcodec/j2kenc.c:435:21: warning: variable 'mant' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] | |
| if (codsty->transform == FF_DWT97_INT){ | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| libavcodec/j2kenc.c:445:41: note: uninitialized use occurs here | |
| qntsty->mant[gbandno] = mant; | |
| ^~~~ | |
| libavcodec/j2kenc.c:435:17: note: remove the 'if' if its condition is always true | |
| if (codsty->transform == FF_DWT97_INT){ | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| libavcodec/j2kenc.c:433:31: note: initialize the variable 'mant' to silence this warning | |
| int expn, mant; | |
| ^ | |
| = 0 | |
| 1 warning generated. | |
| CC libavcodec/jacosubdec.o | |
| CC libavcodec/jfdctfst.o | |
| CC libavcodec/jfdctint.o | |
| CC libavcodec/jpeg2000.o | |
| CC libavcodec/jpeg2000dec.o | |
| CC libavcodec/jpeg2000dwt.o | |
| CC libavcodec/jpegls.o | |
| CC libavcodec/jpeglsdec.o | |
| CC libavcodec/jpeglsenc.o | |
| CC libavcodec/jrevdct.o | |
| CC libavcodec/jvdec.o | |
| CC libavcodec/kbdwin.o | |
| CC libavcodec/kgv1dec.o | |
| CC libavcodec/kmvc.o | |
| CC libavcodec/lagarith.o | |
| CC libavcodec/lagarithrac.o | |
| CC libavcodec/latm_parser.o | |
| CC libavcodec/lcldec.o | |
| CC libavcodec/lclenc.o | |
| CC libavcodec/ljpegenc.o | |
| CC libavcodec/loco.o | |
| CC libavcodec/lossless_audiodsp.o | |
| CC libavcodec/lossless_videodsp.o | |
| CC libavcodec/lpc.o | |
| CC libavcodec/lsp.o | |
| CC libavcodec/lzw.o | |
| CC libavcodec/lzwenc.o | |
| CC libavcodec/mace.o | |
| CC libavcodec/mathtables.o | |
| CC libavcodec/mdct_fixed.o | |
| CC libavcodec/mdct_fixed_32.o | |
| CC libavcodec/mdct_float.o | |
| CC libavcodec/mdec.o | |
| CC libavcodec/me_cmp.o | |
| CC libavcodec/metasound.o | |
| CC libavcodec/metasound_data.o | |
| libavcodec/metasound_data.c:12750:20: warning: unused variable 'lsp16s' [-Wunused-const-variable] | |
| static const float lsp16s[] = { | |
| ^ | |
| libavcodec/metasound_data.c:15128:23: warning: unused variable 'bark_tab_s16_64' [-Wunused-const-variable] | |
| static const uint16_t bark_tab_s16_64[] = { | |
| ^ | |
| 2 warnings generated. | |
| CC libavcodec/microdvddec.o | |
| CC libavcodec/mimic.o | |
| CC libavcodec/mjpeg.o | |
| CC libavcodec/mjpeg2jpeg_bsf.o | |
| CC libavcodec/mjpeg_parser.o | |
| CC libavcodec/mjpega_dump_header_bsf.o | |
| CC libavcodec/mjpegbdec.o | |
| CC libavcodec/mjpegdec.o | |
| CC libavcodec/mjpegenc.o | |
| CC libavcodec/mjpegenc_common.o | |
| CC libavcodec/mlp.o | |
| CC libavcodec/mlp_parser.o | |
| CC libavcodec/mlpdec.o | |
| CC libavcodec/mlpdsp.o | |
| CC libavcodec/mmvideo.o | |
| CC libavcodec/motion_est.o | |
| CC libavcodec/motionpixels.o | |
| CC libavcodec/movsub_bsf.o | |
| CC libavcodec/movtextdec.o | |
| CC libavcodec/movtextenc.o | |
| CC libavcodec/mp3_header_decompress_bsf.o | |
| CC libavcodec/mpc.o | |
| CC libavcodec/mpc7.o | |
| CC libavcodec/mpc8.o | |
| CC libavcodec/mpeg12.o | |
| CC libavcodec/mpeg12data.o | |
| CC libavcodec/mpeg12dec.o | |
| libavcodec/mpeg12dec.c:1245:16: warning: 'xvmc_acceleration' is deprecated [-Wdeprecated-declarations] | |
| avctx->xvmc_acceleration = 2; | |
| ^ | |
| libavcodec/avcodec.h:1761:30: note: 'xvmc_acceleration' declared here | |
| attribute_deprecated int xvmc_acceleration; | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/mpeg12enc.o | |
| CC libavcodec/mpeg4audio.o | |
| CC libavcodec/mpeg4video.o | |
| CC libavcodec/mpeg4video_parser.o | |
| CC libavcodec/mpeg4videodec.o | |
| libavcodec/mpeg4videodec.c:2762:22: warning: unused variable 'mpeg4_vdpau_class' [-Wunused-const-variable] | |
| static const AVClass mpeg4_vdpau_class = { | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/mpeg4videoenc.o | |
| CC libavcodec/mpeg_er.o | |
| CC libavcodec/mpegaudio.o | |
| CC libavcodec/mpegaudio_parser.o | |
| CC libavcodec/mpegaudiodata.o | |
| CC libavcodec/mpegaudiodec_fixed.o | |
| CC libavcodec/mpegaudiodec_float.o | |
| CC libavcodec/mpegaudiodecheader.o | |
| CC libavcodec/mpegaudiodsp.o | |
| CC libavcodec/mpegaudiodsp_data.o | |
| CC libavcodec/mpegaudiodsp_fixed.o | |
| CC libavcodec/mpegaudiodsp_float.o | |
| CC libavcodec/mpegaudioenc_fixed.o | |
| CC libavcodec/mpegaudioenc_float.o | |
| CC libavcodec/mpegutils.o | |
| CC libavcodec/mpegvideo.o | |
| CC libavcodec/mpegvideo_enc.o | |
| CC libavcodec/mpegvideo_motion.o | |
| CC libavcodec/mpegvideo_parser.o | |
| CC libavcodec/mpegvideodsp.o | |
| CC libavcodec/mpegvideoencdsp.o | |
| CC libavcodec/mpl2dec.o | |
| CC libavcodec/mqc.o | |
| CC libavcodec/mqcdec.o | |
| CC libavcodec/mqcenc.o | |
| CC libavcodec/msgsmdec.o | |
| CC libavcodec/msmpeg4.o | |
| CC libavcodec/msmpeg4data.o | |
| CC libavcodec/msmpeg4dec.o | |
| CC libavcodec/msmpeg4enc.o | |
| CC libavcodec/msrle.o | |
| CC libavcodec/msrledec.o | |
| CC libavcodec/mss1.o | |
| CC libavcodec/mss12.o | |
| CC libavcodec/mss2.o | |
| CC libavcodec/mss2dsp.o | |
| CC libavcodec/mss3.o | |
| CC libavcodec/mss34dsp.o | |
| CC libavcodec/mss4.o | |
| CC libavcodec/msvideo1.o | |
| CC libavcodec/msvideo1enc.o | |
| CC libavcodec/mvcdec.o | |
| CC libavcodec/mxpegdec.o | |
| CC libavcodec/nellymoser.o | |
| CC libavcodec/nellymoserdec.o | |
| CC libavcodec/nellymoserenc.o | |
| CC libavcodec/noise_bsf.o | |
| CC libavcodec/nuv.o | |
| CC libavcodec/on2avc.o | |
| CC libavcodec/on2avcdata.o | |
| CC libavcodec/options.o | |
| libavcodec/options.c:106:5: warning: 'av_opt_set_defaults2' is deprecated [-Wdeprecated-declarations] | |
| av_opt_set_defaults2(s, flags, flags); | |
| ^ | |
| ./libavutil/opt.h:461:6: note: 'av_opt_set_defaults2' declared here | |
| void av_opt_set_defaults2(void *s, int mask, int flags); | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/opus.o | |
| CC libavcodec/opus_celt.o | |
| CC libavcodec/opus_imdct.o | |
| CC libavcodec/opus_parser.o | |
| CC libavcodec/opus_silk.o | |
| CC libavcodec/opusdec.o | |
| CC libavcodec/pafaudio.o | |
| CC libavcodec/pafvideo.o | |
| CC libavcodec/pamenc.o | |
| CC libavcodec/parser.o | |
| CC libavcodec/pcm-bluray.o | |
| CC libavcodec/pcm-dvd.o | |
| CC libavcodec/pcm.o | |
| CC libavcodec/pcx.o | |
| CC libavcodec/pcxenc.o | |
| CC libavcodec/pgssubdec.o | |
| CC libavcodec/pictordec.o | |
| CC libavcodec/pixblockdsp.o | |
| CC libavcodec/png.o | |
| CC libavcodec/png_parser.o | |
| CC libavcodec/pngdec.o | |
| CC libavcodec/pngdsp.o | |
| CC libavcodec/pngenc.o | |
| CC libavcodec/pnm.o | |
| CC libavcodec/pnm_parser.o | |
| CC libavcodec/pnmdec.o | |
| CC libavcodec/pnmenc.o | |
| CC libavcodec/proresdata.o | |
| CC libavcodec/proresdec2.o | |
| CC libavcodec/proresdec_lgpl.o | |
| CC libavcodec/proresdsp.o | |
| CC libavcodec/proresenc_anatoliy.o | |
| CC libavcodec/proresenc_kostya.o | |
| CC libavcodec/psymodel.o | |
| CC libavcodec/pthread.o | |
| CC libavcodec/pthread_frame.o | |
| libavcodec/pthread_frame.c:153:46: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| if (!codec->update_thread_context && THREAD_SAFE_CALLBACKS(avctx)) | |
| ^ | |
| libavcodec/pthread_frame.c:126:47: note: expanded from macro 'THREAD_SAFE_CALLBACKS' | |
| ((avctx)->thread_safe_callbacks || (!(avctx)->get_buffer && (avctx)->get_buffer2 == avcodec_default_get_buffer2)) | |
| ^ | |
| libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| libavcodec/pthread_frame.c:749:50: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| (avctx->codec->update_thread_context || !THREAD_SAFE_CALLBACKS(avctx))) { | |
| ^ | |
| libavcodec/pthread_frame.c:126:47: note: expanded from macro 'THREAD_SAFE_CALLBACKS' | |
| ((avctx)->thread_safe_callbacks || (!(avctx)->get_buffer && (avctx)->get_buffer2 == avcodec_default_get_buffer2)) | |
| ^ | |
| libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| libavcodec/pthread_frame.c:768:50: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| (avctx->codec->update_thread_context || !THREAD_SAFE_CALLBACKS(avctx))) { | |
| ^ | |
| libavcodec/pthread_frame.c:126:47: note: expanded from macro 'THREAD_SAFE_CALLBACKS' | |
| ((avctx)->thread_safe_callbacks || (!(avctx)->get_buffer && (avctx)->get_buffer2 == avcodec_default_get_buffer2)) | |
| ^ | |
| libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| libavcodec/pthread_frame.c:808:10: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| if (!THREAD_SAFE_CALLBACKS(avctx) && !avctx->codec->update_thread_context) | |
| ^ | |
| libavcodec/pthread_frame.c:126:47: note: expanded from macro 'THREAD_SAFE_CALLBACKS' | |
| ((avctx)->thread_safe_callbacks || (!(avctx)->get_buffer && (avctx)->get_buffer2 == avcodec_default_get_buffer2)) | |
| ^ | |
| libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| 4 warnings generated. | |
| CC libavcodec/pthread_slice.o | |
| CC libavcodec/ptx.o | |
| CC libavcodec/qcelpdec.o | |
| CC libavcodec/qdm2.o | |
| CC libavcodec/qdrw.o | |
| CC libavcodec/qpeg.o | |
| CC libavcodec/qpeldsp.o | |
| CC libavcodec/qtrle.o | |
| CC libavcodec/qtrleenc.o | |
| CC libavcodec/r210dec.o | |
| CC libavcodec/r210enc.o | |
| CC libavcodec/ra144.o | |
| CC libavcodec/ra144dec.o | |
| CC libavcodec/ra144enc.o | |
| CC libavcodec/ra288.o | |
| CC libavcodec/ralf.o | |
| CC libavcodec/rangecoder.o | |
| CC libavcodec/ratecontrol.o | |
| CC libavcodec/raw.o | |
| CC libavcodec/rawdec.o | |
| CC libavcodec/rawenc.o | |
| libavcodec/rawenc.c:39:5: warning: 'avcodec_get_frame_defaults' is deprecated [-Wdeprecated-declarations] | |
| avcodec_get_frame_defaults(avctx->coded_frame); | |
| ^ | |
| libavcodec/avcodec.h:3555:6: note: 'avcodec_get_frame_defaults' declared here | |
| void avcodec_get_frame_defaults(AVFrame *frame); | |
| ^ | |
| 1 warning generated. | |
| CC libavcodec/rdft.o | |
| CC libavcodec/realtextdec.o | |
| CC libavcodec/remove_extradata_bsf.o | |
| CC libavcodec/resample.o | |
| CC libavcodec/resample2.o | |
| CC libavcodec/rl2.o | |
| CC libavcodec/rle.o | |
| CC libavcodec/roqaudioenc.o | |
| CC libavcodec/roqvideo.o | |
| CC libavcodec/roqvideodec.o | |
| CC libavcodec/roqvideoenc.o | |
| CC libavcodec/rpza.o | |
| CC libavcodec/rtjpeg.o | |
| CC libavcodec/rv10.o | |
| CC libavcodec/rv10enc.o | |
| CC libavcodec/rv20enc.o | |
| CC libavcodec/rv30.o | |
| CC libavcodec/rv30dsp.o | |
| CC libavcodec/rv34.o | |
| CC libavcodec/rv34_parser.o | |
| CC libavcodec/rv34dsp.o | |
| CC libavcodec/rv40.o | |
| CC libavcodec/rv40dsp.o | |
| CC libavcodec/s302m.o | |
| CC libavcodec/s302menc.o | |
| CC libavcodec/s3tc.o | |
| CC libavcodec/samidec.o | |
| CC libavcodec/sanm.o | |
| CC libavcodec/sbrdsp.o | |
| CC libavcodec/sgidec.o | |
| CC libavcodec/sgienc.o | |
| CC libavcodec/sgirledec.o | |
| CC libavcodec/shorten.o | |
| CC libavcodec/simple_idct.o | |
| CC libavcodec/sinewin.o | |
| CC libavcodec/sipr.o | |
| CC libavcodec/sipr16k.o | |
| CC libavcodec/smacker.o | |
| CC libavcodec/smc.o | |
| CC libavcodec/smvjpegdec.o | |
| CC libavcodec/snow.o | |
| CC libavcodec/snow_dwt.o | |
| CC libavcodec/snowdec.o | |
| CC libavcodec/snowenc.o | |
| libavcodec/snowenc.c:1551:14: warning: initializing 'AVFrame *' (aka 'struct AVFrame *') with an expression of type 'const AVFrame *' (aka 'const struct AVFrame *') discards qualifiers | |
| [-Wincompatible-pointer-types-discards-qualifiers] | |
| AVFrame *pic = pict; | |
| ^ ~~~~ | |
| libavcodec/snowenc.c:1578:20: warning: assigning to 'AVFrame *' (aka 'struct AVFrame *') from 'const AVFrame *' (aka 'const struct AVFrame *') discards qualifiers | |
| [-Wincompatible-pointer-types-discards-qualifiers] | |
| s->new_picture = pict; | |
| ^ ~~~~ | |
| 2 warnings generated. | |
| CC libavcodec/sonic.o | |
| CC libavcodec/sp5xdec.o | |
| CC libavcodec/srtdec.o | |
| CC libavcodec/srtenc.o | |
| CC libavcodec/startcode.o | |
| CC libavcodec/subviewerdec.o | |
| CC libavcodec/sunrast.o | |
| CC libavcodec/sunrastenc.o | |
| CC libavcodec/svq1.o | |
| CC libavcodec/svq13.o | |
| CC libavcodec/svq1dec.o | |
| CC libavcodec/svq1enc.o | |
| CC libavcodec/svq3.o | |
| CC libavcodec/synth_filter.o | |
| CC libavcodec/tak.o | |
| CC libavcodec/tak_parser.o | |
| CC libavcodec/takdec.o | |
| CC libavcodec/targa.o | |
| CC libavcodec/targa_y216dec.o | |
| CC libavcodec/targaenc.o | |
| CC libavcodec/textdec.o | |
| CC libavcodec/tiertexseqv.o | |
| CC libavcodec/tiff.o | |
| CC libavcodec/tiff_common.o | |
| CC libavcodec/tiff_data.o | |
| CC libavcodec/tiffenc.o | |
| CC libavcodec/tmv.o | |
| CC libavcodec/tpeldsp.o | |
| CC libavcodec/truemotion1.o | |
| CC libavcodec/truemotion2.o | |
| CC libavcodec/truespeech.o | |
| CC libavcodec/tscc.o | |
| CC libavcodec/tscc2.o | |
| CC libavcodec/tta.o | |
| CC libavcodec/ttadata.o | |
| CC libavcodec/ttadsp.o | |
| CC libavcodec/ttaenc.o | |
| CC libavcodec/twinvq.o | |
| CC libavcodec/twinvqdec.o | |
| CC libavcodec/txd.o | |
| CC libavcodec/ulti.o | |
| CC libavcodec/utils.o | |
| CC libavcodec/utvideo.o | |
| CC libavcodec/utvideodec.o | |
| CC libavcodec/utvideoenc.o | |
| CC libavcodec/v210dec.o | |
| CC libavcodec/v210enc.o | |
| CC libavcodec/v210x.o | |
| CC libavcodec/v308dec.o | |
| CC libavcodec/v308enc.o | |
| CC libavcodec/v408dec.o | |
| CC libavcodec/v408enc.o | |
| CC libavcodec/v410dec.o | |
| CC libavcodec/v410enc.o | |
| CC libavcodec/vb.o | |
| CC libavcodec/vble.o | |
| CC libavcodec/vc1.o | |
| CC libavcodec/vc1_parser.o | |
| CC libavcodec/vc1data.o | |
| CC libavcodec/vc1dec.o | |
| CC libavcodec/vc1dsp.o | |
| CC libavcodec/vcr1.o | |
| CC libavcodec/vda.o | |
| CC libavcodec/vda_h264.o | |
| CC libavcodec/vda_h264_dec.o | |
| libavcodec/vda_h264_dec.c:112:30: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| ctx->get_buffer = avctx->get_buffer; | |
| ^ | |
| ./libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| libavcodec/vda_h264_dec.c:113:12: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| avctx->get_buffer = NULL; | |
| ^ | |
| ./libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| libavcodec/vda_h264_dec.c:124:12: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations] | |
| avctx->get_buffer = ctx->get_buffer; | |
| ^ | |
| ./libavcodec/avcodec.h:2128:11: note: 'get_buffer' declared here | |
| int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); | |
| ^ | |
| 3 warnings generated. | |
| CC libavcodec/videodsp.o | |
| CC libavcodec/vima.o | |
| CC libavcodec/vmdaudio.o | |
| CC libavcodec/vmdvideo.o | |
| CC libavcodec/vmnc.o | |
| CC libavcodec/vorbis.o | |
| CC libavcodec/vorbis_data.o | |
| CC libavcodec/vorbis_parser.o | |
| CC libavcodec/vorbisdec.o | |
| CC libavcodec/vorbisdsp.o | |
| CC libavcodec/vorbisenc.o | |
| CC libavcodec/vp3.o | |
| CC libavcodec/vp3_parser.o | |
| CC libavcodec/vp3dsp.o | |
| CC libavcodec/vp5.o | |
| CC libavcodec/vp56.o | |
| CC libavcodec/vp56data.o | |
| CC libavcodec/vp56dsp.o | |
| CC libavcodec/vp56rac.o | |
| CC libavcodec/vp6.o | |
| CC libavcodec/vp6dsp.o | |
| CC libavcodec/vp8.o | |
| CC libavcodec/vp8_parser.o | |
| CC libavcodec/vp8dsp.o | |
| CC libavcodec/vp9.o | |
| CC libavcodec/vp9_parser.o | |
| CC libavcodec/vp9dsp.o | |
| CC libavcodec/vqavideo.o | |
| CC libavcodec/wavpack.o | |
| CC libavcodec/wavpackenc.o | |
| CC libavcodec/webp.o | |
| CC libavcodec/webvttdec.o | |
| CC libavcodec/webvttenc.o | |
| CC libavcodec/wma.o | |
| CC libavcodec/wma_common.o | |
| CC libavcodec/wma_freqs.o | |
| CC libavcodec/wmadec.o | |
| CC libavcodec/wmaenc.o | |
| CC libavcodec/wmalosslessdec.o | |
| CC libavcodec/wmaprodec.o | |
| CC libavcodec/wmavoice.o | |
| CC libavcodec/wmv2.o | |
| CC libavcodec/wmv2dec.o | |
| CC libavcodec/wmv2dsp.o | |
| CC libavcodec/wmv2enc.o | |
| CC libavcodec/wnv1.o | |
| CC libavcodec/ws-snd1.o | |
| YASM libavcodec/x86/ac3dsp.o | |
| STRIP libavcodec/x86/ac3dsp.o | |
| CC libavcodec/x86/ac3dsp_init.o | |
| YASM libavcodec/x86/audiodsp.o | |
| STRIP libavcodec/x86/audiodsp.o | |
| CC libavcodec/x86/audiodsp_init.o | |
| YASM libavcodec/x86/blockdsp.o | |
| STRIP libavcodec/x86/blockdsp.o | |
| CC libavcodec/x86/blockdsp_init.o | |
| YASM libavcodec/x86/bswapdsp.o | |
| STRIP libavcodec/x86/bswapdsp.o | |
| CC libavcodec/x86/bswapdsp_init.o | |
| CC libavcodec/x86/cavsdsp.o | |
| CC libavcodec/x86/constants.o | |
| YASM libavcodec/x86/dcadsp.o | |
| STRIP libavcodec/x86/dcadsp.o | |
| CC libavcodec/x86/dcadsp_init.o | |
| YASM libavcodec/x86/dct32.o | |
| STRIP libavcodec/x86/dct32.o | |
| CC libavcodec/x86/dct_init.o | |
| YASM libavcodec/x86/deinterlace.o | |
| STRIP libavcodec/x86/deinterlace.o | |
| CC libavcodec/x86/dirac_dwt.o | |
| CC libavcodec/x86/diracdsp_mmx.o | |
| YASM libavcodec/x86/diracdsp_yasm.o | |
| STRIP libavcodec/x86/diracdsp_yasm.o | |
| YASM libavcodec/x86/dnxhdenc.o | |
| STRIP libavcodec/x86/dnxhdenc.o | |
| CC libavcodec/x86/dnxhdenc_init.o | |
| YASM libavcodec/x86/dwt_yasm.o | |
| STRIP libavcodec/x86/dwt_yasm.o | |
| CC libavcodec/x86/fdct.o | |
| CC libavcodec/x86/fdctdsp_init.o | |
| YASM libavcodec/x86/fft.o | |
| STRIP libavcodec/x86/fft.o | |
| CC libavcodec/x86/fft_init.o | |
| YASM libavcodec/x86/flacdsp.o | |
| STRIP libavcodec/x86/flacdsp.o | |
| CC libavcodec/x86/flacdsp_init.o | |
| YASM libavcodec/x86/fmtconvert.o | |
| STRIP libavcodec/x86/fmtconvert.o | |
| CC libavcodec/x86/fmtconvert_init.o | |
| YASM libavcodec/x86/fpel.o | |
| STRIP libavcodec/x86/fpel.o | |
| YASM libavcodec/x86/h263_loopfilter.o | |
| STRIP libavcodec/x86/h263_loopfilter.o | |
| CC libavcodec/x86/h263dsp_init.o | |
| YASM libavcodec/x86/h264_chromamc.o | |
| STRIP libavcodec/x86/h264_chromamc.o | |
| YASM libavcodec/x86/h264_chromamc_10bit.o | |
| STRIP libavcodec/x86/h264_chromamc_10bit.o | |
| YASM libavcodec/x86/h264_deblock.o | |
| STRIP libavcodec/x86/h264_deblock.o | |
| YASM libavcodec/x86/h264_deblock_10bit.o | |
| STRIP libavcodec/x86/h264_deblock_10bit.o | |
| YASM libavcodec/x86/h264_idct.o | |
| STRIP libavcodec/x86/h264_idct.o | |
| YASM libavcodec/x86/h264_idct_10bit.o | |
| STRIP libavcodec/x86/h264_idct_10bit.o | |
| YASM libavcodec/x86/h264_intrapred.o | |
| STRIP libavcodec/x86/h264_intrapred.o | |
| YASM libavcodec/x86/h264_intrapred_10bit.o | |
| STRIP libavcodec/x86/h264_intrapred_10bit.o | |
| CC libavcodec/x86/h264_intrapred_init.o | |
| CC libavcodec/x86/h264_qpel.o | |
| libavcodec/x86/h264_qpel.c:392:1: warning: unused function 'ff_avg_h264_qpel8or16_hv1_lowpass_mmxext' [-Wunused-function] | |
| QPEL_H264(avg_, AVG_MMXEXT_OP, mmxext) | |
| ^ | |
| libavcodec/x86/h264_qpel.c:98:30: note: expanded from macro 'QPEL_H264' | |
| static av_always_inline void ff_ ## OPNAME ## h264_qpel8or16_hv1_lowpass_ ## MMX(int16_t *tmp, const uint8_t *src, int tmpStride, int srcStride, int size){\ | |
| ^ | |
| <scratch space>:111:1: note: expanded from here | |
| ff_avg_h264_qpel8or16_hv1_lowpass_mmxext | |
| ^ | |
| 1 warning generated. | |
| YASM libavcodec/x86/h264_qpel_10bit.o | |
| STRIP libavcodec/x86/h264_qpel_10bit.o | |
| YASM libavcodec/x86/h264_qpel_8bit.o | |
| STRIP libavcodec/x86/h264_qpel_8bit.o | |
| YASM libavcodec/x86/h264_weight.o | |
| STRIP libavcodec/x86/h264_weight.o | |
| YASM libavcodec/x86/h264_weight_10bit.o | |
| STRIP libavcodec/x86/h264_weight_10bit.o | |
| CC libavcodec/x86/h264chroma_init.o | |
| CC libavcodec/x86/h264dsp_init.o | |
| YASM libavcodec/x86/hevc_deblock.o | |
| STRIP libavcodec/x86/hevc_deblock.o | |
| YASM libavcodec/x86/hevc_idct.o | |
| STRIP libavcodec/x86/hevc_idct.o | |
| YASM libavcodec/x86/hevc_mc.o | |
| STRIP libavcodec/x86/hevc_mc.o | |
| YASM libavcodec/x86/hevc_res_add.o | |
| STRIP libavcodec/x86/hevc_res_add.o | |
| CC libavcodec/x86/hevcdsp_init.o | |
| YASM libavcodec/x86/hpeldsp.o | |
| STRIP libavcodec/x86/hpeldsp.o | |
| CC libavcodec/x86/hpeldsp_init.o | |
| YASM libavcodec/x86/huffyuvdsp.o | |
| STRIP libavcodec/x86/huffyuvdsp.o | |
| CC libavcodec/x86/huffyuvdsp_init.o | |
| CC libavcodec/x86/huffyuvencdsp_mmx.o | |
| YASM libavcodec/x86/idctdsp.o | |
| STRIP libavcodec/x86/idctdsp.o | |
| CC libavcodec/x86/idctdsp_init.o | |
| CC libavcodec/x86/idctdsp_mmx.o | |
| YASM libavcodec/x86/imdct36.o | |
| STRIP libavcodec/x86/imdct36.o | |
| YASM libavcodec/x86/lossless_audiodsp.o | |
| STRIP libavcodec/x86/lossless_audiodsp.o | |
| CC libavcodec/x86/lossless_audiodsp_init.o | |
| YASM libavcodec/x86/lossless_videodsp.o | |
| STRIP libavcodec/x86/lossless_videodsp.o | |
| CC libavcodec/x86/lossless_videodsp_init.o | |
| CC libavcodec/x86/lpc.o | |
| YASM libavcodec/x86/me_cmp.o | |
| STRIP libavcodec/x86/me_cmp.o | |
| CC libavcodec/x86/me_cmp_init.o | |
| CC libavcodec/x86/mlpdsp.o | |
| CC libavcodec/x86/mpegaudiodsp.o | |
| CC libavcodec/x86/mpegvideo.o | |
| CC libavcodec/x86/mpegvideodsp.o | |
| CC libavcodec/x86/mpegvideoenc.o | |
| YASM libavcodec/x86/mpegvideoencdsp.o | |
| STRIP libavcodec/x86/mpegvideoencdsp.o | |
| CC libavcodec/x86/mpegvideoencdsp_init.o | |
| YASM libavcodec/x86/pixblockdsp.o | |
| STRIP libavcodec/x86/pixblockdsp.o | |
| CC libavcodec/x86/pixblockdsp_init.o | |
| YASM libavcodec/x86/pngdsp.o | |
| STRIP libavcodec/x86/pngdsp.o | |
| CC libavcodec/x86/pngdsp_init.o | |
| YASM libavcodec/x86/proresdsp.o | |
| STRIP libavcodec/x86/proresdsp.o | |
| CC libavcodec/x86/proresdsp_init.o | |
| YASM libavcodec/x86/qpel.o | |
| STRIP libavcodec/x86/qpel.o | |
| YASM libavcodec/x86/qpeldsp.o | |
| STRIP libavcodec/x86/qpeldsp.o | |
| CC libavcodec/x86/qpeldsp_init.o | |
| YASM libavcodec/x86/rv34dsp.o | |
| STRIP libavcodec/x86/rv34dsp.o | |
| CC libavcodec/x86/rv34dsp_init.o | |
| YASM libavcodec/x86/rv40dsp.o | |
| STRIP libavcodec/x86/rv40dsp.o | |
| CC libavcodec/x86/rv40dsp_init.o | |
| YASM libavcodec/x86/sbrdsp.o | |
| STRIP libavcodec/x86/sbrdsp.o | |
| CC libavcodec/x86/sbrdsp_init.o | |
| CC libavcodec/x86/simple_idct.o | |
| CC libavcodec/x86/snowdsp.o | |
| YASM libavcodec/x86/svq1enc.o | |
| STRIP libavcodec/x86/svq1enc.o | |
| CC libavcodec/x86/svq1enc_init.o | |
| YASM libavcodec/x86/ttadsp.o | |
| STRIP libavcodec/x86/ttadsp.o | |
| CC libavcodec/x86/ttadsp_init.o | |
| CC libavcodec/x86/v210-init.o | |
| YASM libavcodec/x86/v210.o | |
| STRIP libavcodec/x86/v210.o | |
| YASM libavcodec/x86/vc1dsp.o | |
| STRIP libavcodec/x86/vc1dsp.o | |
| CC libavcodec/x86/vc1dsp_init.o | |
| CC libavcodec/x86/vc1dsp_mmx.o | |
| YASM libavcodec/x86/videodsp.o | |
| STRIP libavcodec/x86/videodsp.o | |
| CC libavcodec/x86/videodsp_init.o | |
| libavcodec/x86/videodsp_init.c:238:42: warning: passing 'emu_edge_vfix_func *const [22]' to parameter of type 'emu_edge_vfix_func **' (aka 'void (**)(uint8_t *, x86_reg, const | |
| uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
| src_x, src_y, w, h, vfixtbl_sse, &ff_emu_edge_vvar_sse, | |
| ^~~~~~~~~~~ | |
| libavcodec/x86/videodsp_init.c:138:68: note: passing argument to parameter 'vfix_tbl' here | |
| emu_edge_vfix_func **vfix_tbl, | |
| ^ | |
| libavcodec/x86/videodsp_init.c:239:22: warning: passing 'emu_edge_hfix_func *const [11]' to parameter of type 'emu_edge_hfix_func **' | |
| (aka 'void (**)(uint8_t *, x86_reg, x86_reg, x86_reg)') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
| hfixtbl_sse2, &ff_emu_edge_hvar_sse2); | |
| ^~~~~~~~~~~~ | |
| libavcodec/x86/videodsp_init.c:140:68: note: passing argument to parameter 'hfix_tbl' here | |
| emu_edge_hfix_func **hfix_tbl, | |
| ^ | |
| 2 warnings generated. | |
| YASM libavcodec/x86/vorbisdsp.o | |
| STRIP libavcodec/x86/vorbisdsp.o | |
| CC libavcodec/x86/vorbisdsp_init.o | |
| YASM libavcodec/x86/vp3dsp.o | |
| STRIP libavcodec/x86/vp3dsp.o | |
| CC libavcodec/x86/vp3dsp_init.o | |
| YASM libavcodec/x86/vp6dsp.o | |
| STRIP libavcodec/x86/vp6dsp.o | |
| CC libavcodec/x86/vp6dsp_init.o | |
| YASM libavcodec/x86/vp8dsp.o | |
| STRIP libavcodec/x86/vp8dsp.o | |
| CC libavcodec/x86/vp8dsp_init.o | |
| YASM libavcodec/x86/vp8dsp_loopfilter.o | |
| STRIP libavcodec/x86/vp8dsp_loopfilter.o | |
| CC libavcodec/x86/vp9dsp_init.o | |
| YASM libavcodec/x86/vp9intrapred.o | |
| STRIP libavcodec/x86/vp9intrapred.o | |
| YASM libavcodec/x86/vp9itxfm.o | |
| STRIP libavcodec/x86/vp9itxfm.o | |
| YASM libavcodec/x86/vp9lpf.o | |
| STRIP libavcodec/x86/vp9lpf.o | |
| YASM libavcodec/x86/vp9mc.o | |
| STRIP libavcodec/x86/vp9mc.o | |
| CC libavcodec/x86/xvididct_init.o | |
| CC libavcodec/x86/xvididct_mmx.o | |
| CC libavcodec/x86/xvididct_sse2.o | |
| CC libavcodec/xan.o | |
| CC libavcodec/xbmdec.o | |
| CC libavcodec/xbmenc.o | |
| CC libavcodec/xface.o | |
| CC libavcodec/xfacedec.o | |
| CC libavcodec/xfaceenc.o | |
| CC libavcodec/xiph.o | |
| CC libavcodec/xl.o | |
| CC libavcodec/xsubdec.o | |
| CC libavcodec/xsubenc.o | |
| CC libavcodec/xvididct.o | |
| CC libavcodec/xwddec.o | |
| CC libavcodec/xwdenc.o | |
| CC libavcodec/xxan.o | |
| CC libavcodec/y41pdec.o | |
| CC libavcodec/y41penc.o | |
| CC libavcodec/yop.o | |
| CC libavcodec/yuv4dec.o | |
| CC libavcodec/yuv4enc.o | |
| CC libavcodec/zerocodec.o | |
| CC libavcodec/zmbv.o | |
| CC libavcodec/zmbvenc.o | |
| AR libavcodec/libavcodec.a | |
| ar: libavcodec/libopenjpegdec.o: No such file or directory | |
| ar: libavcodec/libopenjpegenc.o: No such file or directory | |
| make: *** [libavcodec/libavcodec.a] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment