Opened 18 years ago
Closed 18 years ago
#130 closed defect (fixed)
missing files etc. (cs 252)
Reported by: | Franz | Owned by: | vladest |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | WVGUI-Core | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi Vlad,
missing (after changeset 252):
libavcodec/ratecontrol.h
libavcodec/mathops.h
libavcodec/i386/mathops.h
libavcodec/eval.h
libavcodec/vorbis_data.c
gcc ... huffyuv.c
In file included from huffyuv.c:31: avcodec.h:2106: error: parse error before "attribute_deprecated"
can be solved by adding
#ifndef attribute_deprecated
#if defined(GNUC) && (GNUC > 3 GNUC == 3 && GNUC_MINOR > 0) # define attribute_deprecated attribute((deprecated)) #else # define attribute_deprecated #endif #endif
to
libavcodec/common.h
Change History (2)
comment:1 by , 18 years ago
Component: | DART-plugin → WVGUI-Core |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed