=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for vlc-2.2.1nb1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1' Making all in compat gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/compat' /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/compat' CC dummy.lo CC dirfd.lo CC tdestroy.lo CC strverscmp.lo strverscmp.c:42:5: warning: no previous prototype for 'strverscmp' [-Wmissing-prototypes] int strverscmp (const char *s1, const char *s2) ^ CCLD libcompat.la gmake[3]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/compat' gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/compat' Making all in doc gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/doc' Making all in po gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/po' Making all in share gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/share' GEN vlc.desktop gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/share' Making all in src gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/src' GEN stamp-revision git: not found GEN ../include/vlc_about.h /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/src' CC libvlc.lo CC libvlc-module.lo CC missing.lo CC revision.lo CC version.lo CC misc/threads.lo CC misc/cpu.lo CC misc/epg.lo CC misc/exit.lo CC misc/events.lo CC misc/image.lo misc/events.c: In function 'vlc_event_attach': misc/events.c:274:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ CC misc/messages.lo CC misc/mime.lo CC misc/objects.lo misc/objects.c: In function 'DumpCommand': misc/objects.c:654:9: warning: 'vlc_object_find_name' is deprecated (declared at misc/objects.c:427) [-Wdeprecated-declarations] p_object = vlc_object_find_name( p_data, newval.psz_string ); ^ CC misc/variables.lo misc/variables.c: In function 'var_SetChecked': misc/variables.c:700:25: warning: unused parameter 'expected_type' [-Wunused-parameter] int expected_type, vlc_value_t val ) ^ misc/variables.c: In function 'var_GetChecked': misc/variables.c:763:25: warning: unused parameter 'expected_type' [-Wunused-parameter] int expected_type, vlc_value_t *p_val ) ^ CC misc/error.lo CC misc/update.lo CC misc/update_crypto.lo CC misc/xml.lo CC misc/addons.lo CC misc/filter.lo CC misc/filter_chain.lo CC misc/http_auth.lo CC misc/fingerprinter.lo CC misc/text_style.lo CC misc/subpicture.lo CC network/httpd.lo CC input/vlm.lo In file included from ../include/vlc_common.h:420:0, from network/httpd.c:30: In function 'httpdLoop', inlined from 'httpd_HostThread' at network/httpd.c:2096:18: ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.8' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ network/httpd.c:2025:17: note: in expansion of macro 'msleep' msleep(100000); ^ CC input/vlm_event.lo CC input/vlmshell.lo GEN vlc-plugin.pc config.status: creating src/vlc-plugin.pc CC interface/dialog.lo CC interface/interface.lo CC playlist/art.lo CC playlist/aout.lo CC playlist/thread.lo CC playlist/control.lo playlist/thread.c: In function 'LoopInput': playlist/thread.c:441:2: warning: #warning Unsynchronized access to *p_input flags... [-Wcpp] #warning Unsynchronized access to *p_input flags... ^ CC playlist/engine.lo CC playlist/fetcher.lo CC playlist/sort.lo CC playlist/loadsave.lo CC playlist/preparser.lo CC playlist/tree.lo CC playlist/item.lo playlist/item.c: In function 'playlist_DeleteItem': playlist/item.c:818:30: warning: unused parameter 'b_stop' [-Wunused-parameter] bool b_stop ) ^ CC playlist/search.lo CC playlist/services_discovery.lo CC input/item.lo CC input/access.lo CC input/clock.lo input/clock.c:537:2: warning: #warning "input_clock_SetJitter needs more work" [-Wcpp] #warning "input_clock_SetJitter needs more work" ^ CC input/control.lo CC input/decoder.lo In file included from input/control.c:37:0: input/es_out.h: In function 'es_out_SetMode': input/es_out.h:89:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); ^ input/es_out.h: In function 'es_out_GetWakeup': input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); ^ input/es_out.h: In function 'es_out_GetBuffering': input/es_out.h:103:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); ^ input/es_out.h: In function 'es_out_GetEmpty': input/es_out.h:111:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); ^ input/es_out.h: In function 'es_out_SetDelay': input/es_out.h:118:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); ^ input/es_out.h: In function 'es_out_SetTimes': input/es_out.h:143:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); ^ input/es_out.h: In function 'es_out_SetJitter': input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, ^ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:161:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^ input/es_out.h: In function 'es_out_Eos': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^ In file included from ../include/vlc_common.h:420:0, from input/decoder.c:34: input/decoder.c: In function 'spu_new_buffer': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.16' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ input/decoder.c:2227:9: note: in expansion of macro 'msleep' msleep( DECODER_SPU_VOUT_WAIT_DURATION ); ^ input/decoder.c: In function 'vout_new_buffer': ../include/vlc_threads.h:298:27: warning: call to 'harmful_delay.constprop.15' declared with attribute warning: use proper event handling instead of short delay [enabled by default] ? harmful_delay(d) \ ^ ../include/vlc_threads.h:317:26: note: in expansion of macro 'check_delay' #define msleep(d) msleep(check_delay(d)) ^ input/decoder.c:2191:9: note: in expansion of macro 'msleep' msleep( VOUT_OUTMEM_SLEEP ); ^ CC input/decoder_synchro.lo CC input/demux.lo CC input/es_out.lo In file included from input/es_out.c:45:0: input/es_out.h: In function 'es_out_SetMode': input/es_out.h:89:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); ^ input/es_out.h: In function 'es_out_GetWakeup': input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); ^ input/es_out.h: In function 'es_out_GetBuffering': input/es_out.h:103:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); ^ input/es_out.h: In function 'es_out_GetEmpty': input/es_out.h:111:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); ^ input/es_out.h: In function 'es_out_SetDelay': input/es_out.h:118:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); ^ input/es_out.h: In function 'es_out_SetTimes': input/es_out.h:143:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); ^ input/es_out.h: In function 'es_out_SetJitter': input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, ^ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:161:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^ input/es_out.h: In function 'es_out_Eos': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^ input/es_out.c: In function 'EsOutDecodersStopBuffering': input/es_out.c:600:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret; ^ input/es_out.c: In function 'EsOutDel': input/es_out.c:2040:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive(p_sys->p_input) && !p_sys->b_buffering && es->p_dec ) ^ input/es_out.c: In function 'EsOutControlLocked': input/es_out.c:2566:20: warning: unused variable 'b_source_paused' [-Wunused-variable] const bool b_source_paused = (bool)va_arg( args, int ); ^ input/es_out.c:2578:19: warning: unused variable 'i_src_rate' [-Wunused-variable] const int i_src_rate = (int)va_arg( args, int ); ^ input/es_out.c:2589:23: warning: unused variable 'i_date' [-Wunused-variable] const mtime_t i_date = (mtime_t)va_arg( args, mtime_t ); ^ CC input/es_out_timeshift.lo In file included from ../include/vlc_common.h:420:0, from input/es_out.c:34: input/es_out.c: In function 'EsOutDel': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.27' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ input/es_out.c:2047:13: note: in expansion of macro 'msleep' msleep( 20*1000 ); ^ In file included from input/es_out_timeshift.c:49:0: input/es_out.h: In function 'es_out_SetMode': input/es_out.h:89:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); ^ input/es_out.h: In function 'es_out_GetWakeup': input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); ^ input/es_out.h: In function 'es_out_GetBuffering': input/es_out.h:103:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); ^ input/es_out.h: In function 'es_out_GetEmpty': input/es_out.h:111:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); ^ input/es_out.h: In function 'es_out_SetDelay': input/es_out.h:118:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); ^ input/es_out.h: In function 'es_out_SetTimes': input/es_out.h:143:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); ^ input/es_out.h: In function 'es_out_SetJitter': input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, ^ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:161:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^ input/es_out.h: In function 'es_out_Eos': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^ input/es_out_timeshift.c: In function 'TsChangePause': input/es_out_timeshift.c:885:51: warning: unused parameter 'b_source_paused' [-Wunused-parameter] static int TsChangePause( ts_thread_t *p_ts, bool b_source_paused, bool b_paused, mtime_t i_date ) ^ CC input/event.lo CC input/input.lo In file included from input/input.c:41:0: input/es_out.h: In function 'es_out_SetMode': input/es_out.h:89:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); ^ input/es_out.h: In function 'es_out_GetWakeup': input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); ^ input/es_out.h: In function 'es_out_GetBuffering': input/es_out.h:103:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); ^ input/es_out.h: In function 'es_out_GetEmpty': input/es_out.h:111:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); ^ input/es_out.h: In function 'es_out_SetDelay': input/es_out.h:118:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); ^ input/es_out.h: In function 'es_out_SetTimes': input/es_out.h:143:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); ^ input/es_out.h: In function 'es_out_SetJitter': input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, ^ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:161:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^ input/es_out.h: In function 'es_out_Eos': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^ input/input.c: In function 'MainLoop': input/input.c:703:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive( p_input ) && !p_input->b_error ) ^ input/input.c: In function 'ControlPop': input/input.c:1509:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive( p_input ) || i_deadline < 0 ) ^ input/input.c: In function 'InputSourceInit': input/input.c:2299:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( vlc_object_alive( p_input ) ) ^ input/input.c:2410:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( vlc_object_alive( p_input ) ) ^ CC input/meta.lo CC input/resource.lo CC input/stats.lo CC input/stream.lo input/stream.c: In function 'AStreamPrebufferBlock': input/stream.c:666:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive(s) || p_sys->block.i_size > STREAM_CACHE_PREBUFFER_SIZE ) ^ input/stream.c: In function 'AStreamRefillBlock': input/stream.c:1004:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive(s) ) ^ input/stream.c: In function 'AStreamRefillStream': input/stream.c:1360:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive(s) ) ^ input/stream.c: In function 'AStreamPrebufferStream': input/stream.c:1421:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive(s) || i_buffered >= STREAM_CACHE_PREBUFFER_SIZE ) ^ CC input/stream_demux.lo CC input/stream_filter.lo CC input/stream_memory.lo CC input/subtitles.lo CC input/var.lo CC video_output/control.lo CC video_output/display.lo In file included from video_output/display.c:43:0: video_output/event.h: In function 'vout_SendEventClose': video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp] #warning FIXME: implement video close event ^ video_output/display.c: In function 'VideoBufferNew': video_output/display.c:57:27: warning: unused variable 'fmt' [-Wunused-variable] const video_format_t *fmt = &filter->fmt_out.video; ^ video_output/display.c: In function 'SplitterPrepare': video_output/display.c:1502:43: warning: unused parameter 'subpicture' [-Wunused-parameter] subpicture_t *subpicture) ^ video_output/display.c: In function 'SplitterDisplay': video_output/display.c:1525:43: warning: unused parameter 'subpicture' [-Wunused-parameter] subpicture_t *subpicture) ^ CC video_output/inhibit.lo CC video_output/interlacing.lo CC video_output/snapshot.lo CC video_output/video_output.lo CC video_output/video_text.lo CC video_output/video_epg.lo CC video_output/video_widgets.lo CC video_output/vout_subpictures.lo CC video_output/window.lo In file included from video_output/window.c:34:0: video_output/window.c: In function 'vout_window_New': ../include/vlc_modules.h:38:24: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] vlc_module_load(VLC_OBJECT(o),c,n,s,__VA_ARGS__) ^ video_output/window.c:66:17: note: 'type' was declared here const char *type; ^ CC video_output/opengl.lo CC video_output/vout_intf.lo CC video_output/vout_wrapper.lo CC audio_output/common.lo video_output/vout_wrapper.c: In function 'vout_InitWrapper': video_output/vout_wrapper.c:137:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] picture_pool_GetSize(display_pool) >= reserved_picture + decoder_picture) { ^ CC audio_output/dec.lo CC audio_output/filters.lo CC audio_output/output.lo CC audio_output/volume.lo CC network/getaddrinfo.lo CC network/io.lo CC network/tcp.lo CC network/udp.lo CC network/rootbind.lo network/udp.c: In function 'net_SourceSubscribe': network/udp.c:311:60: warning: unused parameter 'srclen' [-Wunused-parameter] const struct sockaddr *src, socklen_t srclen, ^ network/udp.c: In function 'net_Subscribe': network/udp.c:393:58: warning: unused parameter 'grplen' [-Wunused-parameter] const struct sockaddr *grp, socklen_t grplen) ^ network/udp.c: At top level: network/udp.c:291:17: warning: 'var_GetIfIndex' defined but not used [-Wunused-function] static unsigned var_GetIfIndex (vlc_object_t *obj) ^ CC network/tls.lo CC text/charset.lo CC text/strings.lo CC text/unicode.lo text/unicode.c: In function 'vlc_towc': text/unicode.c:192:10: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized] *pwc = cp; ^ text/unicode.c: In function 'vlc_strcasestr': text/unicode.c:227:36: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized] if (s <= 0 || towlower (cph) != towlower (cpn)) ^ text/unicode.c:227:54: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized] if (s <= 0 || towlower (cph) != towlower (cpn)) ^ text/unicode.c: In function 'EnsureUTF8': text/unicode.c:177:16: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized] cp |= (c & 0x3f) << 6; ^ text/unicode.c:125:14: note: 'cp' was declared here uint32_t cp; ^ text/unicode.c: In function 'IsUTF8': text/unicode.c:177:16: warning: 'cp' may be used uninitialized in this function [-Wmaybe-uninitialized] cp |= (c & 0x3f) << 6; ^ text/unicode.c:125:14: note: 'cp' was declared here uint32_t cp; ^ CC text/url.lo CC text/filesystem.lo CC text/iso_lang.lo CC misc/md5.lo CC misc/probe.lo CC misc/rand.lo CC misc/mtime.lo CC misc/block.lo CC misc/fourcc.lo CC misc/es_format.lo misc/es_format.c: In function 'video_format_GetTransform': misc/es_format.c:301:25: warning: 'angle2' may be used uninitialized in this function [-Wmaybe-uninitialized] int angle = (angle1 + angle2) % 360; ^ misc/es_format.c:301:25: warning: 'angle1' may be used uninitialized in this function [-Wmaybe-uninitialized] misc/es_format.c: In function 'video_format_TransformBy': misc/es_format.c:310:14: warning: 'angle1' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned angle1, angle2; ^ misc/es_format.c:316:39: warning: 'angle2' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned angle = (angle2 - angle1 + 360) % 360; ^ CC misc/picture.lo CC misc/picture_fifo.lo CC misc/picture_pool.lo CC modules/modules.lo CC modules/bank.lo CC modules/cache.lo modules/bank.c: In function 'module_Map': modules/bank.c:645:2: warning: #warning FIXME: race condition! [-Wcpp] #warning FIXME: race condition! ^ CC modules/entry.lo CC modules/textdomain.lo CC config/core.lo CC config/chain.lo CC config/file.lo CC config/help.lo CC config/intf.lo CC config/keys.lo CC config/cmdline.lo CC config/getopt.lo CC extras/libc.lo CC extras/tdestroy.lo extras/tdestroy.c: In function 'vlc_tdestroy': extras/tdestroy.c:96:24: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] void *node = tab[i]; ^ CC posix/dirs.lo CC posix/error.lo CC posix/filesystem.lo CC posix/netconf.lo CC posix/thread.lo CC posix/timer.lo posix/thread.c:82:5: warning: #warning Monotonic clock not available. Expect timing issues. [-Wcpp] # warning Monotonic clock not available. Expect timing issues. ^ CC posix/plugin.lo CC posix/specific.lo CC posix/rand.lo CC stream_output/stream_output.lo stream_output/stream_output.c: In function 'sout_MuxGetStream': stream_output/stream_output.c:559:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if( block_FifoCount( p_input->p_fifo ) < i_blocks ) ^ CC stream_output/announce.lo CC stream_output/sap.lo CC stream_output/sdp.lo stream_output/sap.c: In function 'SAP_Del': stream_output/sap.c:434:15: warning: 'psession' may be used uninitialized in this function [-Wmaybe-uninitialized] *psession = session->next; ^ CCLD libvlccore.la copying selected object files to avoid basename conflicts... gmake[3]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/src' gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/src' Making all in modules gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' Making all in . gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' CC access/sdp.lo CC access/timecode.lo CC access/vdr.lo CC access/oss.lo CC access/shm.lo CC access/libcdda_plugin_la-cdda.lo CC access/libdvdnav_plugin_la-dvdnav.lo In file included from /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:32:0, from /scratch/multimedia/vlc/work/.buildlink/include/dvdnav/dvdnav.h:37, from access/dvdnav.c:64: /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:65:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dvd_time_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:72:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vm_cmd_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:93:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED video_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:119:5: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } karaoke; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:124:5: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } surround; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:125:3: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED app_info; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:126:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED audio_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:157:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED multichannel_ext_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:181:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED subp_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:196:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgc_command_tbl_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:225:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_playback_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:242:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_position_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:277:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED user_ops_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:305:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgc_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:319:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_srp_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:331:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgcit_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:343:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_lu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:354:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_ut_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:366:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_adr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:376:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED c_adt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:385:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vobu_admap_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:438:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vmgi_mat_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:449:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED playback_type_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:462:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED title_info_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:472:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED tt_srpt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:492:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptl_mait_country_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:503:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptl_mait_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:534:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_attributes_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:547:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_atrt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:570:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:580:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_lu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:591:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_mgi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:656:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vtsi_mat_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:664:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptt_info_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:672:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ttu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:683:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_ptt_srpt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:701:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_tmap_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:713:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_tmapt_t; ^ In file included from /scratch/multimedia/vlc/work/.buildlink/include/dvdnav/dvdnav.h:37:0, from access/dvdnav.c:64: /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:57:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pci_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:64:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED nsml_agli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:94:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED hl_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:107:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED btn_colit_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:136:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED btni_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:145:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED hli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:155:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pci_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:174:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dsi_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:192:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_pbi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:200:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_agl_data_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:207:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_agli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:219:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vobu_sri_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:229:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED synci_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:241:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dsi_t; ^ access/dvdnav.c: In function 'ProbeDVD': access/dvdnav.c:1594:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] || read( fd, iso_dsc, sizeof (iso_dsc) ) < sizeof (iso_dsc) ^ CC access/libdvdread_plugin_la-dvdread.lo In file included from ../include/vlc_common.h:420:0, from access/dvdnav.c:48: access/dvdnav.c: In function 'Demux': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.13' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/dvdnav.c:836:9: note: in expansion of macro 'msleep' msleep( 40000 ); ^ In file included from access/dvdread.c:57:0: /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:65:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dvd_time_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:72:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vm_cmd_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:93:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED video_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:119:5: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } karaoke; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:124:5: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } surround; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:125:3: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED app_info; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:126:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED audio_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:157:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED multichannel_ext_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:181:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED subp_attr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:196:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgc_command_tbl_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:225:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_playback_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:242:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_position_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:277:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED user_ops_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:305:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgc_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:319:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_srp_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:331:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgcit_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:343:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_lu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:354:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pgci_ut_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:366:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED cell_adr_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:376:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED c_adt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:385:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vobu_admap_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:438:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vmgi_mat_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:449:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED playback_type_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:462:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED title_info_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:472:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED tt_srpt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:492:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptl_mait_country_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:503:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptl_mait_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:534:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_attributes_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:547:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_atrt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:570:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:580:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_lu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:591:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED txtdt_mgi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:656:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vtsi_mat_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:664:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ptt_info_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:672:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED ttu_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:683:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_ptt_srpt_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:701:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_tmap_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/ifo_types.h:713:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vts_tmapt_t; ^ In file included from /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_read.h:24:0, from access/dvdread.c:59: /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:57:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pci_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:64:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED nsml_agli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:94:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED hl_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:107:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED btn_colit_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:136:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED btni_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:145:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED hli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:155:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED pci_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:174:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dsi_gi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:192:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_pbi_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:200:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_agl_data_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:207:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED sml_agli_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:219:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED vobu_sri_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:229:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED synci_t; ^ /scratch/multimedia/vlc/work/.buildlink/include/dvdread/nav_types.h:241:1: warning: 'gcc_struct' attribute directive ignored [-Wattributes] } ATTRIBUTE_PACKED dsi_t; ^ CC access/ftp.lo CC access/http.lo access/http.c: In function 'OpenWithCookies': access/http.c:430:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_access) || Connect( p_access, 0 ) ) ^ access/http.c: In function 'Read': access/http.c:773:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( p_sys->b_reconnect && vlc_object_alive( p_access ) ) ^ access/http.c: In function 'Control': access/http.c:966:17: warning: unused variable 'p_meta' [-Wunused-variable] vlc_meta_t *p_meta; ^ access/http.c: In function 'Connect': access/http.c:1119:17: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_access) || p_sys->b_error ) ^ access/http.c: In function 'Request': access/http.c:1292:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_access) || p_sys->b_error ) ^ CXX access/liblive555_plugin_la-live555.lo In file included from /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/BasicUsageEnvironment0.hh:32:0, from /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/BasicUsageEnvironment.hh:24, from access/live555.cpp:60: /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/DelayQueue.hh: In member function 'time_base_seconds& Timeval::secs()': /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/DelayQueue.hh:78:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return (time_base_seconds&)fTv.tv_sec; ^ /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/DelayQueue.hh: In member function 'time_base_seconds& Timeval::usecs()': /scratch/multimedia/vlc/work/.buildlink/include/BasicUsageEnvironment/DelayQueue.hh:81:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return (time_base_seconds&)fTv.tv_usec; ^ In file included from ../include/vlc_common.h:918:0, from access/live555.cpp:43: access/live555.cpp: In function 'int Open(vlc_object_t*)': ../include/vlc_objects.h:77:29: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:359:18: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ ../include/vlc_objects.h:77:61: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:359:18: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ access/live555.cpp: In function 'int Connect(demux_t*)': ../include/vlc_objects.h:77:29: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:583:10: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ ../include/vlc_objects.h:77:61: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:583:10: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ access/live555.cpp: In function 'int SessionsSetup(demux_t*)': ../include/vlc_objects.h:77:29: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:725:14: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ ../include/vlc_objects.h:77:61: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ access/live555.cpp:725:14: note: in expansion of macro 'vlc_object_alive' if( !vlc_object_alive (p_demux) ) ^ CC access/tcp.lo CC access/udp.lo CC access/libavio_plugin_la-avio.lo CC access/libaccess_mtp_plugin_la-mtp.lo access/avio.c: In function 'UrlInterruptCallback': access/avio.c:73:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] return !vlc_object_alive((vlc_object_t*)access); ^ access/mtp.c: In function 'Open': access/mtp.c:114:2: warning: #warning Oooh no! Not tempnam()! [-Wcpp] #warning Oooh no! Not tempnam()! ^ CC codec/avcodec/libavcodec_plugin_la-video.lo CC codec/avcodec/libavcodec_plugin_la-subtitle.lo codec/avcodec/video.c: In function 'InitVideoDec': codec/avcodec/video.c:226:5: warning: 'avcodec_alloc_frame' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations] p_sys->p_ff_pic = avcodec_alloc_frame(); ^ codec/avcodec/video.c:438:9: warning: 'avcodec_free_frame' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3952) [-Wdeprecated-declarations] avcodec_free_frame( &p_sys->p_ff_pic ); ^ codec/avcodec/video.c: In function 'EndVideoDec': codec/avcodec/video.c:818:9: warning: 'avcodec_free_frame' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3952) [-Wdeprecated-declarations] avcodec_free_frame( &p_sys->p_ff_pic ); ^ CC codec/avcodec/libavcodec_plugin_la-audio.lo CC codec/avcodec/libavcodec_plugin_la-fourcc.lo CC codec/avcodec/libavcodec_plugin_la-chroma.lo CC codec/avcodec/libavcodec_plugin_la-va.lo CC codec/avcodec/libavcodec_plugin_la-avcodec.lo codec/avcodec/avcodec.c: In function 'ffmpeg_OpenCodec': codec/avcodec/avcodec.c:407:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (p_sys->p_context->width != p_dec->fmt_in.video.i_width) ^ codec/avcodec/avcodec.c:411:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (p_sys->p_context->height != p_dec->fmt_in.video.i_height) ^ CC codec/avcodec/libavcodec_plugin_la-encoder.lo codec/avcodec/encoder.c: In function 'OpenEncoder': codec/avcodec/encoder.c:502:9: warning: 'border_masking' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2128) [-Wdeprecated-declarations] p_context->border_masking = p_sys->f_border_masking; ^ codec/avcodec/encoder.c:553:37: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] p_context->intra_matrix = mpeg4_default_intra_matrix; ^ codec/avcodec/encoder.c:554:37: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] p_context->inter_matrix = mpeg4_default_non_intra_matrix; ^ codec/avcodec/encoder.c:619:13: warning: 'lmin' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2671) [-Wdeprecated-declarations] p_context->mb_lmin = p_context->lmin = p_sys->i_qmin * FF_QP2LAMBDA; ^ codec/avcodec/encoder.c:624:13: warning: 'lmax' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2677) [-Wdeprecated-declarations] p_context->mb_lmax = p_context->lmax = p_sys->i_qmax * FF_QP2LAMBDA; ^ codec/avcodec/encoder.c:637:13: warning: 'rc_qsquish' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2568) [-Wdeprecated-declarations] p_context->rc_qsquish = 1.0; ^ codec/avcodec/encoder.c:651:13: warning: 'rc_buffer_aggressivity' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2618) [-Wdeprecated-declarations] p_context->rc_buffer_aggressivity = p_sys->f_rc_buffer_aggressivity; ^ codec/avcodec/encoder.c:788:17: warning: 'lmin' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2671) [-Wdeprecated-declarations] p_context->mb_lmin = p_context->lmin = 10 * FF_QP2LAMBDA; ^ codec/avcodec/encoder.c:794:17: warning: 'lmax' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2677) [-Wdeprecated-declarations] p_context->mb_lmax = p_context->lmax = 42 * FF_QP2LAMBDA; ^ codec/avcodec/encoder.c:801:17: warning: 'lmin' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:2671) [-Wdeprecated-declarations] p_context->mb_lmin = p_context->lmin = FF_QP2LAMBDA; ^ codec/avcodec/encoder.c:997:5: warning: 'avcodec_alloc_frame' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3927) [-Wdeprecated-declarations] p_sys->frame = avcodec_alloc_frame(); ^ codec/avcodec/encoder.c: In function 'EncodeVideo': codec/avcodec/encoder.c:1066:9: warning: 'avcodec_get_frame_defaults' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3937) [-Wdeprecated-declarations] avcodec_get_frame_defaults( frame ); ^ codec/avcodec/encoder.c:1241:5: warning: 'coded_frame' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3024) [-Wdeprecated-declarations] switch ( p_sys->p_context->coded_frame->pict_type ) ^ codec/avcodec/encoder.c: In function 'handle_delay_buffer': codec/avcodec/encoder.c:1301:5: warning: 'avcodec_get_frame_defaults' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3937) [-Wdeprecated-declarations] avcodec_get_frame_defaults( p_sys->frame ); ^ CC codec/libx264_plugin_la-x264.lo In file included from codec/avcodec/encoder.c:35:0: codec/avcodec/encoder.c:1330:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(unlikely( ( (leftover + buffer_delay) < p_sys->i_buffer_out ) && ^ ../include/vlc_common.h:119:44: note: in definition of macro 'unlikely' # define unlikely(p) __builtin_expect(!!(p), 0) ^ codec/avcodec/encoder.c: In function 'EncodeAudio': codec/avcodec/encoder.c:1423:9: warning: 'avcodec_get_frame_defaults' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavcodec/avcodec.h:3937) [-Wdeprecated-declarations] avcodec_get_frame_defaults( p_sys->frame ); ^ CC codec/libvpx_plugin_la-vpx.lo CC demux/caf.lo CC codec/avcodec/libavformat_plugin_la-fourcc.lo CC codec/avcodec/libavformat_plugin_la-chroma.lo CC demux/avformat/libavformat_plugin_la-avformat.lo CC demux/avformat/libavformat_plugin_la-mux.lo CXX demux/mkv/libmkv_plugin_la-mkv.lo CC demux/mp4/mp4.lo demux/mkv/mkv.cpp:191:2: warning: #warning Memory leak! [-Wcpp] #warning Memory leak! ^ demux/mp4/mp4.c: In function 'BoxExistsInRootTree': demux/mp4/mp4.c:4394:62: warning: unused parameter 'i_type' [-Wunused-parameter] static bool BoxExistsInRootTree( MP4_Box_t *p_root, uint32_t i_type, off_t i_pos ) ^ demux/mp4/mp4.c: In function 'MP4_TrackGetPTSDelta': demux/mp4/mp4.c:280:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ CC demux/mp4/libmp4.lo demux/mp4/libmp4.c: In function 'MP4_ReadBox_tkhd': demux/mp4/libmp4.c:806:12: warning: variable 'translate' set but not used [-Wunused-but-set-variable] double translate[2];// amount to translate; tx = translate[0] , ty = translate[1] ^ demux/mp4/libmp4.c: In function 'MP4_BoxDumpStructure_Internal': demux/mp4/libmp4.c:3851:13: warning: format '%ld' expects argument of type 'long int', but argument 8 has type '__off_t' [-Wformat=] snprintf( &str[i_level * 4], sizeof(str) - 4*i_level, ^ demux/mp4/libmp4.c:3855:13: warning: format '%ld' expects argument of type 'long int', but argument 8 has type '__off_t' [-Wformat=] snprintf( &str[i_level * 4], sizeof(str) - 4*i_level, ^ CC demux/mpeg/mpgv.lo CC demux/libts_plugin_la-ts.lo In file included from demux/ts.c:47:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:67:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_PushPacket(dvbpsi_handle h_dvbpsi, uint8_t* p_data); ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:90:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] typedef void (* dvbpsi_callback)(dvbpsi_handle p_decoder, ^ In file included from demux/ts.c:48:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:52:40: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle h_dvbpsi, ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:113:3: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle p_decoder; /*!< Parent PSI Decoder */ ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:146:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachDemux(dvbpsi_handle h_dvbpsi); ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:175:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_Demux(dvbpsi_handle h_dvbpsi, ^ In file included from demux/ts.c:50:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:130:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachPAT(dvbpsi_handle h_dvbpsi); ^ In file included from demux/ts.c:51:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:139:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachPMT(dvbpsi_handle h_dvbpsi); ^ demux/ts.c:204:5: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle handle; ^ demux/ts.c:218:5: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle handle; /* PAT/SDT/EIT */ ^ demux/ts.c:348:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] static void PSINewTableCallBack( demux_t *, dvbpsi_handle, ^ demux/ts.c: In function 'Open': demux/ts.c:642:5: warning: 'dvbpsi_AttachPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:114) [-Wdeprecated-declarations] pat->psi->handle = dvbpsi_AttachPAT( PATCallBack, p_demux ); ^ demux/ts.c:654:13: warning: 'dvbpsi_AttachDemux' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:134) [-Wdeprecated-declarations] dvbpsi_AttachDemux( (dvbpsi_demux_new_cb_t)PSINewTableCallBack, ^ demux/ts.c:662:13: warning: 'dvbpsi_AttachDemux' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:134) [-Wdeprecated-declarations] dvbpsi_AttachDemux( (dvbpsi_demux_new_cb_t)PSINewTableCallBack, ^ demux/ts.c:671:13: warning: 'dvbpsi_AttachDemux' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:134) [-Wdeprecated-declarations] dvbpsi_AttachDemux( (dvbpsi_demux_new_cb_t)PSINewTableCallBack, ^ demux/ts.c:782:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( p_sys->i_pmt_es <= 0 && vlc_object_alive( p_demux ) ) ^ demux/ts.c: In function 'Close': demux/ts.c:814:17: warning: 'dvbpsi_DetachPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:130) [-Wdeprecated-declarations] dvbpsi_DetachPAT( pid->psi->handle ); ^ demux/ts.c:825:21: warning: 'dvbpsi_DetachDemux' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:146) [-Wdeprecated-declarations] dvbpsi_DetachDemux( pid->psi->handle ); ^ demux/ts.c: In function 'Demux': demux/ts.c:930:21: warning: 'dvbpsi_PushPacket' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:67) [-Wdeprecated-declarations] dvbpsi_PushPacket( p_pid->psi->handle, p_pkt->p_buffer ); ^ demux/ts.c:936:25: warning: 'dvbpsi_PushPacket' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:67) [-Wdeprecated-declarations] dvbpsi_PushPacket( p_pid->psi->prg[i_prg]->handle, ^ demux/ts.c: In function 'UserPmt': demux/ts.c:1232:5: warning: 'dvbpsi_AttachPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:122) [-Wdeprecated-declarations] prg->handle = dvbpsi_AttachPMT( ^ demux/ts.c: In function 'PIDClean': demux/ts.c:1454:13: warning: 'dvbpsi_DetachPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:139) [-Wdeprecated-declarations] dvbpsi_DetachPMT( pid->psi->handle ); ^ demux/ts.c:1468:17: warning: 'dvbpsi_DetachPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:139) [-Wdeprecated-declarations] dvbpsi_DetachPMT( pid->psi->prg[i]->handle ); ^ demux/ts.c: In function 'ReadTSPacket': demux/ts.c:1836:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) ) ^ demux/ts.c: In function 'SeekToPCR': demux/ts.c:1933:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive( p_demux ) ) ^ demux/ts.c: In function 'GetFirstPCR': demux/ts.c:2065:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) ) ^ demux/ts.c: In function 'GetLastPCR': demux/ts.c:2106:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive( p_demux ) ) ^ demux/ts.c: In function 'CheckPCR': demux/ts.c:2146:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] for( i = 1; i < p_sys->i_pcrs_num && vlc_object_alive( p_demux ); ++i ) ^ demux/ts.c: In function 'IODDescriptorLength': demux/ts.c:2511:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i_len > *pi_data) ^ demux/ts.c: In function 'ValidateDVBMeta': demux/ts.c:2766:13: warning: 'dvbpsi_DetachDemux' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:146) [-Wdeprecated-declarations] dvbpsi_DetachDemux( p_pid->psi->handle ); ^ demux/ts.c: In function 'SDTCallBack': demux/ts.c:2807:9: warning: 'dvbpsi_EmptySDT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:197) [-Wdeprecated-declarations] dvbpsi_DeleteSDT( p_sdt ); ^ demux/ts.c:2930:5: warning: 'dvbpsi_EmptySDT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:197) [-Wdeprecated-declarations] dvbpsi_DeleteSDT( p_sdt ); ^ demux/ts.c: In function 'TDTCallBack': demux/ts.c:2998:5: warning: 'dvbpsi_EmptyTOT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/tot.h:153) [-Wdeprecated-declarations] dvbpsi_DeleteTOT(p_tdt); ^ demux/ts.c: In function 'EITCallBack': demux/ts.c:3012:9: warning: 'dvbpsi_EmptyEIT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/eit.h:205) [-Wdeprecated-declarations] dvbpsi_DeleteEIT( p_eit ); ^ demux/ts.c:3185:5: warning: 'dvbpsi_EmptyEIT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/eit.h:205) [-Wdeprecated-declarations] dvbpsi_DeleteEIT( p_eit ); ^ demux/ts.c: At top level: demux/ts.c:3200:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] static void PSINewTableCallBack( demux_t *p_demux, dvbpsi_handle h, ^ demux/ts.c: In function 'PSINewTableCallBack': demux/ts.c:3217:9: warning: 'dvbpsi_AttachSDT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:129) [-Wdeprecated-declarations] dvbpsi_AttachSDT( h, i_table_id, i_extension, ^ demux/ts.c:3235:9: warning: 'dvbpsi_AttachEIT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/eit.h:130) [-Wdeprecated-declarations] dvbpsi_AttachEIT( h, i_table_id, i_extension, cb, p_demux ); ^ demux/ts.c:3247:10: warning: 'dvbpsi_AttachTOT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/tot.h:94) [-Wdeprecated-declarations] dvbpsi_AttachTOT( h, i_table_id, i_extension, ^ demux/ts.c: In function 'PMTCallBack': demux/ts.c:4032:9: warning: 'dvbpsi_EmptyPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:192) [-Wdeprecated-declarations] dvbpsi_DeletePMT(p_pmt); ^ demux/ts.c:4040:9: warning: 'dvbpsi_EmptyPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:192) [-Wdeprecated-declarations] dvbpsi_DeletePMT( p_pmt ); ^ demux/ts.c:4291:9: warning: 'dvbpsi_EmptyPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:192) [-Wdeprecated-declarations] dvbpsi_DeletePMT( p_pmt ); ^ demux/ts.c: In function 'PATCallBack': demux/ts.c:4318:9: warning: 'dvbpsi_EmptyPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:177) [-Wdeprecated-declarations] dvbpsi_DeletePAT( p_pat ); ^ demux/ts.c:4440:9: warning: 'dvbpsi_AttachPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:122) [-Wdeprecated-declarations] prg->handle = dvbpsi_AttachPMT( p_program->i_number, PMTCallBack, p_demux ); ^ demux/ts.c:4457:5: warning: 'dvbpsi_EmptyPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:177) [-Wdeprecated-declarations] dvbpsi_DeletePAT( p_pat ); ^ CC demux/xiph_metadata.lo CC stream_filter/libhttplive_plugin_la-httplive.lo CC stream_filter/record.lo In file included from stream_filter/httplive.c:38:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ stream_filter/httplive.c: In function 'parse_EndList': stream_filter/httplive.c:931:53: warning: unused parameter 'hls' [-Wunused-parameter] static int parse_EndList(stream_t *s, hls_stream_t *hls) ^ stream_filter/httplive.c: In function 'parse_Discontinuity': stream_filter/httplive.c:940:59: warning: unused parameter 'hls' [-Wunused-parameter] static int parse_Discontinuity(stream_t *s, hls_stream_t *hls, char *p_read) ^ stream_filter/httplive.c: In function 'hls_Thread': stream_filter/httplive.c:1641:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while (vlc_object_alive(s)) ^ stream_filter/httplive.c:1664:17: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if (!vlc_object_alive(s)) ^ stream_filter/httplive.c:1676:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if (!vlc_object_alive(s)) break; ^ stream_filter/httplive.c:1685:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if (!vlc_object_alive(s)) break; ^ stream_filter/httplive.c: In function 'hls_Reload': stream_filter/httplive.c:1727:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while (vlc_object_alive(s)) ^ In file included from stream_filter/httplive.c:33:0: stream_filter/httplive.c: In function 'Prefetch': ../include/vlc_common.h:480:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) ^ stream_filter/httplive.c:1791:25: note: in expansion of macro '__MIN' for (int i = 0; i < __MIN(vlc_array_count(hls->segments), segment_amount); i++) ^ ../include/vlc_common.h:480:46: warning: signed and unsigned type in conditional expression [-Wsign-compare] # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) ^ stream_filter/httplive.c:1791:25: note: in expansion of macro '__MIN' for (int i = 0; i < __MIN(vlc_array_count(hls->segments), segment_amount); i++) ^ stream_filter/httplive.c:1791:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < __MIN(vlc_array_count(hls->segments), segment_amount); i++) ^ stream_filter/httplive.c: In function 'hls_Download': stream_filter/httplive.c:1849:57: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (segment->data->i_buffer - segment->size < chunk_size) { ^ stream_filter/httplive.c:1866:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] } while (vlc_object_alive(s)); ^ stream_filter/httplive.c:1905:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] } while (vlc_object_alive(s)); ^ stream_filter/httplive.c: In function 'Read': stream_filter/httplive.c:2390:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if (p_sys->b_error || !vlc_object_alive(s)) ^ stream_filter/httplive.c: In function 'segment_Seek': stream_filter/httplive.c:2669:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if (!vlc_object_alive(s) || s->b_error) break; ^ CC access/attachment.lo stream_filter/httplive.c: In function 'parse_M3U8': stream_filter/httplive.c:1983:14: warning: 'p_read' may be used uninitialized in this function [-Wmaybe-uninitialized] uint8_t *end = p + len; ^ stream_filter/httplive.c:966:14: note: 'p_read' was declared here uint8_t *p_read, *p_begin, *p_end; ^ CC access/libfilesystem_plugin_la-file.lo CC access/libfilesystem_plugin_la-directory.lo CC access/libfilesystem_plugin_la-fs.lo CC access/idummy.lo CC access/imem.lo In file included from ../include/vlc_common.h:420:0, from access/idummy.c:32: access/idummy.c: In function 'DemuxHold': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/idummy.c:60:5: note: in expansion of macro 'msleep' msleep( 10000 ); /* FIXME!!! */ ^ In function 'DemuxPause.part.0', inlined from 'DemuxPause': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/idummy.c:78:5: note: in expansion of macro 'msleep' msleep( 10000 ); /* FIXME!!! */ ^ CC access/rar/librar_plugin_la-rar.lo CC access/rar/librar_plugin_la-access.lo CC access/rar/librar_plugin_la-stream.lo CC access/rar/librar_plugin_la-module.lo CCLD libsdp_plugin.la CCLD libtimecode_plugin.la CCLD libvdr_plugin.la CC access/zip/libzip_plugin_la-zipstream.lo access/zip/zipstream.c: In function 'ZipIO_Write': access/zip/zipstream.c:846:9: warning: unused variable 'ERROR_zip_cannot_write_this_should_not_happen' [-Wunused-variable] int ERROR_zip_cannot_write_this_should_not_happen = 0; ^ CC access/zip/libzip_plugin_la-zipaccess.lo CC access/zip/unzip/unzip.lo access/zip/zipaccess.c: In function 'ZipIO_Open': access/zip/zipaccess.c:371:72: warning: unused parameter 'mode' [-Wunused-parameter] static void* ZCALLBACK ZipIO_Open( void* opaque, const char* file, int mode ) ^ access/zip/zipaccess.c: In function 'ZipIO_Write': access/zip/zipaccess.c:415:9: warning: unused variable 'zip_access_cannot_write_this_should_not_happen' [-Wunused-variable] int zip_access_cannot_write_this_should_not_happen = 0; ^ CC access/zip/unzip/ioapi.lo CCLD libaccess_oss_plugin.la CCLD libshm_plugin.la CC access/screen/libxcb_screen_plugin_la-xcb.lo CC access/vcd/libcdda_plugin_la-cdrom.lo CC access/vcd/vcd.lo CC access/vcd/cdrom.lo CCLD libdvdnav_plugin.la CCLD libdvdread_plugin.la CC access/bd/bd.lo CC access/bd/mpls.lo CC access/bd/clpi.lo CCLD libftp_plugin.la CCLD libhttp_plugin.la CC access/mms/asf.lo CC access/mms/buffer.lo CC access/mms/libaccess_mms_plugin_la-mms.lo CC access/mms/libaccess_mms_plugin_la-mmsh.lo access/mms/mms.c: In function 'Open': access/mms/mms.c:122:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive(p_access) ) ^ access/mms/mmsh.c: In function 'Seek': access/mms/mmsh.c:334:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_access) ) ^ CC access/mms/libaccess_mms_plugin_la-mmstu.lo access/mms/mmstu.c: In function 'MMSTUOpen': access/mms/mmstu.c:141:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( vlc_object_alive(p_access) ) ^ access/mms/mmstu.c: In function 'Seek': access/mms/mmstu.c:344:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_access) ) ^ access/mms/mmstu.c:359:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_access) ) ^ access/mms/mmstu.c: In function 'NetFillBuffer': access/mms/mmstu.c:1081:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_access) ) ^ access/mms/mmstu.c: In function 'mms_HeaderMediaRead': access/mms/mmstu.c:1513:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_access) ) ^ In file included from ../include/vlc_common.h:420:0, from access/mms/mmstu.c:32: access/mms/mmstu.c: In function 'mms_CommandRead': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.7' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/mms/mmstu.c:1469:13: note: in expansion of macro 'msleep' msleep( MMS_RETRY_SLEEP ); ^ access/mms/mmstu.c: In function 'mms_HeaderMediaRead': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.7' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/mms/mmstu.c:1522:13: note: in expansion of macro 'msleep' msleep( MMS_RETRY_SLEEP ); ^ access/mms/mmstu.c: In function 'mms_HeaderMediaRead.constprop.3': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.7' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ access/mms/mmstu.c:1522:13: note: in expansion of macro 'msleep' msleep( MMS_RETRY_SLEEP ); ^ CC access/mms/libaccess_mms_plugin_la-buffer.lo CC access/mms/libaccess_mms_plugin_la-asf.lo CCLD libtcp_plugin.la CCLD libudp_plugin.la CCLD libavio_plugin.la CCLD libaccess_mtp_plugin.la CC access/rtp/librtp_plugin_la-input.lo CC access/rtp/librtp_plugin_la-session.lo CC access/rtp/librtp_plugin_la-xiph.lo CC access/rtp/librtp_plugin_la-rtp.lo In file included from access/rtp/rtp.c:40:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ CC access/rtp/libvlc_srtp_la-srtp.lo CC audio_output/adummy.lo CC audio_output/libafile_plugin_la-file.lo CC audio_output/amem.lo CC audio_output/oss.lo CC audio_mixer/libfloat_mixer_plugin_la-float.lo CC audio_mixer/libinteger_mixer_plugin_la-integer.lo CC video_chroma/i420_rgb.lo CC video_chroma/i420_rgb8.lo CC video_chroma/i420_rgb16.lo CC video_chroma/libi420_yuy2_plugin_la-i420_yuy2.lo CC video_chroma/i422_i420.lo CC video_chroma/libi422_yuy2_plugin_la-i422_yuy2.lo CC video_chroma/grey_yuv.lo CC video_chroma/yuy2_i420.lo CC video_chroma/yuy2_i422.lo CC video_chroma/rv32.lo CC video_chroma/chain.lo CC video_chroma/libswscale_plugin_la-swscale.lo CC codec/avcodec/libswscale_plugin_la-chroma.lo video_chroma/swscale.c: In function 'Convert': video_chroma/swscale.c:621:16: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [enabled by default] dst, dst_stride ); ^ In file included from video_chroma/swscale.c:38:0: /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libswscale/swscale.h:229:5: note: expected 'const __uint8_t * const*' but argument is of type '__uint8_t **' int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], ^ video_chroma/swscale.c:596:76: warning: unused parameter 'i_plane_start' [-Wunused-parameter] picture_t *p_dst, picture_t *p_src, int i_height, int i_plane_start, int i_plane_count, ^ CC codec/ddummy.lo CC codec/edummy.lo CC codec/a52.lo CC codec/adpcm.lo CC codec/aes3.lo CC codec/araw.lo CC codec/dts.lo CC codec/dts_header.lo CC codec/g711.lo CC codec/libfluidsynth_plugin_la-fluidsynth.lo CC codec/lpcm.lo CC codec/mpeg_audio.lo CC codec/uleaddvaudio.lo CC codec/cdg.lo CC codec/liblibmpeg2_plugin_la-libmpeg2.lo CC codec/rawvideo.lo CC codec/libschroedinger_plugin_la-schroedinger.lo CC codec/png.lo CC codec/jpeg.lo CC codec/libsvgdec_plugin_la-svg.lo CC codec/libxwd_plugin_la-xwd.lo codec/svg.c: In function 'OpenDecoder': codec/svg.c:106:5: warning: 'rsvg_init' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:202): Use 'g_type_init' instead [-Wdeprecated-declarations] rsvg_init(); ^ codec/svg.c: In function 'CloseDecoder': codec/svg.c:267:5: warning: 'rsvg_term' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:204) [-Wdeprecated-declarations] rsvg_term(); ^ CC codec/liblibass_plugin_la-libass.lo CC codec/cc.lo CC codec/cvdsub.lo CC codec/dvbsub.lo codec/dvbsub.c: In function 'decode_object': CC codec/scte27.lo codec/dvbsub.c:1056:10: warning: variable 'b_non_modify_color' set but not used [-Wunused-but-set-variable] bool b_non_modify_color; ^ codec/dvbsub.c:1055:44: warning: variable 'i_version' set but not used [-Wunused-but-set-variable] int i_segment_length, i_coding_method, i_version, i_id, i; ^ CC codec/spudec/libspudec_plugin_la-spudec.lo CC codec/spudec/libspudec_plugin_la-parse.lo CC codec/stl.lo CC codec/subsdec.lo CC codec/subsusf.lo CC codec/svcdsub.lo codec/svcdsub.c: In function 'ParseHeader': codec/svcdsub.c:361:43: warning: variable 'i_cmd_arg' set but not used [-Wunused-but-set-variable] uint8_t i_options, i_options2, i_cmd, i_cmd_arg; ^ codec/svcdsub.c:361:24: warning: variable 'i_options2' set but not used [-Wunused-but-set-variable] uint8_t i_options, i_options2, i_cmd, i_cmd_arg; ^ CC codec/t140.lo CC codec/telx.lo CC codec/substx3g.lo CC codec/libflac_plugin_la-flac.lo CC codec/libkate_plugin_la-kate.lo CC codec/libopus_plugin_la-opus.lo CC codec/libopus_plugin_la-opus_header.lo CC codec/libspeex_plugin_la-speex.lo CC codec/libtheora_plugin_la-theora.lo CC codec/libvorbis_plugin_la-vorbis.lo CCLD libavcodec_plugin.la CCLD libx264_plugin.la CCLD libvpx_plugin.la CC demux/libflacsys_plugin_la-flac.lo CC demux/libflacsys_plugin_la-xiph_metadata.lo CC demux/libogg_plugin_la-ogg.lo demux/ogg.c: In function 'Ogg_DecodePacket': demux/ogg.c:1263:2: warning: #warning Memory leak [-Wcpp] #warning Memory leak ^ CC demux/libogg_plugin_la-oggseek.lo In file included from ../include/vlc_common.h:420:0, from demux/ogg.c:32: In function 'Ogg_DecodePacket', inlined from 'Demux' at demux/ogg.c:503:29: ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.24' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ demux/ogg.c:1454:9: note: in expansion of macro 'msleep' msleep(10000); ^ CC demux/libogg_plugin_la-xiph_metadata.lo CC demux/demuxdump.lo CC demux/rawdv.lo CC demux/rawvid.lo CC demux/au.lo CC demux/rawaud.lo CC demux/wav.lo CC demux/nsv.lo demux/nsv.c: In function 'ReSynch': demux/nsv.c:413:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) ) ^ CC demux/real.lo CC demux/ps.lo demux/ps.c: In function 'FindLength': demux/ps.c:253:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) && i < 40 && Demux2( p_demux, false ) > 0 ) i++; ^ demux/ps.c:261:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) && i < 400 && Demux2( p_demux, true ) > 0 ) i++; ^ CC demux/libmod_plugin_la-mod.lo CC demux/pva.lo demux/pva.c: In function 'ReSynch': demux/pva.c:356:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) ) ^ CC demux/aiff.lo CC demux/mjpeg.lo CC demux/subtitle.lo CC demux/ty.lo CC demux/vobsub.lo CC demux/voc.lo CC demux/xa.lo CC demux/nuv.lo demux/nuv.c: In function 'Demux': demux/nuv.c:367:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) ^ demux/nuv.c: In function 'ControlSetPosition': demux/nuv.c:576:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive (p_demux) ) ^ CC demux/nsc.lo CC demux/mpc.lo CC demux/tta.lo CC demux/vc1.lo CC demux/libdemux_cdg_plugin_la-cdg.lo CC demux/smf.lo CC demux/libdiracsys_plugin_la-dirac.lo CC demux/image.lo CC demux/libdemux_stl_plugin_la-stl.lo CC demux/asf/asf.lo CC demux/asf/libasf.lo demux/asf/asf.c: In function 'Demux': demux/asf/asf.c:190:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) ^ CC demux/avi/avi.lo CC demux/avi/libavi.lo demux/avi/avi.c: In function 'Open': demux/avi/avi.c:720:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive( p_demux) ) ^ demux/avi/avi.c: In function 'Demux_Seekable': demux/avi/avi.c:1130:25: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) return -1; ^ demux/avi/avi.c: In function 'AVI_StreamChunkFind': demux/avi/avi.c:1776:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) return VLC_EGENERIC; ^ demux/avi/avi.c:1796:17: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) return VLC_EGENERIC; ^ demux/avi/avi.c: In function 'AVI_PacketSearch': demux/avi/avi.c:2234:13: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) return VLC_EGENERIC; ^ demux/avi/avi.c: In function 'AVI_IndexCreate': demux/avi/avi.c:2573:9: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] if( !vlc_object_alive (p_demux) ) ^ demux/avi/avi.c: At top level: demux/avi/avi.c:2178:12: warning: 'AVI_PacketRead' defined but not used [-Wunused-function] static int AVI_PacketRead( demux_t *p_demux, ^ In file included from ../include/vlc_common.h:420:0, from demux/avi/avi.c:34: demux/avi/avi.c: In function 'AVI_StreamChunkFind': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.15' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ demux/avi/avi.c:1797:17: note: in expansion of macro 'msleep' msleep( 10000 ); ^ demux/avi/avi.c: In function 'AVI_PacketSearch': demux/avi/avi.c:2215:40: warning: '*((void *)&avi_pk+36)' may be used uninitialized in this function [-Wmaybe-uninitialized] ( avi_pk.i_cat == AUDIO_ES || avi_pk.i_cat == VIDEO_ES ) ) ^ demux/avi/avi.c:2214:11: warning: 'avi_pk.i_stream' may be used uninitialized in this function [-Wmaybe-uninitialized] if( avi_pk.i_stream < p_sys->i_track && ^ demux/avi/avi.c:2219:9: warning: 'avi_pk.i_fourcc' may be used uninitialized in this function [-Wmaybe-uninitialized] switch( avi_pk.i_fourcc ) ^ In file included from ../include/vlc_common.h:420:0, from demux/avi/avi.c:34: ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.15' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ demux/avi/avi.c:2236:13: note: in expansion of macro 'msleep' msleep( 10000 ); ^ demux/avi/libavi.c: In function 'AVI_ChunkRead_indx': demux/avi/libavi.c:590:18: warning: variable 'i_dummy' set but not used [-Wunused-but-set-variable] int32_t i_dummy; ^ demux/avi/avi.c: In function 'Demux_Seekable': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.15' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ demux/avi/avi.c:1131:25: note: in expansion of macro 'msleep' msleep( 10000 ); ^ CCLD libcaf_plugin.la CC demux/avformat/libavformat_plugin_la-demux.lo CC demux/mpeg/es.lo demux/avformat/demux.c: In function 'OpenDemux': demux/avformat/demux.c:160:5: warning: missing initializer for field 'filename' of 'AVProbeData' [-Wmissing-field-initializers] AVProbeData pd = { }; ^ In file included from demux/avformat/../../codec/avcodec/avcommon_compat.h:510:0, from demux/avformat/../../codec/avcodec/avcommon.h:37, from demux/avformat/../../codec/avcodec/avcodec.h:25, from demux/avformat/demux.c:41: /scratch/multimedia/vlc/work/.buildlink/include/ffmpeg2/libavformat/avformat.h:449:17: note: 'filename' declared here const char *filename; ^ demux/avformat/demux.c:396:3: warning: #warning FIXME: implement palette transmission [-Wcpp] # warning FIXME: implement palette transmission ^ demux/mpeg/es.c: In function 'OpenCommon': demux/mpeg/es.c:212:5: warning: 'vlc_object_alive' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] while( vlc_object_alive( p_demux ) ) ^ CC demux/mpeg/h264.lo CC demux/mpeg/hevc.lo CXX demux/mkv/libmkv_plugin_la-util.lo demux/mpeg/hevc.c: In function 'CreateDecodedNAL': demux/mpeg/hevc.c:234:5: warning: passing argument 1 of 'nal_decode' discards 'const' qualifier from pointer target type [enabled by default] *pi_ret = nal_decode( src, dst, i_src ); ^ In file included from demux/mpeg/hevc.c:38:0: demux/mpeg/mpeg_parser_helpers.h:65:22: note: expected '__uint8_t *' but argument is of type 'const __uint8_t *' static inline size_t nal_decode(uint8_t * p_src, uint8_t * p_dst, size_t i_size) ^ CXX demux/mkv/libmkv_plugin_la-virtual_segment.lo demux/mkv/virtual_segment.cpp: In constructor 'virtual_segment_c::virtual_segment_c(std::vector*)': demux/mkv/virtual_segment.cpp:285:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i_current_edition == i) ^ CXX demux/mkv/libmkv_plugin_la-matroska_segment.lo CXX demux/mkv/libmkv_plugin_la-matroska_segment_parse.lo CXX demux/mkv/libmkv_plugin_la-demux.lo In file included from ../include/vlc_common.h:918:0, from demux/mkv/mkv.hpp:45, from demux/mkv/demux.hpp:28, from demux/mkv/demux.cpp:26: demux/mkv/demux.cpp: In member function 'void event_thread_t::EventThread()': ../include/vlc_objects.h:77:29: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ demux/mkv/demux.cpp:401:24: note: in expansion of macro 'vlc_object_alive' if( p_vout && !vlc_object_alive (p_vout) ) ^ ../include/vlc_objects.h:77:61: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ demux/mkv/demux.cpp:401:24: note: in expansion of macro 'vlc_object_alive' if( p_vout && !vlc_object_alive (p_vout) ) ^ CXX demux/mkv/libmkv_plugin_la-Ebml_parser.lo CXX demux/mkv/libmkv_plugin_la-chapters.lo CXX demux/mkv/libmkv_plugin_la-chapter_command.lo CXX demux/mkv/libmkv_plugin_la-stream_io_callback.lo CC demux/mp4/libmkv_plugin_la-libmp4.lo demux/mp4/libmp4.c: In function 'MP4_ReadBox_tkhd': demux/mp4/libmp4.c:806:12: warning: variable 'translate' set but not used [-Wunused-but-set-variable] double translate[2];// amount to translate; tx = translate[0] , ty = translate[1] ^ demux/mp4/libmp4.c: In function 'MP4_BoxDumpStructure_Internal': demux/mp4/libmp4.c:3851:13: warning: format '%ld' expects argument of type 'long int', but argument 8 has type '__off_t' [-Wformat=] snprintf( &str[i_level * 4], sizeof(str) - 4*i_level, ^ demux/mp4/libmp4.c:3855:13: warning: format '%ld' expects argument of type 'long int', but argument 8 has type '__off_t' [-Wformat=] snprintf( &str[i_level * 4], sizeof(str) - 4*i_level, ^ CCLD libmp4_plugin.la CCLD libmpgv_plugin.la CC demux/playlist/asx.lo CC demux/playlist/b4s.lo CC demux/playlist/dvb.lo demux/playlist/dvb.c: In function 'ParseLine': demux/playlist/dvb.c:202:9: warning: array subscript has type 'char' [-Wchar-subscripts] char polarization = toupper(*str); ^ CC demux/playlist/gvp.lo demux/playlist/gvp.c: In function 'Demux': demux/playlist/gvp.c:126:9: warning: variable 'i_duration' set but not used [-Wunused-but-set-variable] int i_duration = -1; ^ CC demux/playlist/ifo.lo CC demux/playlist/itml.lo CC demux/playlist/m3u.lo CC demux/playlist/pls.lo CC demux/playlist/podcast.lo CC demux/playlist/qtl.lo CC demux/playlist/ram.lo CC demux/playlist/sgimb.lo CC demux/playlist/shoutcast.lo CC demux/playlist/wpl.lo CC demux/playlist/xspf.lo CC demux/playlist/zpl.lo CC demux/playlist/playlist.lo CC mux/mpeg/libts_plugin_la-csa.lo CC meta_engine/folder.lo CXX meta_engine/libtaglib_plugin_la-taglib.lo CC services_discovery/mediadirs.lo CC services_discovery/podcast.lo CC services_discovery/libsap_plugin_la-sap.lo CC services_discovery/libmtp_plugin_la-mtp.lo In file included from ../include/vlc_common.h:420:0, from services_discovery/mtp.c:27: services_discovery/mtp.c: In function 'Run': ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ services_discovery/mtp.c:170:13: note: in expansion of macro 'msleep' msleep( 500000 ); ^ ../include/vlc_threads.h:317:25: warning: call to 'harmful_delay.constprop.0' declared with attribute warning: use proper event handling instead of short delay [enabled by default] #define msleep(d) msleep(check_delay(d)) ^ services_discovery/mtp.c:166:13: note: in expansion of macro 'msleep' msleep( 5000000 ); ^ CXX services_discovery/libupnp_plugin_la-upnp.lo CC services_discovery/libxcb_apps_plugin_la-xcb_apps.lo CC video_splitter/clone.lo CC video_splitter/wall.lo CC video_splitter/libpanoramix_plugin_la-panoramix.lo CC stream_filter/decomp.lo CXX stream_filter/dash/adaptationlogic/libdash_plugin_la-AbstractAdaptationLogic.lo CXX stream_filter/dash/adaptationlogic/libdash_plugin_la-AdaptationLogicFactory.lo CXX stream_filter/dash/adaptationlogic/libdash_plugin_la-AlwaysBestAdaptationLogic.lo CXX stream_filter/dash/adaptationlogic/libdash_plugin_la-RateBasedAdaptationLogic.lo CXX stream_filter/dash/buffer/libdash_plugin_la-BlockBuffer.lo CXX stream_filter/dash/http/libdash_plugin_la-Chunk.lo CXX stream_filter/dash/http/libdash_plugin_la-HTTPConnection.lo CXX stream_filter/dash/http/libdash_plugin_la-HTTPConnectionManager.lo CXX stream_filter/dash/http/libdash_plugin_la-PersistentConnection.lo CXX stream_filter/dash/mpd/libdash_plugin_la-AdaptationSet.lo CXX stream_filter/dash/mpd/libdash_plugin_la-BasicCMManager.lo CXX stream_filter/dash/mpd/libdash_plugin_la-BasicCMParser.lo CXX stream_filter/dash/mpd/libdash_plugin_la-CommonAttributesElements.lo CXX stream_filter/dash/mpd/libdash_plugin_la-ContentDescription.lo CXX stream_filter/dash/mpd/libdash_plugin_la-IsoffMainParser.lo CXX stream_filter/dash/mpd/libdash_plugin_la-IsoffMainManager.lo In file included from ../include/vlc_common.h:917:0, from ./stream_filter/dash/http/Chunk.h:28, from ./stream_filter/dash/mpd/Segment.h:32, from ./stream_filter/dash/mpd/SegmentInfo.h:32, from ./stream_filter/dash/mpd/Representation.h:31, from ./stream_filter/dash/mpd/AdaptationSet.h:32, from ./stream_filter/dash/mpd/Period.h:30, from ./stream_filter/dash/mpd/MPD.h:32, from ./stream_filter/dash/mpd/IMPDParser.h:28, from stream_filter/dash/mpd/IsoffMainParser.h:30, from stream_filter/dash/mpd/IsoffMainParser.cpp:29: stream_filter/dash/mpd/IsoffMainParser.cpp: In member function 'void dash::mpd::IsoffMainParser::print()': ../include/vlc_messages.h:78:75: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t {aka long long int}' [-Wformat=] vlc_Log( VLC_OBJECT(p_this), VLC_MSG_DBG, MODULE_STRING, __VA_ARGS__ ) ^ stream_filter/dash/mpd/IsoffMainParser.cpp:203:9: note: in expansion of macro 'msg_Dbg' msg_Dbg(this->p_stream, "MPD profile=%d mediaPresentationDuration=%ld minBufferTime=%ld", this->mpd->getProfile(), ^ ../include/vlc_messages.h:78:75: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t {aka long long int}' [-Wformat=] vlc_Log( VLC_OBJECT(p_this), VLC_MSG_DBG, MODULE_STRING, __VA_ARGS__ ) ^ stream_filter/dash/mpd/IsoffMainParser.cpp:203:9: note: in expansion of macro 'msg_Dbg' msg_Dbg(this->p_stream, "MPD profile=%d mediaPresentationDuration=%ld minBufferTime=%ld", this->mpd->getProfile(), ^ CXX stream_filter/dash/mpd/libdash_plugin_la-MPD.lo CXX stream_filter/dash/mpd/libdash_plugin_la-MPDFactory.lo CXX stream_filter/dash/mpd/libdash_plugin_la-MPDManagerFactory.lo CXX stream_filter/dash/mpd/libdash_plugin_la-Period.lo CXX stream_filter/dash/mpd/libdash_plugin_la-ProgramInformation.lo CXX stream_filter/dash/mpd/libdash_plugin_la-Representation.lo CXX stream_filter/dash/mpd/libdash_plugin_la-Segment.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentBase.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentInfo.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentInfoCommon.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentInfoDefault.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentList.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentTemplate.lo CXX stream_filter/dash/mpd/libdash_plugin_la-SegmentTimeline.lo CXX stream_filter/dash/mpd/libdash_plugin_la-TrickModeType.lo CXX stream_filter/dash/xml/libdash_plugin_la-DOMHelper.lo CXX stream_filter/dash/xml/libdash_plugin_la-DOMParser.lo CXX stream_filter/dash/xml/libdash_plugin_la-Node.lo CXX stream_filter/dash/libdash_plugin_la-dash.lo CXX stream_filter/dash/libdash_plugin_la-DASHDownloader.lo CXX stream_filter/dash/libdash_plugin_la-DASHManager.lo CXX stream_filter/dash/libdash_plugin_la-Helper.lo CC stream_filter/smooth/libsmooth_plugin_la-smooth.lo CC stream_filter/smooth/libsmooth_plugin_la-utils.lo CC stream_filter/smooth/libsmooth_plugin_la-downloader.lo CCLD libhttplive_plugin.la CCLD librecord_plugin.la CCLD libattachment_plugin.la CCLD libfilesystem_plugin.la CCLD libidummy_plugin.la CCLD libimem_plugin.la CCLD librar_plugin.la CCLD libunzip.la CCLD libxcb_screen_plugin.la CCLD libcdda_plugin.la CCLD libvcd_plugin.la CCLD libaccess_bd_plugin.la CXXLD liblive555_plugin.la libtool: link: warning: library `/scratch/multimedia/vlc/work/.buildlink/lib/libliveMedia.la' was moved. libtool: link: warning: library `/scratch/multimedia/vlc/work/.buildlink/lib/libgroupsock.la' was moved. libtool: link: warning: library `/scratch/multimedia/vlc/work/.buildlink/lib/libBasicUsageEnvironment.la' was moved. libtool: link: warning: library `/scratch/multimedia/vlc/work/.buildlink/lib/libUsageEnvironment.la' was moved. CCLD libaccess_mms_plugin.la CCLD libvlc_srtp.la CCLD libadummy_plugin.la CCLD libafile_plugin.la CCLD libamem_plugin.la CCLD liboss_plugin.la CCLD libfloat_mixer_plugin.la CCLD libinteger_mixer_plugin.la CCLD libi420_rgb_plugin.la CCLD libi420_yuy2_plugin.la CCLD libi422_i420_plugin.la CCLD libi422_yuy2_plugin.la CCLD libgrey_yuv_plugin.la CCLD libyuy2_i420_plugin.la CCLD libyuy2_i422_plugin.la CCLD librv32_plugin.la CCLD libchain_plugin.la CCLD libswscale_plugin.la CCLD libddummy_plugin.la CCLD libedummy_plugin.la CCLD liba52_plugin.la CCLD libadpcm_plugin.la CCLD libaes3_plugin.la CCLD libaraw_plugin.la CCLD libdts_plugin.la CCLD libg711_plugin.la CCLD libfluidsynth_plugin.la CCLD liblpcm_plugin.la CCLD libmpeg_audio_plugin.la CCLD libuleaddvaudio_plugin.la CCLD libcdg_plugin.la CCLD liblibmpeg2_plugin.la CCLD librawvideo_plugin.la CCLD libschroedinger_plugin.la CCLD libpng_plugin.la CCLD libjpeg_plugin.la CCLD libsvgdec_plugin.la CCLD libxwd_plugin.la CCLD liblibass_plugin.la CCLD libcc_plugin.la CCLD libcvdsub_plugin.la CCLD libdvbsub_plugin.la CCLD libscte27_plugin.la CCLD libspudec_plugin.la CCLD libstl_plugin.la CCLD libsubsdec_plugin.la CCLD libsubsusf_plugin.la CCLD libsvcdsub_plugin.la CCLD libt140_plugin.la CCLD libtelx_plugin.la CCLD libsubstx3g_plugin.la CCLD libflac_plugin.la CCLD libkate_plugin.la CCLD libopus_plugin.la CCLD libspeex_plugin.la CCLD libtheora_plugin.la CCLD libvorbis_plugin.la CCLD libflacsys_plugin.la CCLD libogg_plugin.la CCLD libdemuxdump_plugin.la CCLD librawdv_plugin.la CCLD librawvid_plugin.la CCLD libau_plugin.la CCLD librawaud_plugin.la CCLD libwav_plugin.la CCLD libnsv_plugin.la CCLD libreal_plugin.la CCLD libps_plugin.la CCLD libmod_plugin.la CCLD libpva_plugin.la CCLD libaiff_plugin.la CCLD libmjpeg_plugin.la CCLD libsubtitle_plugin.la CCLD libty_plugin.la CCLD libvobsub_plugin.la CCLD libvoc_plugin.la CCLD libxa_plugin.la CCLD libnuv_plugin.la CCLD libnsc_plugin.la CCLD libmpc_plugin.la CCLD libtta_plugin.la CCLD libvc1_plugin.la CCLD libdemux_cdg_plugin.la CCLD libsmf_plugin.la CCLD libdiracsys_plugin.la CCLD libimage_plugin.la CCLD libdemux_stl_plugin.la CCLD libasf_plugin.la CCLD libavi_plugin.la CCLD libavformat_plugin.la CCLD libes_plugin.la CCLD libh264_plugin.la CCLD libhevc_plugin.la CXXLD libmkv_plugin.la CCLD libplaylist_plugin.la CCLD libts_plugin.la CCLD libfolder_plugin.la CXXLD libtaglib_plugin.la CCLD libmediadirs_plugin.la CCLD libpodcast_plugin.la CCLD libsap_plugin.la CCLD libmtp_plugin.la CXXLD libupnp_plugin.la CCLD libxcb_apps_plugin.la CCLD libclone_plugin.la CCLD libwall_plugin.la CCLD libpanoramix_plugin.la CCLD libdecomp_plugin.la CXXLD libdash_plugin.la CCLD libsmooth_plugin.la CCLD libzip_plugin.la CCLD librtp_plugin.la gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' Making all in audio_filter gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/audio_filter' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/audio_filter' CC libaudiobargraph_a_plugin_la-audiobargraph_a.lo CC libchorus_flanger_plugin_la-chorus_flanger.lo CC libcompressor_plugin_la-compressor.lo CC libequalizer_plugin_la-equalizer.lo CC libkaraoke_plugin_la-karaoke.lo CC libnormvol_plugin_la-normvol.lo CC libgain_plugin_la-gain.lo CC libparam_eq_plugin_la-param_eq.lo CC libscaletempo_plugin_la-scaletempo.lo CC libstereo_widen_plugin_la-stereo_widen.lo CC converter/liba52tofloat32_plugin_la-a52tofloat32.lo CC converter/libmpgatofixed32_plugin_la-mpgatofixed32.lo CCLD libaudiobargraph_a_plugin.la CCLD libchorus_flanger_plugin.la CCLD libcompressor_plugin.la CCLD libequalizer_plugin.la CCLD libkaraoke_plugin.la CCLD libnormvol_plugin.la CCLD libgain_plugin.la CCLD libparam_eq_plugin.la CCLD libscaletempo_plugin.la CXX spatializer/libspatializer_plugin_la-allpass.lo CXX spatializer/libspatializer_plugin_la-comb.lo CC spatializer/libspatializer_plugin_la-denormals.lo CXX spatializer/libspatializer_plugin_la-revmodel.lo CXX spatializer/libspatializer_plugin_la-spatializer.lo CCLD libstereo_widen_plugin.la CC channel_mixer/libdolby_surround_decoder_plugin_la-dolby.lo CC channel_mixer/libheadphone_channel_mixer_plugin_la-headphone.lo CC channel_mixer/libmono_plugin_la-mono.lo CC channel_mixer/libremap_plugin_la-remap.lo CC channel_mixer/libsimple_channel_mixer_plugin_la-simple.lo CC channel_mixer/libtrivial_channel_mixer_plugin_la-trivial.lo CC converter/liba52tospdif_plugin_la-a52tospdif.lo CC converter/libaudio_format_plugin_la-format.lo CC converter/libdtstospdif_plugin_la-dtstospdif.lo CC resampler/libugly_resampler_plugin_la-ugly.lo CC resampler/libspeex_resampler_plugin_la-speex.lo CCLD liba52tofloat32_plugin.la CCLD libmpgatofixed32_plugin.la CXXLD libspatializer_plugin.la CCLD libdolby_surround_decoder_plugin.la CCLD libheadphone_channel_mixer_plugin.la CCLD libmono_plugin.la CCLD libremap_plugin.la CCLD libsimple_channel_mixer_plugin.la CCLD libtrivial_channel_mixer_plugin.la CCLD liba52tospdif_plugin.la CCLD libaudio_format_plugin.la CCLD libdtstospdif_plugin.la CCLD libugly_resampler_plugin.la CCLD libspeex_resampler_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/audio_filter' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/audio_filter' Making all in control gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/control' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/control' CC libdummy_plugin_la-dummy.lo CC libgestures_plugin_la-gestures.lo CC libnetsync_plugin_la-netsync.lo netsync.c: In function 'Slave': cc1: warning: call to 'harmful_delay.constprop.4' declared with attribute warning: use proper event handling instead of short delay [enabled by default] CC libhotkeys_plugin_la-hotkeys.lo CC liboldrc_plugin_la-rc.lo rc.c: In function 'Run': rc.c:525:2: warning: #warning This is not reliable... [-Wcpp] #warning This is not reliable... ^ CC motion.lo CC libvlc_motion_la-motionlib.lo motionlib.c: In function 'GetOrientation': motionlib.c:199:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ motion.c: In function 'RunIntf': motion.c:137:2: warning: #warning FIXME: check once (or less) per picture, not once per interval [-Wcpp] #warning FIXME: check once (or less) per picture, not once per interval ^ motion.c:162:2: warning: #warning FIXME: refactor this plugin as a video filter! [-Wcpp] #warning FIXME: refactor this plugin as a video filter! ^ motion.c:191:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ cc1: warning: call to 'harmful_delay.constprop.1' declared with attribute warning: use proper event handling instead of short delay [enabled by default] CCLD libdummy_plugin.la CCLD libgestures_plugin.la CCLD libnetsync_plugin.la CCLD libhotkeys_plugin.la CCLD liboldrc_plugin.la CCLD libvlc_motion.la CC dbus/libdbus_plugin_la-dbus_root.lo CC dbus/libdbus_plugin_la-dbus_player.lo CC dbus/libdbus_plugin_la-dbus_tracklist.lo CC dbus/libdbus_plugin_la-dbus.lo dbus/dbus.c: In function 'Run': dbus/dbus.c:894:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ CC globalhotkeys/libxcb_hotkeys_plugin_la-xcb.lo CCLD libmotion_plugin.la CCLD libxcb_hotkeys_plugin.la CCLD libdbus_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/control' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/control' Making all in gui gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' /usr/pkg/bin/gmake all-recursive gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' Making all in macosx gmake[6]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx' /usr/pkg/bin/gmake all-am gmake[7]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx' gmake[7]: Nothing to be done for 'all-am'. gmake[7]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx' gmake[6]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx' Making all in macosx_dialog_provider gmake[6]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx_dialog_provider' /usr/pkg/bin/gmake all-am gmake[7]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx_dialog_provider' gmake[7]: Nothing to be done for 'all-am'. gmake[7]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx_dialog_provider' gmake[6]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/macosx_dialog_provider' Making all in minimal_macosx gmake[6]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/minimal_macosx' /usr/pkg/bin/gmake all-am gmake[7]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/minimal_macosx' gmake[7]: Nothing to be done for 'all-am'. gmake[7]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/minimal_macosx' gmake[6]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/minimal_macosx' Making all in qt4 gmake[6]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/qt4' MOC menus.moc.cpp MOC main_interface.moc.cpp MOC input_manager.moc.cpp MOC dialogs_provider.moc.cpp MOC actions_manager.moc.cpp MOC extensions_manager.moc.cpp MOC managers/addons_manager.moc.cpp MOC recents.moc.cpp MOC adapters/chromaprint.moc.cpp MOC adapters/seekpoints.moc.cpp MOC adapters/variables.moc.cpp MOC dialogs/playlist.moc.cpp MOC dialogs/mediainfo.moc.cpp MOC dialogs/bookmarks.moc.cpp MOC dialogs/extended.moc.cpp MOC dialogs/messages.moc.cpp MOC dialogs/epg.moc.cpp MOC dialogs/errors.moc.cpp MOC dialogs/plugins.moc.cpp MOC dialogs/preferences.moc.cpp MOC dialogs/sout.moc.cpp MOC dialogs/external.moc.cpp MOC dialogs/convert.moc.cpp MOC dialogs/help.moc.cpp MOC dialogs/gototime.moc.cpp MOC dialogs/toolbar.moc.cpp MOC dialogs/open.moc.cpp MOC dialogs/openurl.moc.cpp MOC dialogs/podcast_configuration.moc.cpp MOC dialogs/vlm.moc.cpp MOC dialogs/firstrun.moc.cpp MOC dialogs/extensions.moc.cpp MOC dialogs/fingerprintdialog.moc.cpp MOC components/extended_panels.moc.cpp MOC components/info_panels.moc.cpp MOC components/info_widgets.moc.cpp MOC components/complete_preferences.moc.cpp MOC components/preferences_widgets.moc.cpp MOC components/simple_preferences.moc.cpp MOC components/open_panels.moc.cpp MOC components/interface_widgets.moc.cpp MOC components/controller.moc.cpp MOC components/controller_widget.moc.cpp MOC components/epg/EPGChannels.moc.cpp MOC components/epg/EPGRuler.moc.cpp MOC components/epg/EPGView.moc.cpp MOC components/playlist/views.moc.cpp MOC components/epg/EPGWidget.moc.cpp MOC components/playlist/vlc_model.moc.cpp MOC components/playlist/playlist_model.moc.cpp MOC components/playlist/playlist.moc.cpp MOC components/playlist/standardpanel.moc.cpp MOC components/playlist/selector.moc.cpp MOC components/sout/profile_selector.moc.cpp MOC components/sout/sout_widgets.moc.cpp MOC util/animators.moc.cpp MOC util/input_slider.moc.cpp MOC util/timetooltip.moc.cpp MOC util/customwidgets.moc.cpp MOC util/searchlineedit.moc.cpp MOC util/qmenuview.moc.cpp MOC util/qvlcapp.moc.cpp MOC util/pictureflow.moc.cpp MOC util/validators.moc.cpp MOC util/buttons/RoundButton.moc.cpp MOC util/buttons/DeckButtonsLayout.moc.cpp MOC util/buttons/BrowseButton.moc.cpp MOC styles/seekstyle.moc.cpp UIC ui/equalizer.h UIC ui/video_effects.h ui/video_effects.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout4'. UIC ui/open_disk.h UIC ui/open_file.h UIC ui/open_net.h UIC ui/open.h UIC ui/open_capture.h UIC ui/vlm.h UIC ui/profiles.h UIC ui/podcast_configuration.h UIC ui/sprefs_input.h UIC ui/sprefs_audio.h UIC ui/sprefs_subtitles.h UIC ui/sprefs_interface.h UIC ui/streampanel.h UIC ui/sprefs_video.h UIC ui/messages_panel.h UIC ui/about.h UIC ui/update.h UIC ui/fingerprintdialog.h UIC ui/sout.h GEN resources.cpp /usr/pkg/bin/gmake all-am gmake[7]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/qt4' CXX libqt4_plugin_la-qt4.lo CXX libqt4_plugin_la-menus.lo CXX libqt4_plugin_la-main_interface.lo CXX libqt4_plugin_la-dialogs_provider.lo dialogs_provider.cpp: In member function 'void DialogsProvider::SDMenuAction(const QString&)': dialogs_provider.cpp:757:10: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] if( !playlist_IsServicesDiscoveryLoaded( THEPL, qtu( data ) ) ) ^ dialogs_provider.cpp:757:65: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] if( !playlist_IsServicesDiscoveryLoaded( THEPL, qtu( data ) ) ) ^ CXX libqt4_plugin_la-input_manager.lo CXX libqt4_plugin_la-actions_manager.lo CXX libqt4_plugin_la-extensions_manager.lo CXX libqt4_plugin_la-recents.lo CXX libqt4_plugin_la-main_interface.moc.lo CXX libqt4_plugin_la-menus.moc.lo CXX libqt4_plugin_la-dialogs_provider.moc.lo CXX libqt4_plugin_la-input_manager.moc.lo CXX libqt4_plugin_la-actions_manager.moc.lo CXX libqt4_plugin_la-extensions_manager.moc.lo CXX managers/libqt4_plugin_la-addons_manager.moc.lo CXX libqt4_plugin_la-recents.moc.lo CXX adapters/libqt4_plugin_la-seekpoints.moc.lo CXX adapters/libqt4_plugin_la-chromaprint.moc.lo CXX adapters/libqt4_plugin_la-variables.moc.lo CXX dialogs/libqt4_plugin_la-playlist.moc.lo CXX dialogs/libqt4_plugin_la-bookmarks.moc.lo CXX dialogs/libqt4_plugin_la-mediainfo.moc.lo CXX dialogs/libqt4_plugin_la-extended.moc.lo CXX dialogs/libqt4_plugin_la-messages.moc.lo CXX dialogs/libqt4_plugin_la-epg.moc.lo CXX dialogs/libqt4_plugin_la-errors.moc.lo CXX dialogs/libqt4_plugin_la-external.moc.lo CXX dialogs/libqt4_plugin_la-plugins.moc.lo CXX dialogs/libqt4_plugin_la-preferences.moc.lo CXX dialogs/libqt4_plugin_la-sout.moc.lo CXX dialogs/libqt4_plugin_la-convert.moc.lo CXX dialogs/libqt4_plugin_la-help.moc.lo CXX dialogs/libqt4_plugin_la-gototime.moc.lo CXX dialogs/libqt4_plugin_la-toolbar.moc.lo CXX dialogs/libqt4_plugin_la-open.moc.lo CXX dialogs/libqt4_plugin_la-openurl.moc.lo CXX dialogs/libqt4_plugin_la-podcast_configuration.moc.lo CXX dialogs/libqt4_plugin_la-vlm.moc.lo CXX dialogs/libqt4_plugin_la-firstrun.moc.lo CXX dialogs/libqt4_plugin_la-extensions.moc.lo CXX dialogs/libqt4_plugin_la-fingerprintdialog.moc.lo CXX components/libqt4_plugin_la-extended_panels.moc.lo CXX components/libqt4_plugin_la-info_panels.moc.lo CXX components/libqt4_plugin_la-info_widgets.moc.lo CXX components/libqt4_plugin_la-preferences_widgets.moc.lo CXX components/libqt4_plugin_la-complete_preferences.moc.lo CXX components/libqt4_plugin_la-simple_preferences.moc.lo CXX components/libqt4_plugin_la-open_panels.moc.lo CXX components/libqt4_plugin_la-interface_widgets.moc.lo CXX components/libqt4_plugin_la-controller.moc.lo CXX components/libqt4_plugin_la-controller_widget.moc.lo CXX components/epg/libqt4_plugin_la-EPGChannels.moc.lo CXX components/epg/libqt4_plugin_la-EPGRuler.moc.lo CXX components/epg/libqt4_plugin_la-EPGView.moc.lo CXX components/epg/libqt4_plugin_la-EPGWidget.moc.lo CXX components/playlist/libqt4_plugin_la-views.moc.lo CXX components/playlist/libqt4_plugin_la-vlc_model.moc.lo CXX components/playlist/libqt4_plugin_la-playlist_model.moc.lo CXX components/playlist/libqt4_plugin_la-playlist.moc.lo CXX components/playlist/libqt4_plugin_la-standardpanel.moc.lo CXX components/playlist/libqt4_plugin_la-selector.moc.lo CXX components/sout/libqt4_plugin_la-profile_selector.moc.lo CXX components/sout/libqt4_plugin_la-sout_widgets.moc.lo CXX util/libqt4_plugin_la-animators.moc.lo CXX util/libqt4_plugin_la-input_slider.moc.lo CXX util/libqt4_plugin_la-timetooltip.moc.lo CXX util/libqt4_plugin_la-customwidgets.moc.lo CXX util/libqt4_plugin_la-searchlineedit.moc.lo CXX util/libqt4_plugin_la-qmenuview.moc.lo CXX util/libqt4_plugin_la-qvlcapp.moc.lo CXX util/libqt4_plugin_la-pictureflow.moc.lo CXX util/libqt4_plugin_la-validators.moc.lo CXX util/buttons/libqt4_plugin_la-RoundButton.moc.lo CXX util/buttons/libqt4_plugin_la-DeckButtonsLayout.moc.lo CXX util/buttons/libqt4_plugin_la-BrowseButton.moc.lo CXX styles/libqt4_plugin_la-seekstyle.moc.lo CXX libqt4_plugin_la-resources.lo CXX managers/libqt4_plugin_la-addons_manager.lo CXX adapters/libqt4_plugin_la-seekpoints.lo CXX adapters/libqt4_plugin_la-chromaprint.lo CXX adapters/libqt4_plugin_la-variables.lo CXX dialogs/libqt4_plugin_la-playlist.lo CXX dialogs/libqt4_plugin_la-bookmarks.lo CXX dialogs/libqt4_plugin_la-preferences.lo CXX dialogs/libqt4_plugin_la-mediainfo.lo CXX dialogs/libqt4_plugin_la-epg.lo CXX dialogs/libqt4_plugin_la-extended.lo CXX dialogs/libqt4_plugin_la-messages.lo CXX dialogs/libqt4_plugin_la-errors.lo CXX dialogs/libqt4_plugin_la-external.lo CXX dialogs/libqt4_plugin_la-plugins.lo CXX dialogs/libqt4_plugin_la-sout.lo dialogs/sout.cpp: In member function 'void SoutDialog::addDest()': dialogs/sout.cpp:156:51: warning: 'db' may be used uninitialized in this function [-Wmaybe-uninitialized] CONNECT( db, mrlUpdated(), this, updateMRL() ); ^ CXX dialogs/libqt4_plugin_la-convert.lo CXX dialogs/libqt4_plugin_la-help.lo CXX dialogs/libqt4_plugin_la-gototime.lo CXX dialogs/libqt4_plugin_la-toolbar.lo CXX dialogs/libqt4_plugin_la-open.lo CXX dialogs/libqt4_plugin_la-openurl.lo CXX dialogs/libqt4_plugin_la-vlm.lo CXX dialogs/libqt4_plugin_la-firstrun.lo dialogs/firstrun.cpp:53:2: warning: #warning FIXME [-Wcpp] #warning FIXME ^ CXX dialogs/libqt4_plugin_la-podcast_configuration.lo dialogs/podcast_configuration.cpp: In member function 'virtual void PodcastConfigDialog::accept()': dialogs/podcast_configuration.cpp:75:9: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] if( playlist_IsServicesDiscoveryLoaded( THEPL, "podcast" ) ) ^ dialogs/podcast_configuration.cpp:75:62: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] if( playlist_IsServicesDiscoveryLoaded( THEPL, "podcast" ) ) ^ CXX dialogs/libqt4_plugin_la-extensions.lo CXX dialogs/libqt4_plugin_la-fingerprintdialog.lo CXX components/libqt4_plugin_la-extended_panels.lo CXX components/libqt4_plugin_la-info_panels.lo In file included from ../../../include/vlc_common.h:918:0, from ./components/extended_panels.hpp:32, from components/extended_panels.cpp:45: components/extended_panels.cpp: In constructor 'ExtVideo::ExtVideo(intf_thread_t*, QTabWidget*)': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:115:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( adjust ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:115:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( adjust ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:123:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( extract ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:123:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( extract ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:126:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( posterize ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:126:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( posterize ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:128:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( colorthres ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:128:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( colorthres ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:133:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( sepia ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:133:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( sepia ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:136:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( invert ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:136:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( invert ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:138:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gradient ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:138:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gradient ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:143:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( motionblur ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:143:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( motionblur ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:146:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( motiondetect ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:146:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( motiondetect ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:148:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( psychedelic ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:148:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( psychedelic ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:150:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( sharpen ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:150:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( sharpen ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:153:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( ripple ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:153:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( ripple ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:155:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( wave ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:155:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( wave ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:157:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( transform ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:157:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( transform ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:160:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( rotate ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:160:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( rotate ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:165:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( puzzle ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:165:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( puzzle ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:170:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( magnify ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:170:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( magnify ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:172:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( clone ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:172:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( clone ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:175:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( wall ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:175:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( wall ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:180:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( erase ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:180:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( erase ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:186:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( marq ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:186:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( marq ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:190:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( logo ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:190:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( logo ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:197:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gradfun ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:197:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gradfun ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:200:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( grain ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:200:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( grain ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:203:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( mirror ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:203:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( mirror ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:205:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gaussianblur ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:205:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( gaussianblur ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:208:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( antiflicker ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:208:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( antiflicker ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:211:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( hqdn3d ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:211:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( hqdn3d ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:220:9: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( atmo ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:220:9: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( atmo ) ^ ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:235:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( anaglyph ) ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:91:13: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, \ ^ components/extended_panels.cpp:235:5: note: in expansion of macro 'SETUP_VFILTER' SETUP_VFILTER( anaglyph ) ^ components/extended_panels.cpp: In member function 'void ExtVideo::setWidgetValue(QObject*)': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:502:9: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, qtu( module ) ); ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:502:9: note: in expansion of macro 'vlc_object_find_name' vlc_object_find_name( p_intf->p_libvlc, qtu( module ) ); ^ components/extended_panels.cpp: In static member function 'static void ExtVideo::setFilterOption(intf_thread_t*, const char*, const char*, int, double, QString)': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:589:45: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = ( vlc_object_t * )vlc_object_find_name( p_intf->p_libvlc, psz_module ); ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:589:45: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = ( vlc_object_t * )vlc_object_find_name( p_intf->p_libvlc, psz_module ); ^ components/extended_panels.cpp: In member function 'void ExtV4l2::Refresh()': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:754:42: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:754:42: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); ^ components/extended_panels.cpp: In member function 'void ExtV4l2::ValueChange(int)': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:917:42: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:917:42: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); ^ components/extended_panels.cpp: In member function 'void SyncControls::subsdelaySetFactor(double)': ../../../include/vlc_objects.h:64:5: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:1672:46: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = ( vlc_object_t * ) vlc_object_find_name( p_intf->p_libvlc, "subsdelay" ); ^ ../../../include/vlc_objects.h:64:42: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated (declared at ../../../include/vlc_objects.h:51) [-Wdeprecated-declarations] vlc_object_find_name( VLC_OBJECT(a),b) ^ components/extended_panels.cpp:1672:46: note: in expansion of macro 'vlc_object_find_name' vlc_object_t *p_obj = ( vlc_object_t * ) vlc_object_find_name( p_intf->p_libvlc, "subsdelay" ); ^ CXX components/libqt4_plugin_la-info_widgets.lo CXX components/libqt4_plugin_la-preferences_widgets.lo CXX components/libqt4_plugin_la-complete_preferences.lo CXX components/libqt4_plugin_la-simple_preferences.lo CXX components/libqt4_plugin_la-open_panels.lo CXX components/libqt4_plugin_la-interface_widgets.lo CXX components/libqt4_plugin_la-controller.lo CXX components/libqt4_plugin_la-controller_widget.lo CXX components/epg/libqt4_plugin_la-EPGChannels.lo CXX components/epg/libqt4_plugin_la-EPGItem.lo CXX components/epg/libqt4_plugin_la-EPGRuler.lo CXX components/epg/libqt4_plugin_la-EPGView.lo CXX components/epg/libqt4_plugin_la-EPGWidget.lo CXX components/playlist/libqt4_plugin_la-views.lo CXX components/playlist/libqt4_plugin_la-vlc_model.lo CXX components/playlist/libqt4_plugin_la-playlist_model.lo CXX components/playlist/libqt4_plugin_la-playlist_item.lo In file included from ../../../include/vlc_common.h:918:0, from ./qt4.hpp:33, from components/playlist/playlist_model.cpp:30: components/playlist/playlist_model.cpp: In member function 'void PLModel::processInputItemUpdate()': ../../../include/vlc_objects.h:77:29: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../../../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ components/playlist/playlist_model.cpp:568:43: note: in expansion of macro 'vlc_object_alive' if( p_input && !( p_input->b_dead || !vlc_object_alive( p_input ) ) ) ^ ../../../include/vlc_objects.h:77:61: warning: 'bool vlc_object_alive(vlc_object_t*)' is deprecated (declared at ../../../include/vlc_objects.h:76) [-Wdeprecated-declarations] #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) ^ components/playlist/playlist_model.cpp:568:43: note: in expansion of macro 'vlc_object_alive' if( p_input && !( p_input->b_dead || !vlc_object_alive( p_input ) ) ) ^ CXX components/playlist/libqt4_plugin_la-standardpanel.lo CXX components/playlist/libqt4_plugin_la-playlist.lo CXX components/playlist/libqt4_plugin_la-selector.lo components/playlist/selector.cpp: In member function 'void PLSelector::setSource(QTreeWidgetItem*)': components/playlist/selector.cpp:362:21: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] sd_loaded = playlist_IsServicesDiscoveryLoaded( THEPL, qtu( qs ) ); ^ components/playlist/selector.cpp:362:74: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated (declared at ../../../include/vlc_playlist.h:324) [-Wdeprecated-declarations] sd_loaded = playlist_IsServicesDiscoveryLoaded( THEPL, qtu( qs ) ); ^ CXX components/sout/libqt4_plugin_la-profile_selector.lo CXX components/sout/libqt4_plugin_la-sout_widgets.lo CXX util/libqt4_plugin_la-animators.lo CXX util/libqt4_plugin_la-input_slider.lo CXX util/libqt4_plugin_la-timetooltip.lo CXX util/libqt4_plugin_la-customwidgets.lo CXX util/libqt4_plugin_la-searchlineedit.lo CXX util/libqt4_plugin_la-registry.lo CXX util/libqt4_plugin_la-qmenuview.lo CXX util/libqt4_plugin_la-qt_dirs.lo CXX util/libqt4_plugin_la-pictureflow.lo CXX util/libqt4_plugin_la-validators.lo CXX util/buttons/libqt4_plugin_la-BrowseButton.lo CXX util/buttons/libqt4_plugin_la-DeckButtonsLayout.lo CXX util/buttons/libqt4_plugin_la-RoundButton.lo CXX styles/libqt4_plugin_la-seekstyle.lo CXXLD libqt4_plugin.la copying selected object files to avoid basename conflicts... gmake[7]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/qt4' gmake[6]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui/qt4' gmake[6]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/gui' Making all in misc gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/misc' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/misc' CC audioscrobbler.lo CC fingerprinter.lo CC libgnutls_plugin_la-gnutls.lo CC logger.lo gnutls.c: In function 'gnutls_ServerSessionOpen': gnutls.c:536:58: warning: unused parameter 'hostname' [-Wunused-parameter] int fd, const char *hostname) ^ CC stats.lo CC libvod_rtsp_plugin_la-rtsp.lo rtsp.c: In function 'RtspCallback': rtsp.c:1002:2: warning: #warning Should use secure randomness here! (spoofing risk) [-Wcpp] #warning Should use secure randomness here! (spoofing risk) ^ rtsp.c: In function 'RtspCallbackES': rtsp.c:1328:2: warning: #warning Session ID should be securely random (spoofing risk) [-Wcpp] #warning Session ID should be securely random (spoofing risk) ^ CCLD libaudioscrobbler_plugin.la CC playlist/html.lo CC playlist/m3u.lo CC playlist/xspf.lo CC playlist/export.lo CC webservices/acoustid.lo CC webservices/json.lo CCLD libgnutls_plugin.la webservices/json.c: In function 'json_parse_ex': webservices/json.c:477:25: warning: array subscript has type 'char' [-Wchar-subscripts] if (isdigit (b) || b == '-') ^ webservices/json.c:484:31: warning: array subscript has type 'char' [-Wchar-subscripts] while (isdigit (b) || b == '+' || b == '-' ^ webservices/json.c:568:16: warning: array subscript has type 'char' [-Wchar-subscripts] if (isdigit (b)) ^ CC inhibit/xdg.lo CC inhibit/libdbus_screensaver_plugin_la-dbus.lo CC addons/vorepository.lo CC addons/fsstorage.lo CCLD liblogger_plugin.la CCLD libstats_plugin.la CCLD libvod_rtsp_plugin.la CC xml/libxml_plugin_la-libxml.lo CCLD libexport_plugin.la CCLD libfingerprinter_plugin.la CCLD libxdg_screensaver_plugin.la CCLD libdbus_screensaver_plugin.la CCLD libaddonsvorepository_plugin.la CCLD libaddonsfsstorage_plugin.la CCLD libxml_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/misc' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/misc' Making all in packetizer gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/packetizer' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/packetizer' CC libpacketizer_mpegvideo_plugin_la-mpegvideo.lo CC libpacketizer_mpeg4video_plugin_la-mpeg4video.lo mpeg4video.c: In function 'ParseVOL': mpeg4video.c:376:25: warning: variable 'i_ar_height' set but not used [-Wunused-but-set-variable] int i_ar_width, i_ar_height; ^ mpeg4video.c:376:13: warning: variable 'i_ar_width' set but not used [-Wunused-but-set-variable] int i_ar_width, i_ar_height; ^ mpeg4video.c:384:13: warning: variable 'i_low_delay' set but not used [-Wunused-but-set-variable] int i_low_delay; ^ mpeg4video.c:383:13: warning: variable 'i_chroma_format' set but not used [-Wunused-but-set-variable] int i_chroma_format; ^ mpeg4video.c:348:9: warning: variable 'i_vo_type' set but not used [-Wunused-but-set-variable] int i_vo_type, i_vo_ver_id, i_ar, i_shape; ^ CC libpacketizer_mpeg4audio_plugin_la-mpeg4audio.lo CC libpacketizer_h264_plugin_la-h264.lo CC libpacketizer_vc1_plugin_la-vc1.lo CC libpacketizer_mlp_plugin_la-mlp.lo CC libpacketizer_dirac_plugin_la-dirac.lo CC libpacketizer_flac_plugin_la-flac.lo CC libpacketizer_hevc_plugin_la-hevc.lo CC libpacketizer_copy_plugin_la-copy.lo CC libpacketizer_avparser_plugin_la-avparser.lo CC ../codec/avcodec/libpacketizer_avparser_plugin_la-fourcc.lo CCLD libpacketizer_mpegvideo_plugin.la CCLD libpacketizer_mpeg4video_plugin.la CCLD libpacketizer_mpeg4audio_plugin.la CCLD libpacketizer_h264_plugin.la CCLD libpacketizer_vc1_plugin.la CCLD libpacketizer_mlp_plugin.la CCLD libpacketizer_dirac_plugin.la CCLD libpacketizer_flac_plugin.la CCLD libpacketizer_copy_plugin.la CCLD libpacketizer_hevc_plugin.la CCLD libpacketizer_avparser_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/packetizer' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/packetizer' Making all in text_renderer gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/text_renderer' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/text_renderer' CC libtdummy_plugin_la-tdummy.lo CC libfreetype_plugin_la-freetype.lo In file included from /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi.h:35:0, from freetype.c:61: /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-common.h:35:5: warning: "DONT_HAVE_FRIBIDI_CONFIG_H" is not defined [-Wundef] #if DONT_HAVE_FRIBIDI_CONFIG_H+0 ^ In file included from /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi.h:35:0, from freetype.c:61: /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-common.h:45:5: warning: "HAVE_FRIBIDI_CUSTOM_H" is not defined [-Wundef] #if HAVE_FRIBIDI_CUSTOM_H+0 ^ In file included from /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-unicode.h:38:0, from /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi.h:37, from freetype.c:61: /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-types.h:84:6: warning: "SIZEOF_WCHAR_T" is not defined [-Wundef] # if SIZEOF_WCHAR_T >= 4 ^ /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-types.h:101:5: warning: "FRIBIDI_INT_TYPES" is not defined [-Wundef] #if FRIBIDI_INT_TYPES+0 ^ In file included from /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi.h:37:0, from freetype.c:61: /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi-unicode.h:46:5: warning: "DONT_HAVE_FRIBIDI_UNICODE_VERSION_H" is not defined [-Wundef] #if DONT_HAVE_FRIBIDI_UNICODE_VERSION_H+0 ^ In file included from freetype.c:61:0: /scratch/multimedia/vlc/work/.buildlink/include/fribidi/fribidi.h:54:5: warning: "FRIBIDI_NO_DEPRECATED" is not defined [-Wundef] #if FRIBIDI_NO_DEPRECATED+0 ^ freetype.c: In function 'RenderYUVP': freetype.c:490:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( y = 0; y < p_glyph->bitmap.rows; y++ ) ^ freetype.c:492:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( x = 0; x < p_glyph->bitmap.width; x++ ) ^ freetype.c: In function 'BlendAXYZGlyph': freetype.c:679:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( int dy = 0; dy < p_glyph->bitmap.rows; dy++ ) ^ freetype.c:681:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( int dx = 0; dx < p_glyph->bitmap.width; dx++ ) ^ freetype.c: In function 'ProcessLines': freetype.c:1409:46: warning: signed and unsigned type in conditional expression [-Wsign-compare] : (p_glyph_style->i_font_color | ^ CC libfreetype_plugin_la-text_renderer.lo CC libfreetype_plugin_la-platform_fonts.lo CC libsvg_plugin_la-svg.lo svg.c: In function 'Create': svg.c:142:5: warning: 'rsvg_init' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:202): Use 'g_type_init' instead [-Wdeprecated-declarations] rsvg_init( ); ^ svg.c: In function 'Destroy': svg.c:232:5: warning: 'rsvg_term' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:204) [-Wdeprecated-declarations] rsvg_term( ); ^ svg.c: In function 'Render': svg.c:242:32: warning: variable 'p_a' set but not used [-Wunused-but-set-variable] uint8_t *p_y, *p_u, *p_v, *p_a; ^ svg.c: In function 'svg_RenderPicture': svg.c:402:5: warning: 'rsvg_handle_set_size_callback' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:222) [-Wdeprecated-declarations] rsvg_handle_set_size_callback( p_handle, svg_SizeCallback, p_filter, NULL ); ^ CCLD libtdummy_plugin.la CCLD libfreetype_plugin.la CCLD libsvg_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/text_renderer' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/text_renderer' Making all in video_filter gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_filter' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_filter' CC libremoteosd_plugin_la-remoteosd.lo CC puzzle.lo In file included from remoteosd.c:60:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ CC puzzle_bezier.lo CC puzzle_lib.lo CC puzzle_mgt.lo CC puzzle_pce.lo CC rotate.lo CC libadjust_plugin_la-adjust.lo CC libadjust_plugin_la-adjust_sat_hue.lo CC libalphamask_plugin_la-alphamask.lo CC libaudiobargraph_v_plugin_la-audiobargraph_v.lo CC libball_plugin_la-ball.lo CXX libblend_plugin_la-blend.lo CC libblendbench_plugin_la-blendbench.lo CC libbluescreen_plugin_la-bluescreen.lo CC libcanvas_plugin_la-canvas.lo CC libcolorthres_plugin_la-colorthres.lo CC libcroppadd_plugin_la-croppadd.lo CC liberase_plugin_la-erase.lo CC libextract_plugin_la-extract.lo CC libgradient_plugin_la-gradient.lo CC libgrain_plugin_la-grain.lo CC libgaussianblur_plugin_la-gaussianblur.lo CC libinvert_plugin_la-invert.lo CC liblogo_plugin_la-logo.lo CC libmagnify_plugin_la-magnify.lo CC libmarq_plugin_la-marq.lo CC libmirror_plugin_la-mirror.lo CC libmosaic_plugin_la-mosaic.lo CC libmotionblur_plugin_la-motionblur.lo CC libmotiondetect_plugin_la-motiondetect.lo CC libposterize_plugin_la-posterize.lo posterize.c: In function 'Filter': posterize.c:322:29: warning: 'v' may be used uninitialized in this function [-Wmaybe-uninitialized] YuvPosterization( &posterized_y1, &posterized_y2, &posterized_u, ^ posterize.c:278:24: note: 'v' was declared here uint8_t y1, y2, u, v; ^ posterize.c:322:29: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] YuvPosterization( &posterized_y1, &posterized_y2, &posterized_u, ^ posterize.c:278:21: note: 'u' was declared here uint8_t y1, y2, u, v; ^ posterize.c:322:29: warning: 'y2' may be used uninitialized in this function [-Wmaybe-uninitialized] YuvPosterization( &posterized_y1, &posterized_y2, &posterized_u, ^ posterize.c:278:17: note: 'y2' was declared here uint8_t y1, y2, u, v; ^ posterize.c:322:29: warning: 'y1' may be used uninitialized in this function [-Wmaybe-uninitialized] YuvPosterization( &posterized_y1, &posterized_y2, &posterized_u, ^ posterize.c:278:13: note: 'y1' was declared here uint8_t y1, y2, u, v; ^ CC libpsychedelic_plugin_la-psychedelic.lo CC libripple_plugin_la-ripple.lo CC librss_plugin_la-rss.lo CC libscale_plugin_la-scale.lo CC libscene_plugin_la-scene.lo CC libsepia_plugin_la-sepia.lo CC libsharpen_plugin_la-sharpen.lo CC libsubsdelay_plugin_la-subsdelay.lo CC libtransform_plugin_la-transform.lo CC libwave_plugin_la-wave.lo CC libgradfun_plugin_la-gradfun.lo CC libyuvp_plugin_la-yuvp.lo CC libantiflicker_plugin_la-antiflicker.lo CC libhqdn3d_plugin_la-hqdn3d.lo CC libanaglyph_plugin_la-anaglyph.lo CC liboldmovie_plugin_la-oldmovie.lo CC libvhs_plugin_la-vhs.lo CC libfreeze_plugin_la-freeze.lo CC libpostproc_plugin_la-postproc.lo CC deinterlace/libdeinterlace_plugin_la-deinterlace.lo CC deinterlace/libdeinterlace_plugin_la-merge.lo CC deinterlace/libdeinterlace_plugin_la-helpers.lo CC deinterlace/libdeinterlace_plugin_la-algo_basic.lo CC deinterlace/libdeinterlace_plugin_la-algo_x.lo CC deinterlace/libdeinterlace_plugin_la-algo_yadif.lo deinterlace/algo_yadif.c: In function 'RenderYadif': deinterlace/algo_yadif.c:129:20: warning: assignment from incompatible pointer type [enabled by default] filter = yadif_filter_line_c_16bit; ^ CC deinterlace/libdeinterlace_plugin_la-algo_phosphor.lo CC deinterlace/libdeinterlace_plugin_la-algo_ivtc.lo CC dynamicoverlay/dynamicoverlay_buffer.lo CC dynamicoverlay/dynamicoverlay_queue.lo CC dynamicoverlay/dynamicoverlay_list.lo CC dynamicoverlay/dynamicoverlay_commands.lo dynamicoverlay/dynamicoverlay_commands.c: In function 'parser_SetTextAlpha': dynamicoverlay/dynamicoverlay_commands.c:234:9: warning: pointer targets in passing argument 2 of 'parse_digit' differ in signedness [-Wpointer-sign] if( parse_digit( &psz_command, &p_params->fontstyle.i_font_alpha ) == VLC_EGENERIC ) ^ dynamicoverlay/dynamicoverlay_commands.c:92:12: note: expected '__int32_t *' but argument is of type 'unsigned int *' static int parse_digit( char **psz_command, int32_t *value ) ^ CC dynamicoverlay/dynamicoverlay.lo CCLD libremoteosd_plugin.la CCLD libpuzzle_plugin.la CCLD librotate_plugin.la CCLD libadjust_plugin.la CCLD libalphamask_plugin.la CCLD libaudiobargraph_v_plugin.la CCLD libball_plugin.la CXXLD libblend_plugin.la CCLD libblendbench_plugin.la CCLD libbluescreen_plugin.la CCLD libcanvas_plugin.la CCLD libcolorthres_plugin.la CCLD libcroppadd_plugin.la CCLD liberase_plugin.la CCLD libextract_plugin.la CCLD libgradient_plugin.la CCLD libgrain_plugin.la CCLD libgaussianblur_plugin.la CCLD libinvert_plugin.la CCLD liblogo_plugin.la CCLD libmagnify_plugin.la CCLD libmarq_plugin.la CCLD libmirror_plugin.la CCLD libmosaic_plugin.la CCLD libmotionblur_plugin.la CCLD libmotiondetect_plugin.la CCLD libposterize_plugin.la CCLD libpsychedelic_plugin.la CCLD libripple_plugin.la CCLD librss_plugin.la CCLD libscale_plugin.la CCLD libscene_plugin.la CCLD libsepia_plugin.la CCLD libsharpen_plugin.la CCLD libsubsdelay_plugin.la CCLD libtransform_plugin.la CCLD libwave_plugin.la CCLD libgradfun_plugin.la CCLD libyuvp_plugin.la CCLD libantiflicker_plugin.la CCLD libhqdn3d_plugin.la CCLD libanaglyph_plugin.la CCLD liboldmovie_plugin.la CCLD libvhs_plugin.la CCLD libfreeze_plugin.la CCLD libpostproc_plugin.la CCLD libdeinterlace_plugin.la CCLD libdynamicoverlay_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_filter' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_filter' Making all in video_output gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_output' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_output' CC libgl_plugin_la-opengl.lo CC libgl_plugin_la-gl.lo opengl.c:824:0: warning: "ALIGN" redefined [enabled by default] #define ALIGN(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) ^ In file included from ../../include/vlc_fixups.h:222:0, from ../../config.h:793, from opengl.c:29: /usr/include/sys/param.h:244:0: note: this is the location of the previous definition #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) ^ CC xcb/libxcb_x11_plugin_la-pictures.lo CC xcb/libxcb_x11_plugin_la-x11.lo CC xcb/libxcb_window_plugin_la-window.lo CC xcb/libxcb_window_plugin_la-keys.lo CC xcb/libxcb_xv_plugin_la-pictures.lo CC xcb/libxcb_xv_plugin_la-xvideo.lo CC libxcb_glx_plugin_la-opengl.lo opengl.c:824:0: warning: "ALIGN" redefined [enabled by default] #define ALIGN(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) ^ In file included from ../../include/vlc_fixups.h:222:0, from ../../config.h:793, from opengl.c:29: /usr/include/sys/param.h:244:0: note: this is the location of the previous definition #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) ^ CC xcb/libxcb_glx_plugin_la-glx.lo CC libglx_plugin_la-glx.lo CC vdummy.lo CC libvmem_plugin_la-vmem.lo CC libyuv_plugin_la-yuv.lo CC xcb/libvlc_xcb_events_la-events.lo CCLD libgl_plugin.la CCLD libxcb_window_plugin.la CCLD libglx_plugin.la CCLD libvdummy_plugin.la CCLD libvmem_plugin.la CCLD libyuv_plugin.la CCLD libvlc_xcb_events.la CCLD libxcb_x11_plugin.la CCLD libxcb_xv_plugin.la CCLD libxcb_glx_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_output' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/video_output' Making all in visualization gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/visualization' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/visualization' CC libglspectrum_plugin_la-glspectrum.lo CC visual/visual.lo visual/visual.c: In function 'Thread': visual/visual.c:385:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ In file included from ../../include/vlc_common.h:420:0, from visual/visual.c:34: In function 'DoRealWork', inlined from 'Thread' at visual/visual.c:381:22: ../../include/vlc_threads.h:298:27: warning: call to 'harmful_delay.constprop.4' declared with attribute warning: use proper event handling instead of short delay [enabled by default] ? harmful_delay(d) \ ^ ../../include/vlc_threads.h:317:26: note: in expansion of macro 'check_delay' #define msleep(d) msleep(check_delay(d)) ^ visual/visual.c:344:9: note: in expansion of macro 'msleep' msleep( VOUT_OUTMEM_SLEEP ); ^ CC visual/effects.lo CC visual/fft.lo CC visual/window.lo CC visual/libglspectrum_plugin_la-fft.lo CC visual/libglspectrum_plugin_la-window.lo CCLD libvisual_plugin.la CCLD libglspectrum_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/visualization' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/visualization' Making all in access_output gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/access_output' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/access_output' CC libaccess_output_dummy_plugin_la-dummy.lo CC libaccess_output_file_plugin_la-file.lo CC libaccess_output_http_plugin_la-http.lo CC libaccess_output_http_plugin_la-bonjour.lo http.c: In function 'Open': http.c:280:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] httpd_header headers[] = {{ "Content-encoding", "metacube" }}; ^ http.c:280:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] CC udp.lo CC libaccess_output_livehttp_plugin_la-livehttp.lo In file included from livehttp.c:47:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ CC libaccess_output_shout_plugin_la-shout.lo CCLD libaccess_output_dummy_plugin.la CCLD libaccess_output_file_plugin.la CCLD libaccess_output_http_plugin.la CCLD libaccess_output_udp_plugin.la CCLD libaccess_output_livehttp_plugin.la CCLD libaccess_output_shout_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/access_output' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/access_output' Making all in mux gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/mux' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/mux' CC libmux_dummy_plugin_la-dummy.lo CC libmux_avi_plugin_la-avi.lo CC libmux_mp4_plugin_la-mp4.lo CC libmux_asf_plugin_la-asf.lo CC libmux_wav_plugin_la-wav.lo CC libmux_mpjpeg_plugin_la-mpjpeg.lo CC mpeg/libmux_ps_plugin_la-pes.lo CC mpeg/libmux_ps_plugin_la-ps.lo CC mpeg/libmux_ts_plugin_la-pes.lo CC mpeg/libmux_ts_plugin_la-csa.lo CC mpeg/libmux_ts_plugin_la-ts.lo In file included from mpeg/ts.c:49:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:67:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_PushPacket(dvbpsi_handle h_dvbpsi, uint8_t* p_data); ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/dvbpsi.h:90:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] typedef void (* dvbpsi_callback)(dvbpsi_handle p_decoder, ^ In file included from mpeg/ts.c:50:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:52:40: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle h_dvbpsi, ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:113:3: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] dvbpsi_handle p_decoder; /*!< Parent PSI Decoder */ ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:146:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachDemux(dvbpsi_handle h_dvbpsi); ^ /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/demux.h:175:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_Demux(dvbpsi_handle h_dvbpsi, ^ In file included from mpeg/ts.c:52:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:130:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachPAT(dvbpsi_handle h_dvbpsi); ^ In file included from mpeg/ts.c:53:0: /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:139:1: warning: 'dvbpsi_handle' is deprecated [-Wdeprecated-declarations] void dvbpsi_DetachPMT(dvbpsi_handle h_dvbpsi); ^ mpeg/ts.c: In function 'GetPAT': mpeg/ts.c:2070:5: warning: 'dvbpsi_InitPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:147) [-Wdeprecated-declarations] dvbpsi_InitPAT( &pat, p_sys->i_tsid, p_sys->i_pat_version_number, ^ mpeg/ts.c:2074:9: warning: 'dvbpsi_PATAddProgram' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:206) [-Wdeprecated-declarations] dvbpsi_PATAddProgram( &pat, p_sys->i_pmt_program_number[i], ^ mpeg/ts.c:2080:5: warning: 'dvbpsi_GenPATSections' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:224) [-Wdeprecated-declarations] p_section = dvbpsi_GenPATSections( &pat, 0 /* max program per section */ ); ^ mpeg/ts.c:2087:5: warning: 'dvbpsi_EmptyPAT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pat.h:177) [-Wdeprecated-declarations] dvbpsi_EmptyPAT( &pat ); ^ mpeg/ts.c: In function 'GetPMTmpeg4': mpeg/ts.c:2232:5: warning: 'dvbpsi_PMTAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:223) [-Wdeprecated-declarations] dvbpsi_PMTAddDescriptor(&p_sys->dvbpmt[0], 0x1d, bits.i_data, bits.p_data); ^ mpeg/ts.c: In function 'GetPMT': mpeg/ts.c:2248:9: warning: 'dvbpsi_InitSDT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:166) [-Wdeprecated-declarations] dvbpsi_InitSDT( &sdt, p_sys->i_tsid, 1, 1, p_sys->i_netid ); ^ mpeg/ts.c:2252:9: warning: 'dvbpsi_InitPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:158) [-Wdeprecated-declarations] dvbpsi_InitPMT( &p_sys->dvbpmt[i], ^ mpeg/ts.c:2261:9: warning: 'dvbpsi_SDTAddService' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:232) [-Wdeprecated-declarations] dvbpsi_sdt_service_t *p_service = dvbpsi_SDTAddService( &sdt, ^ mpeg/ts.c:2293:9: warning: 'dvbpsi_SDTServiceAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:253) [-Wdeprecated-declarations] dvbpsi_SDTServiceAddDescriptor( p_service, 0x48, ^ mpeg/ts.c:2312:9: warning: 'dvbpsi_PMTAddES' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:241) [-Wdeprecated-declarations] dvbpsi_pmt_es_t *p_es = dvbpsi_PMTAddES( &p_sys->dvbpmt[prog], ^ mpeg/ts.c:2322:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x1f, 2, es_id ); ^ mpeg/ts.c:2343:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0xa0, i_extra + 10, data ); ^ mpeg/ts.c:2350:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x05, 4, format ); ^ mpeg/ts.c:2357:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x05, 4, data ); ^ mpeg/ts.c:2365:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x05, 4, data ); ^ mpeg/ts.c:2370:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x7a, 1, data ); ^ mpeg/ts.c:2376:17: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x56, ^ mpeg/ts.c:2388:17: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x59, ^ mpeg/ts.c:2409:17: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, p_descr->i_tag, ^ mpeg/ts.c:2417:13: warning: 'dvbpsi_PMTESAddDescriptor' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:261) [-Wdeprecated-declarations] dvbpsi_PMTESAddDescriptor( p_es, 0x0a, 4*p_stream->i_langs, ^ mpeg/ts.c:2428:9: warning: 'dvbpsi_GenPMTSections' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:278) [-Wdeprecated-declarations] sect = dvbpsi_GenPMTSections( &p_sys->dvbpmt[i] ); ^ mpeg/ts.c:2433:9: warning: 'dvbpsi_EmptyPMT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/pmt.h:192) [-Wdeprecated-declarations] dvbpsi_EmptyPMT( &p_sys->dvbpmt[i] ); ^ mpeg/ts.c:2447:9: warning: 'dvbpsi_EmptySDT' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/dvbpsi/sdt.h:197) [-Wdeprecated-declarations] dvbpsi_EmptySDT( &sdt ); ^ CC libmux_ogg_plugin_la-ogg.lo CCLD libmux_dummy_plugin.la CCLD libmux_avi_plugin.la CCLD libmux_mp4_plugin.la CCLD libmux_asf_plugin.la CCLD libmux_wav_plugin.la CCLD libmux_mpjpeg_plugin.la CCLD libmux_ps_plugin.la CCLD libmux_ts_plugin.la CCLD libmux_ogg_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/mux' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/mux' Making all in stream_out gmake[4]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/stream_out' /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/stream_out' CC libstream_out_dummy_plugin_la-dummy.lo CC libstream_out_delay_plugin_la-delay.lo CC libstream_out_stats_plugin_la-stats.lo CC libstream_out_description_plugin_la-description.lo CC libstream_out_standard_plugin_la-standard.lo CC libstream_out_duplicate_plugin_la-duplicate.lo CC libstream_out_es_plugin_la-es.lo CC libstream_out_display_plugin_la-display.lo CC libstream_out_gather_plugin_la-gather.lo CC libstream_out_bridge_plugin_la-bridge.lo CC libstream_out_mosaic_bridge_plugin_la-mosaic_bridge.lo CC libstream_out_autodel_plugin_la-autodel.lo CC libstream_out_record_plugin_la-record.lo CC libstream_out_smem_plugin_la-smem.lo CC libstream_out_setid_plugin_la-setid.lo CC libstream_out_langfromtelx_plugin_la-langfromtelx.lo langfromtelx.c: In function 'HandleTelx': langfromtelx.c:294:13: warning: array subscript has type 'char' [-Wchar-subscripts] psz_line[0] = tolower(psz_line[0]); ^ langfromtelx.c:295:13: warning: array subscript has type 'char' [-Wchar-subscripts] psz_line[1] = tolower(psz_line[1]); ^ langfromtelx.c:296:13: warning: array subscript has type 'char' [-Wchar-subscripts] psz_line[2] = tolower(psz_line[2]); ^ CC libstream_out_rtp_plugin_la-rtp.lo CC libstream_out_rtp_plugin_la-rtpfmt.lo In file included from rtp.c:45:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ rtp.c: In function 'rtp_listen_thread': rtp.c:1502:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ rtpfmt.c: In function 'rtp_packetize_jpeg': rtpfmt.c:1578:5: warning: 'y_sampling_factor' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (y_sampling_factor) ^ rtpfmt.c: In function 'rtp_get_fmt': rtpfmt.c:486:29: warning: 'c2' may be used uninitialized in this function [-Wmaybe-uninitialized] if( asprintf( &rtp_fmt->fmtp, ^ rtpfmt.c:486:29: warning: 'c1' may be used uninitialized in this function [-Wmaybe-uninitialized] CC libstream_out_rtp_plugin_la-rtcp.lo CC libstream_out_rtp_plugin_la-rtsp.lo CC libstream_out_rtp_plugin_la-vod.lo CC libstream_out_raop_plugin_la-raop.lo In file included from raop.c:33:0: /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:225:17: warning: 'gcry_thread_cbs' is deprecated (declared at /scratch/multimedia/vlc/work/.buildlink/include/gcrypt.h:211) [-Wdeprecated-declarations] static struct gcry_thread_cbs gcry_threads_pthread = { \ ^ ../../include/vlc_gcrypt.h:33:1: note: in expansion of macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' GCRY_THREAD_OPTION_PTHREAD_IMPL; ^ CCLD libstream_out_dummy_plugin.la CCLD libstream_out_delay_plugin.la CCLD libstream_out_stats_plugin.la CCLD libstream_out_description_plugin.la CCLD libstream_out_standard_plugin.la CCLD libstream_out_duplicate_plugin.la CCLD libstream_out_es_plugin.la CCLD libstream_out_display_plugin.la CCLD libstream_out_gather_plugin.la CCLD libstream_out_bridge_plugin.la CCLD libstream_out_mosaic_bridge_plugin.la CCLD libstream_out_autodel_plugin.la CCLD libstream_out_record_plugin.la CCLD libstream_out_smem_plugin.la CCLD libstream_out_setid_plugin.la CCLD libstream_out_langfromtelx_plugin.la CC transcode/libstream_out_transcode_plugin_la-transcode.lo CC transcode/libstream_out_transcode_plugin_la-osd.lo CC transcode/libstream_out_transcode_plugin_la-spu.lo CC transcode/libstream_out_transcode_plugin_la-audio.lo CC transcode/libstream_out_transcode_plugin_la-video.lo transcode/video.c: In function 'transcode_video_filter_init': transcode/video.c:320:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] p_fmt_out = filter_chain_GetFmtOut( id->p_f_chain ); ^ transcode/video.c:346:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] p_fmt_out = filter_chain_GetFmtOut( id->p_uf_chain ); ^ CCLD libstream_out_rtp_plugin.la CCLD libstream_out_raop_plugin.la CCLD libstream_out_transcode_plugin.la gmake[5]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/stream_out' gmake[4]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules/stream_out' gmake[3]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/modules' Making all in lib gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/lib' GEN ../include/vlc/libvlc_version.h config.status: creating src/../include/vlc/libvlc_version.h /usr/pkg/bin/gmake all-am gmake[3]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/lib' CC core.lo CC error.lo CC log.lo CC playlist.lo CC vlm.lo CC video.lo vlm.c: In function 'recurse_answer': vlm.c:294:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] if( i_success == -1 ) break; ^ vlm.c:308:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] if( i_success == -1 ) break; ^ vlm.c: In function 'libvlc_vlm_get_event_manager': vlm.c:771:12: warning: variable 'p_vlm' set but not used [-Wunused-but-set-variable] vlm_t *p_vlm; ^ video.c: In function 'get_object': video.c:623:9: warning: 'vlc_object_find_name' is deprecated (declared at ../include/vlc_objects.h:51) [-Wdeprecated-declarations] object = vlc_object_find_name( vout, name ); ^ CC audio.lo CC event.lo event.c: In function 'libvlc_event_detach': event.c:418:10: warning: variable 'found' set but not used [-Wunused-but-set-variable] bool found = false; ^ CC event_async.lo CC media.lo CC media_player.lo media_player.c: In function 'input_event_changed': media_player.c:239:58: warning: unused parameter 'psz_cmd' [-Wunused-parameter] input_event_changed( vlc_object_t * p_this, char const * psz_cmd, ^ media_player.c: In function 'libvlc_media_player_get_nsobject': media_player.c:896:65: warning: unused parameter 'p_mi' [-Wunused-parameter] void * libvlc_media_player_get_nsobject( libvlc_media_player_t *p_mi ) ^ media_player.c: In function 'libvlc_media_player_get_agl': media_player.c:922:62: warning: unused parameter 'p_mi' [-Wunused-parameter] uint32_t libvlc_media_player_get_agl( libvlc_media_player_t *p_mi ) ^ media_player.c: In function 'libvlc_media_player_get_hwnd': media_player.c:973:60: warning: unused parameter 'p_mi' [-Wunused-parameter] void *libvlc_media_player_get_hwnd( libvlc_media_player_t *p_mi ) ^ CC media_list.lo media_list.c: In function 'libvlc_media_list_add_file_content': media_list.c:271:2: warning: #warning Missing error handling! [-Wcpp] #warning Missing error handling! ^ CC media_list_player.lo CC media_library.lo CC media_discoverer.lo GEN libvlc.pc CCLD libvlc.la config.status: creating lib/libvlc.pc gmake[3]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/lib' gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/lib' Making all in bin gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/bin' CC override.o CC vlc.o CC rootwrap.o CC vlc_static-vlc.o CC vlc_static-override.o CC cachegen.o CCLD vlc CCLD vlc-wrapper CCLD vlc-static CCLD vlc-cache-gen GEN ../modules/plugins.dat gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/bin' Making all in test gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1/test' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1/test' gmake[2]: Entering directory '/scratch/multimedia/vlc/work/vlc-2.2.1' GEN cvlc GEN rvlc GEN qvlc GEN vlc gmake[2]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1' gmake[1]: Leaving directory '/scratch/multimedia/vlc/work/vlc-2.2.1' *** Please use pkgtools/verifypc to sanity check dependencies.