Skip to content
Snippets Groups Projects
Commit c20a10f0 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: ffmpeg: use -Og in non optimized builds

It's better than -O0 in some cases, like clang on i686 that gives this error:

 In file included from libavcodec/h264_cabac.c:46:
libavcodec/x86/h264_cabac.c:66:9: error: inline assembly requires more registers than available
        "3:                                     \n\t"
        ^
1 error generated.
make[1]: *** [ffbuild/common.mak:59: libavcodec/h264_cabac.o] Error 1
parent ab126f80
No related branches found
No related tags found
Loading
Pipeline #19079 passed with stage
in 1 hour, 2 minutes, and 55 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment