| Summary: | ffmpeg overrides %{optflags} | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | Andrea Musuruane <musuruan> |
| Component: | ffmpeg | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | belegdol, hans, kwizart |
| Priority: | P5 | ||
| Version: | 19 | ||
| Hardware: | All | ||
| OS: | GNU/Linux | ||
| namespace: | |||
|
Description
Andrea Musuruane
2012-11-03 10:26:19 CET
Thanks for handling this issue. There is still a problem though. Looking at the build logs, it seems that a file is not compiled using standard flags: gcc -I. -I/builddir/build/BUILD/ffmpeg-1.0/ -D_ISOC99_SOURCE -D_XOPEN_SOURCE=600 -O3 -g -std=c99 -Wall -MMD -MF doc/print_options.d -MT doc/print_options.o -c -o doc/print_options.o /builddir/build/BUILD/ffmpeg-1.0/doc/print_options.c Should be fixed now. |