#2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+-------------------------------------
Comment (by telperion): ok open another ticket for segfault. for build sistem after {{{ ./configure --extra-cflags='-Wall -g -O3 -march=core2 -mtune=core2' --prefix=/usr --enable-libmp3lame --enable-gpl --enable-nonfree --enable- libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable- postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable- libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --disable- decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --enable- libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable- vis --enable-filter=delogo --enable-filter=boxblur --enable-filter=frei0r --enable-filter=drawtext --enable-filter=gradfun --disable-ffserver --disable-shared --enable-static --enable-vdpau --enable-libfdk-aac --enable-libass --enable-libvidstab --enable-opencl }}} i found: {{{ grep -R HAVE_CL_CL_H config.h:#define HAVE_CL_CL_H 0 config.mak:!HAVE_CL_CL_H=yes libavutil/opencl.h:#if HAVE_CL_CL_H config.asm:%define HAVE_CL_CL_H 0 }}} manual edit files config.h config.mak config.asm then {{{ grep -R HAVE_CL_CL_H config.h:#define HAVE_CL_CL_H 1 config.mak:HAVE_CL_CL_H=yes libavutil/opencl.h:#if HAVE_CL_CL_H config.asm:%define HAVE_CL_CL_H 1 }}} and ffmpeg build. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2519#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac