Opened 11 years ago
Closed 11 years ago
#6934 closed defect (invalid)
compile fails without --enable-libfaad
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | critical | Milestone: | unknown |
Component: | MythTV - General | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Compiling recent trunk (r21583) fails if ./configure is run without --enable-libfaad
make[2]: Entering directory `/home/pgolovko/projects/mythtv/mythtv/libs/libavcodec' gcc -c -pipe -march=pentiumpro -fomit-frame-pointer -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -m32 -fomit-frame-pointer -O -w -D_REENTRANT -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -I/usr/share/qt4/mkspecs/linux-g++ -I. -I.. -I../.. -I. -o allcodecs.o allcodecs.c allcodecs.c: In function 'avcodec_register_all': allcodecs.c:313: error: 'CONFIG_LIBFAAD_LATM_DECODER' undeclared (first use in this function) allcodecs.c:313: error: (Each undeclared identifier is reported only once allcodecs.c:313: error: for each function it appears in.) allcodecs.c:329: error: 'CONFIG_LATM_PARSER' undeclared (first use in this function) make[2]: *** [allcodecs.o] Error 1 make[2]: Leaving directory `/home/pgolovko/projects/mythtv/mythtv/libs/libavcodec' make[1]: *** [sub-libavcodec-make_default] Error 2 make[1]: Leaving directory `/home/pgolovko/projects/mythtv/mythtv/libs' make: *** [sub-libs-make_default-ordered] Error 2
Change History (1)
comment:1 Changed 11 years ago by
Milestone: | unknown |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
no, you just didn't run ./configure after [21468]