it's so hard to compile vlc
Posted: 24 Sep 2018 01:44
hello everyone this is my first time here
i tried to compile vlc but i got some errors
i searched online but no solution
please help to resolve the problem
i tried to compile vlc but i got some errors
Code: Select all
Linux archlinux 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64 GNU/Linux
Code: Select all
codec/x264.c: In function ‘Open’:
codec/x264.c:849:26: error: ‘x264_bit_depth’ undeclared (first use in this function); did you mean ‘x264_picture_t’?
const int mask = x264_bit_depth > 8 ? X264_CSP_HIGH_DEPTH : 0;
^~~~~~~~~~~~~~
x264_picture_t
codec/x264.c:849:26: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [Makefile:22476: codec/libx264_plugin_la-x264.lo] Error 1
make[4]: Leaving directory '/home/mehdi/Downloads/vlc-3.0.4/modules'
make[3]: *** [Makefile:26132: all-recursive] Error 1
make[3]: Leaving directory '/home/mehdi/Downloads/vlc-3.0.4/modules'
make[2]: *** [Makefile:11236: all] Error 2
make[2]: Leaving directory '/home/mehdi/Downloads/vlc-3.0.4/modules'
make[1]: *** [Makefile:1531: all-recursive] Error 1
make[1]: Leaving directory '/home/mehdi/Downloads/vlc-3.0.4'
make: *** [Makefile:1416: all] Error 2