kumquat-buildroot/package/vlc
Bernd Kuhls a865c6bd59 package/vlc: Fix SSE support with gcc5
Compile fails

make[4]: Entering directory `/home/fli4l/br6_freeswitch/output/build/vlc-2.2.1/modules'
  CC       video_chroma/libi420_yuy2_sse2_plugin_la-i420_yuy2.lo
In file included from video_chroma/i420_yuy2.c:35:0:
video_chroma/i420_yuy2.c: In function 'I420_UYVY_Filter':
video_chroma/i420_yuy2.c:194:23: error: calling 'I420_UYVY.isra.2' with SSE caling convention without SSE/SSE2 enabled
 VIDEO_FILTER_WRAPPER( I420_UYVY )
                       ^
../include/vlc_filter.h:266:13: note: in definition of macro 'VIDEO_FILTER_WRAPPER'
             name( p_filter, p_pic, p_outpic );                          \

using this defconfig

BR2_x86_pentium2=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_GCC_VERSION_5_1_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_VLC=y

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-06 17:50:57 +02:00
..
0001-vlc-static.patch
0002-configure.ac-add-check-for-libgcrypt-config-program.patch
0003-automake-add-subdir-objects-option.patch
0004-implicit-function-declaration.patch
0005-libvorbisidec.patch
0006-qt-x11.patch package/vlc: libX11 is an optional dependency for the qt4 module 2015-04-27 23:30:41 +02:00
0007-strerror.patch package/vlc: Fix strerror_l related compile error 2015-05-02 19:15:10 +02:00
0008-opencv_wrapper-use-opencv2-style-includes.patch package/vlc: add opencv support 2015-07-05 15:00:58 +02:00
0009-opencv_example-add-missing-include-statements.patch package/vlc: add opencv support 2015-07-05 15:00:58 +02:00
Config.in package/vlc: add opencv support 2015-07-05 15:00:58 +02:00
vlc.hash
vlc.mk package/vlc: Fix SSE support with gcc5 2015-07-06 17:50:57 +02:00