Opened 17 years ago

Closed 17 years ago

#823 closed defect (fixed)

Cannot compile svn build after libavcodec revision 9010

Reported by: nskgriffon@… Owned by: diego@…
Priority: normal Component: build system
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

After
$ svn update libavcodec -r 9010
(and any later revision up to current latest - 9014)
i've got error during make:

cc -I../libswscale -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -I. -I.. -I../libavutil -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -c -o allcodecs.o allcodecs.c
In file included from allcodecs.c:27:
avcodec.h:2505: warning: 'ImgReSampleContext' is deprecated
avcodec.h:2511: warning: 'ImgReSampleContext' is deprecated
allcodecs.c: In function 'avcodec_register_all':
allcodecs.c:279: error: 'ENABLE_DUMP_EXTRADATA_BSF' undeclared (first use in this function)
allcodecs.c:279: error: (Each undeclared identifier is reported only once
allcodecs.c:279: error: for each function it appears in.)
allcodecs.c:280: error: 'ENABLE_REMOVE_EXTRADATA_BSF' undeclared (first use in this function)
allcodecs.c:281: error: 'ENABLE_NOISE_BSF' undeclared (first use in this function)
allcodecs.c:282: error: 'ENABLE_MP3_HEADER_COMPRESS_BSF' undeclared (first use in this function)
allcodecs.c:283: error: 'ENABLE_MP3_HEADER_DECOMPRESS_BSF' undeclared (first use in this function)
allcodecs.c:284: error: 'ENABLE_MJPEGA_DUMP_HEADER_BSF' undeclared (first use in this function)
allcodecs.c:285: error: 'ENABLE_IMX_DUMP_HEADER_BSF' undeclared (first use in this function)
make[1]: * [allcodecs.o] Error 1
make[1]: Leaving directory `/home/griffon/install/mplayer/libavcodec'
make:
* [libavcodec/libavcodec.a] Error 2

OS: Ubuntu 7.04 Feisty Fawn GNU/Linux

Attachments (1)

log (9.5 KB ) - added by nskgriffon@… 17 years ago.
./configure console out

Download all attachments as: .zip

Change History (3)

by nskgriffon@…, 17 years ago

Attachment: log added

./configure console out

comment:1 by nskgriffon@…, 17 years ago

comment:2 by diego@…, 17 years ago

Resolution: fixed
Status: newclosed

Should be fixed in HEAD.

Note: See TracTickets for help on using tickets.