Hello!
Currently trying to build master in fedora 27 KDE. This is the step that stops.
thanks for the help
Currently trying to build master in fedora 27 KDE. This is the step that stops.
Code:
make
[ 0%] Built target bdisasm
[ 3%] Built target glslang
[ 3%] Built target pugixml
[ 3%] Built target cpp-optparse
[ 4%] Built target enet
[ 5%] Built target xxhash
[ 6%] Built target lzo2
[ 7%] Built target SoundTouch
[ 8%] Built target sfml-network
[ 8%] Built target sfml-system
[ 9%] Built target miniupnpc
[ 40%] Built target wx
[ 40%] Built target speex
[ 41%] Built target cubeb
[ 42%] Built target audiocommon
[ 42%] Built target traversal_server
[ 46%] Built target mbedcrypto
[ 47%] Built target mbedx509
[ 47%] Built target mbedtls
[ 51%] Built target common
[ 52%] Built target inputcommon
[ 53%] Built target hidapi
[ 55%] Built target discio
[ 57%] Built target videovulkan
[ 58%] Built target videosoftware
[ 59%] Built target videonull
[ 60%] Built target videoogl
[ 60%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o
/home/jcasanova/Downloads/git/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateVideoFile()’:
/home/jcasanova/Downloads/git/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:184:31: error: ‘CODEC_FLAG_GLOBAL_HEADER’ was not declared in this scope
s_codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER;
^~~~~~~~~~~~~~~~~~~~~~~~
/home/jcasanova/Downloads/git/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:184:31: note: suggested alternative: ‘AV_CODEC_FLAG_GLOBAL_HEADER’
s_codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER;
^~~~~~~~~~~~~~~~~~~~~~~~
AV_CODEC_FLAG_GLOBAL_HEADER
make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/build.make:1479: Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1698: Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
thanks for the help