Changes between Initial Version and Version 1 of Ticket #1440
- Timestamp:
- Jun 11, 2012, 6:10:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1440 – Description
initial v1 22 22 }}} 23 23 24 Replacing "attribute_align_arg" with "__attribute__((force_align_arg_pointer))"in libavcodec/w32pthreads.h fixes the error. Including libavutil/internal.h also seems to fix this error, but introduces new errors in ffmpeg.c (because of things like fprintf).24 Replacing `attribute_align_arg` with `__attribute__((force_align_arg_pointer))` in libavcodec/w32pthreads.h fixes the error. Including libavutil/internal.h also seems to fix this error, but introduces new errors in ffmpeg.c (because of things like fprintf). 25 25 26 I'm not sure what the best solution is ( attribute_align_argis needed and it's defined in libavutil/internal.h, but ffmpeg.c can't include that file), and will leave it up to others to determine that.26 I'm not sure what the best solution is (`attribute_align_arg` is needed and it's defined in libavutil/internal.h, but ffmpeg.c can't include that file), and will leave it up to others to determine that.


