make all-recursive make[1]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git' Making all in compat make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/compat' make all-am make[3]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/compat' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/compat' make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/compat' Making all in doc make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/doc' Making all in po make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/po' Making all in share make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/share' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/share' Making all in src make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/src' rm -f -- revision.tmp if ! git \ --git-dir="../.git" describe \ --tags --long --match '?.*.*' --always; then \ cat ./revision.txt ; \ fi > revision.tmp if diff revision.tmp ./revision.txt >/dev/null 2>&1; then \ rm -f -- revision.tmp; \ else \ mv -f -- revision.tmp ./revision.txt; \ fi make all-am make[3]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/src' make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/src' Making all in modules make[2]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' make all-recursive make[3]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' Making all in . make[4]: Entering directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' ../doltlibtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DMODULE_STRING=\"$(p="codec/libvpx_plugin_la-vpx.lo"; p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); p="${p%.lo}"; echo "$p")\" -D__PLUGIN__ -I./access -I./codec -I../include -I../include -DENABLE_VP8_DECODER -DENABLE_VP9_DECODER -DENABLE_VP8_ENCODER -DENABLE_VP9_ENCODER -O3 -march=native -pthread -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wduplicated-branches -Wduplicated-cond -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -Wmultistatement-macros -pipe -fvisibility=hidden -fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range -funroll-loops -fstack-protector-strong -MT codec/libvpx_plugin_la-vpx.lo -MD -MP -MF codec/.deps/libvpx_plugin_la-vpx.Tpo -c -o codec/libvpx_plugin_la-vpx.lo `test -f 'codec/vpx.c' || echo './'`codec/vpx.c codec/vpx.c:120:23: error: ‘VPX_IMG_FMT_444A’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I440’? { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_I440 codec/vpx.c:121:23: error: ‘VPX_IMG_FMT_YUY2’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_YV12’? { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YV12 codec/vpx.c:122:23: error: ‘VPX_IMG_FMT_UYVY’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_YV12’? { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YV12 codec/vpx.c:123:23: error: ‘VPX_IMG_FMT_YVYU’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_YV12’? { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YV12 codec/vpx.c:125:24: error: ‘VPX_IMG_FMT_RGB555’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I44016’? { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_I44016 codec/vpx.c:126:24: error: ‘VPX_IMG_FMT_RGB565’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I44016’? { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_I44016 codec/vpx.c:127:24: error: ‘VPX_IMG_FMT_RGB24’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I444’? { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_I444 codec/vpx.c:128:24: error: ‘VPX_IMG_FMT_RGB32’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I422’? { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_I422 codec/vpx.c:130:23: error: ‘VPX_IMG_FMT_ARGB’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_I440’? { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_I440 codec/vpx.c:131:23: error: ‘VPX_IMG_FMT_ARGB_LE’ undeclared here (not in a function); did you mean ‘VPX_IMG_FMT_NONE’? { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, ^~~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_NONE make[4]: *** [Makefile:23158: codec/libvpx_plugin_la-vpx.lo] Error 1 make[4]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' make[3]: *** [Makefile:27238: all-recursive] Error 1 make[3]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' make[2]: *** [Makefile:11958: all] Error 2 make[2]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git/modules' make[1]: *** [Makefile:1554: all-recursive] Error 1 make[1]: Leaving directory '/home/shlomif/Download/unpack/multimedia/vlc/vlc-git' make: *** [Makefile:1439: all] Error 2