Opened 13 years ago

Closed 13 years ago

#1906 closed defect (fixed)

Error while building SVN-r33269-4.6.0 (cannot find libavcodec/opt.h)

Reported by: godsic@… Owned by: reimar
Priority: normal Component: vd
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

The building process stops at:

cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror-implicit-function-declaration -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -D_REENTRANT -I/usr/include/directfb -D_REENTRANT -I/usr/include/freetype2 -DFF_API_MAX_STREAMS=0 -c -o av_opts.o av_opts.c
av_opts.c:26:28: fatal error: libavcodec/opt.h: No such file or directory
compilation terminated.
make: * [av_opts.o] Error 1

There is indeed no libavcode/opt.h in FFMpeg folder.

Regards,
Mykola.

Change History (1)

comment:1 by reimar, 13 years ago

Resolution: fixed
Status: newclosed

Temporary breakage caused by FFmpeg, fixed by them.

Note: See TracTickets for help on using tickets.